spec/dummy/log/test.log in strong_form-0.0.5 vs spec/dummy/log/test.log in strong_form-0.0.6
- old
+ new
@@ -26549,5 +26549,4249 @@
Rendered base/_address_fields.html.haml (0.9ms)
Rendered base/_address_fields.html.haml (0.7ms)
Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
[1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (2.9ms)
+ Rendered base/_address_fields.html.haml (2.6ms)
+ Rendered base/_tag_fields.html.haml (1.1ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (15.4ms)
+Completed 200 OK in 157ms (Views: 126.9ms | ActiveRecord: 0.5ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (1.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
+Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.5ms)
+Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
+Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.0ms)
+Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.8ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.6ms)
+Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.5ms)
+Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (8.9ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (14.6ms)
+Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.5ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (2.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.8ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.9ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.8ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (2.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (2.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.7ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.2ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.3ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (2.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (7.3ms)
+Completed 200 OK in 110ms (Views: 110.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (4.9ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (10.4ms)
+Completed 200 OK in 27ms (Views: 12.2ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (2.2ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms)
+Completed 200 OK in 14ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (1.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (7.3ms)
+Completed 200 OK in 20ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (5.5ms)
+Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.5ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
+Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (5.7ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.7ms)
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms)
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (3.9ms)
+ Rendered base/_address_fields.html.haml (4.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (20.0ms)
+Completed 200 OK in 130ms (Views: 112.7ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (2.3ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (7.5ms)
+Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (1.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_tag_fields.html.haml (0.7ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.5ms)
+Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (4.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (6.3ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.2ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_tag_fields.html.haml (0.5ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (7.5ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:02 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.4ms)
+ Rendered base/_tag_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (2.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (11.8ms)
+Completed 200 OK in 149ms (Views: 123.3ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.5ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/_address_fields.html.haml (1.6ms)
+ Rendered base/_address_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.4ms)
+Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
+Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.5ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.8ms)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms)
+Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
+Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:27 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.9ms)
+ Rendered base/_address_fields.html.haml (9.8ms)
+ Rendered base/_tag_fields.html.haml (0.7ms)
+ Rendered base/fields_for.html.haml within layouts/application (21.3ms)
+Completed 200 OK in 151ms (Views: 126.1ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:27 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (17.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (18.5ms)
+Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
+Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.8ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.8ms)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
+Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
+Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
+Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.6ms)
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
+Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms)
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (2.3ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.4ms)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:59 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (3.9ms)
+ Rendered base/_address_fields.html.haml (5.7ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (18.6ms)
+Completed 200 OK in 143ms (Views: 117.2ms | ActiveRecord: 0.6ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (1.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
+Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.7ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/_tag_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (2.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (8.0ms)
+Completed 200 OK in 22ms (Views: 11.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/_tag_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (3.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (14.2ms)
+Completed 200 OK in 19ms (Views: 15.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (5.5ms)
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
+Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.5ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (4.4ms)
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (5.1ms)
+Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
+Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.3ms)
+Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (5.2ms)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.3ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (2.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (17.8ms)
+Completed 200 OK in 138ms (Views: 111.1ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
+Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (6.2ms)
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (1.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.4ms)
+Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/_tag_fields.html.haml (0.5ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (7.8ms)
+Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.5ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.6ms)
+Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (1.6ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.2ms)
+Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms)
+Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.7ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.6ms)
+Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (1.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (2.1ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms)
+Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
+Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (3.0ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.7ms)
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.7ms)
+Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (2.3ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.2ms)
+Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (12.6ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [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
+ [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)
+ [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
+ [1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (3.5ms)
+ Rendered base/_address_fields.html.haml (8.6ms)
+ Rendered base/_tag_fields.html.haml (0.7ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (21.4ms)
+Completed 200 OK in 148ms (Views: 116.3ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#fields_for_explicit as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.4ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms)
+Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
+Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Parameters: {"inline_link_to_add"=>"true"}
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (1.1ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms)
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (1.5ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_address_fields.html.haml (1.4ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.8ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms)
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.8ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#nested_form_gem as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.4ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.1ms)
+ Rendered base/_address_fields.html.haml (1.6ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.7ms)
+Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
+Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (5.3ms)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
+Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (1.2ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.4ms)
+ Rendered base/fields_for.html.haml within layouts/application (4.8ms)
+Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (0.5ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (0.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
+Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (2.0ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (7.1ms)
+Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/_address_fields.html.haml (0.7ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#fields_for as HTML
+ Rendered base/_user_fields.html.haml (9.3ms)
+ Rendered base/_address_fields.html.haml (1.7ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/fields_for.html.haml within layouts/application (13.6ms)
+Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (2.0ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.6ms)
+ Rendered base/basic_form.html.haml within layouts/application (3.1ms)
+Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.7ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (1.0ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#basic_form as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (1.0ms)
+ Rendered base/_tag_fields.html.haml (0.1ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.9ms)
+Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.6ms)
+ Rendered base/_address_fields.html.haml (1.6ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.0ms)
+Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/_address_fields.html.haml (0.9ms)
+ Rendered base/_tag_fields.html.haml (0.3ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms)
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
+Processing by BaseController#deep_fields_for as HTML
+ Rendered base/_user_fields.html.haml (0.8ms)
+ Rendered base/_tag_fields.html.haml (0.5ms)
+ Rendered base/_address_fields.html.haml (1.3ms)
+ Rendered base/_tag_fields.html.haml (0.2ms)
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.8ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m rollback transaction