[1m[36m (2.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.4ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateUsers (20150626095843) [1m[35m (0.0ms)[0m begin transaction [1m[36m (0.3ms)[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[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626095843"]] [1m[36m (2.4ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [0m [1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.3ms)[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.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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:12:47 +0200 [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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.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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:13:14 +0200 Processing by BaseController#basic_form as HTML Completed 500 Internal Server Error in 35ms (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.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) [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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:13:50 +0200 Processing by BaseController#basic_form as HTML Completed 500 Internal Server Error in 7ms (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 "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.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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:14:18 +0200 Processing by BaseController#basic_form as HTML Completed 500 Internal Server Error in 7ms (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 "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 (1.1ms)[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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:14:54 +0200 Processing by BaseController#basic_form as HTML Completed 500 Internal Server Error in 5ms (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.7ms)[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.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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:15:50 +0200 Processing by BaseController#basic_form as HTML Completed 500 Internal Server Error in 5ms (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.7ms)[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 (1.1ms)[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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:17:47 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (14.3ms) Completed 500 Internal Server Error in 20ms (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 "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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:18:19 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.0ms) Completed 200 OK in 134ms (Views: 133.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.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) [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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:20:41 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.8ms) Completed 200 OK in 126ms (Views: 125.4ms | 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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.7ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:26:36 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.3ms) Completed 200 OK in 122ms (Views: 121.3ms | 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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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 (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 ('20150626095843') [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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.9ms)[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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:29:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.5ms) Completed 200 OK in 122ms (Views: 121.7ms | 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.7ms)[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 (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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:30:44 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.2ms) Completed 200 OK in 123ms (Views: 122.7ms | 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 "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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:31:15 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.9ms) Completed 200 OK in 119ms (Views: 118.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-06-26 12:31:15 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.5ms | 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 "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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:31:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.2ms) Completed 200 OK in 127ms (Views: 126.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-06-26 12:31:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.5ms | 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.7ms)[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 (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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:33:51 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.4ms) Completed 200 OK in 125ms (Views: 124.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-06-26 12:33:51 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.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-06-26 12:33:51 +0200 Processing by BaseController#basic_form as HTML 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-06-26 12:33:51 +0200 Processing by BaseController#basic_form as HTML 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-06-26 12:33:51 +0200 Processing by BaseController#basic_form as HTML 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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.4ms)[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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:34:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.0ms) Completed 200 OK in 129ms (Views: 128.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-06-26 12:34:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.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-06-26 12:34:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) 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-06-26 12:34:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.6ms) 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-06-26 12:34:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.4ms | 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.4ms)[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.6ms)[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 ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:34:27 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.7ms) Completed 200 OK in 117ms (Views: 116.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-06-26 12:34:27 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.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-06-26 12:34:27 +0200 Processing by BaseController#basic_form as HTML 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-06-26 12:34:27 +0200 Processing by BaseController#basic_form as HTML 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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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 (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:35:41 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.5ms) Completed 200 OK in 127ms (Views: 126.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-06-26 12:35:41 +0200 Processing by BaseController#basic_form as HTML 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:35:41 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.6ms) 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-06-26 12:35:41 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.5ms | 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.7ms)[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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:35:54 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.2ms) Completed 200 OK in 128ms (Views: 127.3ms | 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-06-26 12:35:55 +0200 Processing by BaseController#basic_form as HTML 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:35:55 +0200 Processing by BaseController#basic_form as HTML 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:35:55 +0200 Processing by BaseController#basic_form as HTML 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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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) [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 (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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:36:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (6.4ms) Completed 200 OK in 135ms (Views: 134.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-06-26 12:36:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.7ms) 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-06-26 12:36:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.6ms) 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-06-26 12:36:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateAddresses (20150626104120) [1m[35m (0.0ms)[0m begin transaction [1m[36m (0.4ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626104120"]] [1m[36m (2.4ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateAddresses (20150626104120) [1m[36m (0.0ms)[0m [1mbegin transaction[0m [1m[35m (0.4ms)[0m DROP TABLE "addresses" [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20150626104120"]] [1m[35m (2.5ms)[0m commit transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateAddresses (20150626104120) [1m[35m (0.0ms)[0m begin transaction [1m[36m (0.3ms)[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[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626104120"]] [1m[36m (2.5ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:44:00 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/basic_form.html.haml within layouts/application (10.3ms) Completed 200 OK in 120ms (Views: 119.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-06-26 12:44:00 +0200 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.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-06-26 12:44:00 +0200 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.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-06-26 12:44:00 +0200 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.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 12:46:09 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.6ms) Rendered base/basic_form.html.haml within layouts/application (9.3ms) Completed 200 OK in 125ms (Views: 124.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-06-26 12:46:09 +0200 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-06-26 12:46:09 +0200 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.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-06-26 12:46:09 +0200 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.5ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:48:01 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/nested_form.html.haml within layouts/application (8.2ms) Completed 200 OK in 136ms (Views: 115.7ms | ActiveRecord: 0.1ms) [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 (0.9ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:48:20 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (8.8ms) Completed 200 OK in 145ms (Views: 122.4ms | ActiveRecord: 0.2ms) [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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:48:40 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/nested_form.html.haml within layouts/application (8.7ms) Completed 200 OK in 135ms (Views: 115.4ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[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 "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) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:49:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/nested_form.html.haml within layouts/application (11.6ms) Completed 200 OK in 137ms (Views: 117.0ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:49:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 12:49:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:50:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/nested_form.html.haml within layouts/application (11.7ms) Completed 200 OK in 136ms (Views: 116.3ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:50:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:50:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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 (0.9ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:50:53 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/nested_form.html.haml within layouts/application (8.1ms) Completed 200 OK in 130ms (Views: 111.3ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:50:53 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 12:50:53 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:50:53 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.6ms | 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.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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 12:51:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/nested_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 147ms (Views: 126.7ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:51:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:51:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 12:51:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:04:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/nested_form.html.haml within layouts/application (9.0ms) Completed 200 OK in 137ms (Views: 117.4ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:04:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:04:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 13:04:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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.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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:04:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/nested_form.html.haml within layouts/application (8.6ms) Completed 200 OK in 146ms (Views: 126.5ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:04:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:04:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:04:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.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 "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) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:05:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/nested_form.html.haml within layouts/application (8.9ms) Completed 200 OK in 140ms (Views: 120.0ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:05:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:05:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 13:05:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:08:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (8.4ms) Completed 200 OK in 136ms (Views: 115.8ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:08:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (9.0ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (15.2ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.9ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:08:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (5.6ms) Completed 500 Internal Server Error in 6ms (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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:09:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 148ms (Views: 129.4ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:09:06 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:09:06 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:09:06 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.4ms | 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 "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) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:10:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.2ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.1ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:10:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) 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" for 127.0.0.1 at 2015-06-26 13:10:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.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" for 127.0.0.1 at 2015-06-26 13:10:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 2ms (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 "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) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:10:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (8.0ms) Completed 200 OK in 139ms (Views: 119.5ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:10:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:10:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:10:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms | 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 (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 (0.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:11:30 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (8.1ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:11:30 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (15.1ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:11:30 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.5ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:11:30 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (6.6ms) Completed 500 Internal Server Error in 8ms (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.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 "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) [1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:17:15 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/nested_form.html.haml within layouts/application (11.0ms) Completed 200 OK in 148ms (Views: 128.6ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:17:15 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 13:17:15 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:17:15 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | 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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:20:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.4ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:20:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) 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" for 127.0.0.1 at 2015-06-26 13:20:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.0ms) 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" for 127.0.0.1 at 2015-06-26 13:20:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 2ms (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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:20:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (10.6ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:20:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (13.3ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:20:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (5.8ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:20:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (5.2ms) Completed 500 Internal Server Error in 6ms (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.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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:28:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/nested_form.html.haml within layouts/application (8.7ms) Completed 200 OK in 141ms (Views: 119.1ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:28:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:28:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:28:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:30:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/nested_form.html.haml within layouts/application (8.9ms) Completed 200 OK in 148ms (Views: 126.5ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:30:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:30:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:30:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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.5ms)[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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:45:09 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.7ms) Rendered base/nested_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 144ms (Views: 123.6ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:09 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 13:45:09 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:09 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.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 (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 (0.9ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:45:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/nested_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 144ms (Views: 118.0ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:45:52 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/nested_form.html.haml within layouts/application (8.1ms) Completed 200 OK in 136ms (Views: 116.3ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:52 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:52 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:45:52 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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 "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) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:53:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.7ms) Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:53:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.0ms) 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" for 127.0.0.1 at 2015-06-26 13:53:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.0ms) 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" for 127.0.0.1 at 2015-06-26 13:53:36 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 2ms (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 (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 (0.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:54:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (8.4ms) Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:54:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (14.9ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:54:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (4.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:54:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (6.9ms) Completed 500 Internal Server Error in 8ms (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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:55:04 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 141ms (Views: 117.3ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:04 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) 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" for 127.0.0.1 at 2015-06-26 13:55:04 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:04 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.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.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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 13:55:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/nested_form.html.haml within layouts/application (10.7ms) Completed 200 OK in 142ms (Views: 121.1ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 13:55:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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 (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 (0.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 13:55:50 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/basic_form.html.haml within layouts/application (9.5ms) Completed 200 OK in 126ms (Views: 125.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-06-26 13:55:50 +0200 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-06-26 13:55:50 +0200 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.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-06-26 13:55:50 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:50 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 16ms (Views: 3.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:50 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:50 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:55:50 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms | 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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 13:56:44 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/basic_form.html.haml within layouts/application (9.4ms) Completed 200 OK in 123ms (Views: 122.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-06-26 13:56:44 +0200 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.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-06-26 13:56:44 +0200 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.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-06-26 13:56:44 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:56:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 15ms (Views: 3.7ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:56:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:56:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:56:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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 (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 "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) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 13:58:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/basic_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 128ms (Views: 127.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-06-26 13:58:45 +0200 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-06-26 13:58:45 +0200 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.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-06-26 13:58:45 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:58:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.9ms) Completed 200 OK in 21ms (Views: 5.1ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:58:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 13:58:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:58:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/nested_form.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[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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 13:59:31 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (9.2ms) Completed 200 OK in 121ms (Views: 120.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-06-26 13:59:31 +0200 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.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-06-26 13:59:31 +0200 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.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-06-26 13:59:31 +0200 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:59:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.8ms) Completed 200 OK in 18ms (Views: 4.4ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:59:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 13:59:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 13:59:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 3.1ms | 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 "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) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 13:59:46 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (9.8ms) Completed 200 OK in 121ms (Views: 120.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-06-26 13:59:46 +0200 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-06-26 13:59:46 +0200 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.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-06-26 13:59:46 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:59:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.4ms) Completed 200 OK in 16ms (Views: 3.9ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 13:59:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 13:59:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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" for 127.0.0.1 at 2015-06-26 13:59:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) Completed 200 OK in 3ms (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 (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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/basic_form.html.haml within layouts/application (9.1ms) Completed 200 OK in 124ms (Views: 123.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-06-26 14:00:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.4ms) Completed 200 OK in 16ms (Views: 4.0ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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.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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:00:32 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/basic_form.html.haml within layouts/application (9.5ms) Completed 200 OK in 128ms (Views: 127.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-06-26 14:00:32 +0200 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.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-06-26 14:00:32 +0200 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.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-06-26 14:00:32 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:32 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.8ms) Completed 200 OK in 18ms (Views: 4.6ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:32 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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" for 127.0.0.1 at 2015-06-26 14:00:32 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:32 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 2ms (Views: 2.0ms | 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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:00:48 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/basic_form.html.haml within layouts/application (9.6ms) Completed 200 OK in 123ms (Views: 123.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-06-26 14:00:48 +0200 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: 2.1ms | 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-06-26 14:00:48 +0200 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.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-06-26 14:00:48 +0200 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.6ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.6ms) Completed 200 OK in 17ms (Views: 4.4ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:00:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms | 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.4ms)[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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (10.1ms) Completed 200 OK in 126ms (Views: 125.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-06-26 14:01:03 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 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.6ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (57.8ms) Completed 200 OK in 71ms (Views: 59.6ms | ActiveRecord: 0.1ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (57.6ms) Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (80.3ms) Completed 200 OK in 83ms (Views: 82.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:03 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (82.9ms) Completed 200 OK in 85ms (Views: 84.4ms | 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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/basic_form.html.haml within layouts/application (9.7ms) Completed 200 OK in 127ms (Views: 126.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-06-26 14:01:37 +0200 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-06-26 14:01:37 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 16ms (Views: 4.0ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.2ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:01:48 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (9.3ms) Completed 200 OK in 125ms (Views: 123.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-06-26 14:01:48 +0200 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.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-06-26 14:01:48 +0200 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.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-06-26 14:01:48 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (55.1ms) Completed 200 OK in 68ms (Views: 56.8ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (55.0ms) Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (81.2ms) Completed 200 OK in 83ms (Views: 82.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:01:48 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (89.2ms) Completed 200 OK in 91ms (Views: 90.4ms | 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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/basic_form.html.haml within layouts/application (9.1ms) Completed 200 OK in 120ms (Views: 119.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-06-26 14:03:05 +0200 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-06-26 14:03:05 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 17ms (Views: 4.2ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:03:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/basic_form.html.haml within layouts/application (9.0ms) Completed 200 OK in 129ms (Views: 129.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-06-26 14:06:20 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (3.1ms) Completed 200 OK in 18ms (Views: 4.9ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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" for 127.0.0.1 at 2015-06-26 14:06:20 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms | 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 (3.1ms)[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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:07:17 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/basic_form.html.haml within layouts/application (9.0ms) Completed 200 OK in 121ms (Views: 120.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-06-26 14:07:17 +0200 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-06-26 14:07:17 +0200 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.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-06-26 14:07:17 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:07:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.7ms) Completed 200 OK in 18ms (Views: 4.5ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:07:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 14:07:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:07:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_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[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 (1.1ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:08:05 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/basic_form.html.haml within layouts/application (9.3ms) Completed 200 OK in 127ms (Views: 126.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-06-26 14:08:05 +0200 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-06-26 14:08:05 +0200 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.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-06-26 14:08:05 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:08:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.4ms) Completed 200 OK in 16ms (Views: 4.0ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:08:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 14:08:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:08:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:13:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/nested_form.html.haml within layouts/application (8.8ms) Completed 200 OK in 149ms (Views: 128.4ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:13:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:13:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) 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" for 127.0.0.1 at 2015-06-26 14:13:05 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.6ms | 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.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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:13:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/nested_form.html.haml within layouts/application (9.3ms) Completed 200 OK in 145ms (Views: 124.8ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:13:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.3ms) Completed 200 OK in 5ms (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" for 127.0.0.1 at 2015-06-26 14:13:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 14:13:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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[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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:14:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/nested_form.html.haml within layouts/application (9.2ms) Completed 200 OK in 150ms (Views: 125.4ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:14:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 14:14:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:14:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.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[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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:14:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/nested_form.html.haml within layouts/application (9.8ms) Completed 200 OK in 147ms (Views: 128.1ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:14:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:14:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:14:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:15:02 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/nested_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 147ms (Views: 123.8ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:02 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:02 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:02 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:15:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/nested_form.html.haml within layouts/application (22.6ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (6.0ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (6.6ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:41 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (7.0ms) Completed 500 Internal Server Error in 8ms (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.4ms)[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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:15:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/nested_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 144ms (Views: 123.3ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:15:51 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [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" for 127.0.0.1 at 2015-06-26 14:16:07 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/nested_form.html.haml within layouts/application (11.1ms) Completed 200 OK in 142ms (Views: 120.8ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:16:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:16:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) 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" for 127.0.0.1 at 2015-06-26 14:16:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.6ms | 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.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/basic_form.html.haml within layouts/application (9.1ms) Completed 200 OK in 121ms (Views: 120.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-06-26 14:18:11 +0200 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.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 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-06-26 14:18:11 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 16ms (Views: 3.9ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_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" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:18:11 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | 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 (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 (0.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.1ms) Rendered base/basic_form.html.haml within layouts/application (10.7ms) Completed 200 OK in 136ms (Views: 125.9ms | ActiveRecord: 0.2ms) [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-06-26 14:19:45 +0200 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-06-26 14:19:45 +0200 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.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-06-26 14:19:45 +0200 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.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-06-26 14:19:45 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 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.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-06-26 14:19:45 +0200 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.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-06-26 14:19:45 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.9ms) Completed 200 OK in 17ms (Views: 4.6ms | ActiveRecord: 0.1ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:19:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.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.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 "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) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:20:13 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/basic_form.html.haml within layouts/application (11.3ms) Completed 200 OK in 140ms (Views: 129.6ms | ActiveRecord: 0.2ms) [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-06-26 14:20:13 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:20:13 +0200 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-06-26 14:20:13 +0200 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.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-06-26 14:20:13 +0200 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.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-06-26 14:20:13 +0200 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.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-06-26 14:20:13 +0200 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.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-06-26 14:20:14 +0200 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.3ms) Completed 200 OK in 17ms (Views: 3.8ms | ActiveRecord: 0.2ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) 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" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:20:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms | 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 (3.3ms)[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 "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) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/basic_form.html.haml within layouts/application (9.7ms) Completed 200 OK in 142ms (Views: 131.8ms | ActiveRecord: 0.2ms) [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-06-26 14:22:31 +0200 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.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-06-26 14:22:31 +0200 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.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 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.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-06-26 14:22:31 +0200 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.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-06-26 14:22:31 +0200 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.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-06-26 14:22:31 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 16ms (Views: 3.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (6.7ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (5.8ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (5.8ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:31 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (5.7ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.1ms) Rendered base/basic_form.html.haml within layouts/application (11.5ms) Completed 200 OK in 140ms (Views: 129.4ms | ActiveRecord: 0.3ms) [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-06-26 14:22:45 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 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.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-06-26 14:22:45 +0200 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-06-26 14:22:45 +0200 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-06-26 14:22:45 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 17ms (Views: 3.8ms | ActiveRecord: 0.2ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (64.8ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (84.5ms) Completed 500 Internal Server Error in 86ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (76.4ms) Completed 500 Internal Server Error in 78ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:22:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (96.6ms) Completed 500 Internal Server Error in 98ms (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.7ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.2ms) Rendered base/basic_form.html.haml within layouts/application (11.7ms) Completed 200 OK in 145ms (Views: 135.5ms | ActiveRecord: 0.2ms) [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-06-26 14:23:21 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 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-06-26 14:23:21 +0200 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.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-06-26 14:23:21 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 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.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-06-26 14:23:21 +0200 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.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-06-26 14:23:21 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 17ms (Views: 3.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:23:21 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.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.8ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/basic_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 138ms (Views: 126.9ms | ActiveRecord: 0.2ms) [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-06-26 14:30:08 +0200 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-06-26 14:30:08 +0200 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.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-06-26 14:30:08 +0200 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.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-06-26 14:30:08 +0200 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.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-06-26 14:30:08 +0200 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.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-06-26 14:30:08 +0200 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.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-06-26 14:30:08 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 16ms (Views: 3.9ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 14:30:08 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | 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.4ms)[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 "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) [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.0ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/basic_form.html.haml within layouts/application (10.0ms) Completed 200 OK in 141ms (Views: 130.6ms | ActiveRecord: 0.2ms) [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-06-26 15:19:42 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 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.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-06-26 15:19:42 +0200 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.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-06-26 15:19:42 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.4ms) 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-06-26 15:19:42 +0200 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.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-06-26 15:19:42 +0200 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.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-06-26 15:19:42 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 16ms (Views: 3.7ms | ActiveRecord: 0.2ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:19:42 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.0ms | 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 "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) [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.2ms)[0m select sqlite_version(*) [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (5.1ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms) [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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.3ms) 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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.3ms) 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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.3ms) Completed 500 Internal Server Error in 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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.3ms) 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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 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-06-26 15:20:45 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.2ms) 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" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (2.2ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) 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" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) 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" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.1ms) 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" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (1.0ms) 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" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:20:45 +0200 Processing by BaseController#nested_form as HTML Rendered base/nested_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 2ms (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.6ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m [1m[35m (0.1ms)[0m select sqlite_version(*) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626104120')[0m [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626095843') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:24:43 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.0ms) Rendered base/basic_form.html.haml within layouts/application (10.2ms) Completed 200 OK in 147ms (Views: 135.9ms | ActiveRecord: 0.7ms) [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-06-26 15:24:44 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 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.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-06-26 15:24:44 +0200 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.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-06-26 15:24:44 +0200 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-06-26 15:24:44 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 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.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-06-26 15:24:44 +0200 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.6ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 16ms (Views: 3.6ms | ActiveRecord: 0.1ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.1ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 3ms (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" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.2ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) 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" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:24:44 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateTags (20150626132542) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.4ms)[0m [1mCREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626132542"]] [1m[36m (2.7ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTags (20150626132542) [1m[36m (0.0ms)[0m [1mbegin transaction[0m [1m[35m (0.4ms)[0m DROP TABLE "tags" [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20150626132542"]] [1m[35m (2.6ms)[0m commit transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateTags (20150626132542) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.4ms)[0m [1mCREATE 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) [0m [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150626132542"]] [1m[36m (2.5ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [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 (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.7ms)[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 (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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/basic_form" for 127.0.0.1 at 2015-06-26 15:30:27 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/basic_form.html.haml within layouts/application (9.8ms) Completed 200 OK in 149ms (Views: 137.0ms | ActiveRecord: 0.5ms) [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-06-26 15:30:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 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-06-26 15:30:28 +0200 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.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-06-26 15:30:28 +0200 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-06-26 15:30:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form 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.6ms) Rendered base/nested_form.html.haml within layouts/application (5.4ms) Completed 200 OK in 25ms (Views: 7.1ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:30:28 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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) [0m [1m[35m (0.7ms)[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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.6ms) Rendered base/basic_form.html.haml within layouts/application (10.0ms) Completed 200 OK in 139ms (Views: 126.8ms | ActiveRecord: 0.2ms) [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-06-26 15:31:37 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 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.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-06-26 15:31:37 +0200 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: 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-06-26 15:31:37 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 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.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-06-26 15:31:37 +0200 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.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-06-26 15:31:37 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/nested_form.html.haml within layouts/application (6.1ms) Completed 200 OK in 26ms (Views: 7.9ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.1ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:31:37 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.2ms) Rendered base/basic_form.html.haml within layouts/application (10.1ms) Completed 200 OK in 139ms (Views: 126.8ms | ActiveRecord: 0.2ms) [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-06-26 15:32:29 +0200 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-06-26 15:32:29 +0200 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: 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-06-26 15:32:29 +0200 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.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-06-26 15:32:29 +0200 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-06-26 15:32:29 +0200 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.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-06-26 15:32:29 +0200 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-06-26 15:32:29 +0200 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form 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.6ms) Rendered base/nested_form.html.haml within layouts/application (5.2ms) Completed 200 OK in 25ms (Views: 6.7ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (3.0ms) 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" for 127.0.0.1 at 2015-06-26 15:32:29 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (6.0ms) Rendered base/basic_form.html.haml within layouts/application (12.2ms) Completed 200 OK in 147ms (Views: 135.8ms | ActiveRecord: 0.2ms) [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-06-26 15:34:17 +0200 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.9ms) Completed 200 OK in 2ms (Views: 1.7ms | 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-06-26 15:34:17 +0200 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.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-06-26 15:34:17 +0200 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.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-06-26 15:34:17 +0200 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.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-06-26 15:34:17 +0200 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.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-06-26 15:34:17 +0200 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.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-06-26 15:34:17 +0200 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.6ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form 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.6ms) Rendered base/nested_form.html.haml within layouts/application (5.3ms) Completed 200 OK in 25ms (Views: 7.1ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:17 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[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.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.7ms)[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.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 ('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 Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (5.5ms) Rendered base/basic_form.html.haml within layouts/application (12.3ms) Completed 200 OK in 141ms (Views: 128.5ms | ActiveRecord: 0.2ms) [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-06-26 15:34:33 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 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.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-06-26 15:34:33 +0200 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.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-06-26 15:34:33 +0200 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-06-26 15:34:33 +0200 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.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-06-26 15:34:33 +0200 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.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-06-26 15:34:33 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (5.0ms) Completed 200 OK in 25ms (Views: 6.6ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.4ms) 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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (2.4ms) 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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:34:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.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 (0.7ms)[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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:37:17 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/basic_form.html.haml within layouts/application (9.9ms) Completed 200 OK in 142ms (Views: 130.3ms | ActiveRecord: 0.2ms) [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-06-26 15:37:18 +0200 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-06-26 15:37:18 +0200 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.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-06-26 15:37:18 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 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.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 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.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-06-26 15:37:18 +0200 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.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-06-26 15:37:18 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (5.9ms) Completed 200 OK in 28ms (Views: 7.8ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.6ms) Completed 200 OK in 6ms (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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) 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" for 127.0.0.1 at 2015-06-26 15:37:18 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[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.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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:38:37 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (9.7ms) Completed 200 OK in 130ms (Views: 129.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-06-26 15:38:38 +0200 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-06-26 15:38:38 +0200 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.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-06-26 15:38:38 +0200 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.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-06-26 15:38:38 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 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.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-06-26 15:38:38 +0200 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.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-06-26 15:38:38 +0200 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (5.4ms) Completed 200 OK in 28ms (Views: 7.1ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 4ms (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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:38 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) Completed 200 OK in 3ms (Views: 2.6ms | 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.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.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) [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.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.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 Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (4.0ms) Rendered base/basic_form.html.haml within layouts/application (9.7ms) Completed 200 OK in 140ms (Views: 128.0ms | ActiveRecord: 0.2ms) [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-06-26 15:38:58 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 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.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-06-26 15:38:58 +0200 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.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-06-26 15:38:58 +0200 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.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 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.6ms | 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-06-26 15:38:58 +0200 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-06-26 15:38:58 +0200 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: 2.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/nested_form.html.haml within layouts/application (5.0ms) Completed 200 OK in 26ms (Views: 6.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:58 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) 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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (1.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:38:59 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.6ms)[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[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.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.9ms)[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.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:46:56 +0200 Processing by BaseController#deeply_nested_form as HTML Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.4ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:46:56 +0200 Processing by BaseController#deeply_nested_form as HTML Completed 500 Internal Server Error in 2ms (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.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.7ms)[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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:47:20 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (6.9ms) Rendered base/_address_fields.html.haml (8.8ms) Rendered base/deeply_nested_form.html.haml within layouts/application (24.9ms) Completed 500 Internal Server Error in 68ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:47:20 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (7.0ms) Rendered base/_address_fields.html.haml (7.6ms) Rendered base/deeply_nested_form.html.haml within layouts/application (8.8ms) Completed 500 Internal Server Error in 11ms (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.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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:47:58 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.2ms) 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/deeply_nested_form.html.haml within layouts/application (20.8ms) Completed 200 OK in 154ms (Views: 116.7ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:47:58 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.4ms | 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.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.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) [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 ('20150626132542') [1m[36m (0.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:50:45 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (11.7ms) Completed 200 OK in 150ms (Views: 112.5ms | ActiveRecord: 0.6ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:50:45 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.html.haml within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:50:45 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:50:45 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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[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 (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.7ms)[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.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.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:51:52 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (3.0ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (12.5ms) Completed 200 OK in 145ms (Views: 107.0ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:51:52 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:51:52 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:51:52 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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[36mActiveRecord::SchemaMigration Load (0.2ms)[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.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.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) [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.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.7ms)[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 Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:52:18 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (3.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (13.0ms) Completed 200 OK in 161ms (Views: 122.6ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:52:18 +0200 Processing by BaseController#deeply_nested_form 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (2.9ms) 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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:52:18 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:52:18 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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[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.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 (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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:52:46 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (13.0ms) Completed 200 OK in 154ms (Views: 117.2ms | ActiveRecord: 0.2ms) [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 (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.7ms)[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.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 ('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 Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:53:11 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.0ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (11.9ms) Completed 200 OK in 152ms (Views: 114.2ms | ActiveRecord: 0.3ms) [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.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) [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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:53:35 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (18.1ms) Completed 200 OK in 151ms (Views: 116.8ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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) [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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:54:59 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (12.3ms) Completed 200 OK in 150ms (Views: 108.6ms | ActiveRecord: 0.3ms) [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 (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) [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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:56:06 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (12.6ms) Completed 200 OK in 148ms (Views: 108.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.5ms)[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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:56:51 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (14.4ms) Completed 200 OK in 153ms (Views: 114.5ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.9ms)[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.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:58:40 +0200 Processing by BaseController#deeply_nested_form 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (12.2ms) Completed 200 OK in 155ms (Views: 121.0ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[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 (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) [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 (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.7ms)[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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.2ms) 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/deeply_nested_form.html.haml within layouts/application (12.4ms) Completed 200 OK in 155ms (Views: 116.7ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#deeply_nested_form 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (3.4ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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-06-26 15:58:46 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 "/basic_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 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.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-06-26 15:58:46 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 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-06-26 15:58:46 +0200 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-06-26 15:58:46 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (3.5ms) 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" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.8ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.7ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:58:46 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form 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/nested_form.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (1.2ms) Rendered base/_address_fields.html.haml (2.2ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.8ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (1.8ms) Rendered base/_tag_fields.html.haml (1.4ms) Rendered base/nested_form.html.haml within layouts/application (7.5ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:58:47 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (4.1ms) Completed 200 OK in 7ms (Views: 5.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.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 (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.7ms)[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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/nested_form.html.haml within layouts/application (25.7ms) Completed 200 OK in 161ms (Views: 124.6ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.1ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/basic_form" for 127.0.0.1 at 2015-06-26 15:59:23 +0200 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.5ms) Completed 200 OK in 3ms (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-06-26 15:59:23 +0200 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.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-06-26 15:59:23 +0200 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.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-06-26 15:59:23 +0200 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-06-26 15:59:23 +0200 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.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-06-26 15:59:23 +0200 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.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-06-26 15:59:24 +0200 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: 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-06-26 15:59:24 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:59:24 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:59:24 +0200 Processing by BaseController#deeply_nested_form 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.6ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deeply_nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:59:24 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deeply_nested_form.html.haml within layouts/application (5.6ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 15:59:24 +0200 Processing by BaseController#deeply_nested_form 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.5ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deeply_nested_form.html.haml within layouts/application (4.8ms) Completed 200 OK in 10ms (Views: 6.7ms | 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 (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.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.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 (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.7ms)[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.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35m (0.1ms)[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.8ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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[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.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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.4ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m [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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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.3ms)[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.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 (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.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.1ms)[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.5ms)[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 [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[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.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.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 ('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.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[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 (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.7ms)[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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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.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.3ms)[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.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 (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.7ms)[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.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.7ms)[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 Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (1.2ms) Rendered base/nested_form.html.haml within layouts/application (17.3ms) Completed 200 OK in 164ms (Views: 124.2ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.5ms) Completed 200 OK in 5ms (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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (1.9ms) 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-06-26 16:52:07 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 3.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-06-26 16:52:07 +0200 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.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-06-26 16:52:07 +0200 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-06-26 16:52:07 +0200 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.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-06-26 16:52:07 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 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.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-06-26 16:52:07 +0200 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.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-06-26 16:52:07 +0200 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: 2.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#deeply_nested_form 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.7ms) Rendered base/deeply_nested_form.html.haml within layouts/application (3.6ms) 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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deeply_nested_form.html.haml within layouts/application (3.3ms) Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 16:52:07 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deeply_nested_form.html.haml within layouts/application (4.4ms) 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 [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[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.9ms)[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 ('20150626132542') [1m[36m (0.7ms)[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 [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 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/deeply_nested_form.html.haml within layouts/application (12.5ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.7ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (5.1ms) Completed 200 OK in 100ms (Views: 98.8ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.7ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) 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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) 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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.6ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.7ms) 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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (1.9ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/basic_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 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.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-06-26 17:04:54 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:04:54 +0200 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.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-06-26 17:04:54 +0200 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-06-26 17:04:54 +0200 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.9ms | 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-06-26 17:04:54 +0200 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[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 (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) [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 (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 ('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.3ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (8.8ms) Completed 200 OK in 135ms (Views: 128.4ms | ActiveRecord: 0.2ms) [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-06-26 17:05:14 +0200 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-06-26 17:05:14 +0200 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-06-26 17:05:14 +0200 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.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-06-26 17:05:14 +0200 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.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-06-26 17:05:14 +0200 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.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-06-26 17:05:14 +0200 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.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-06-26 17:05:14 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (5.4ms) Completed 200 OK in 27ms (Views: 7.1ms | ActiveRecord: 0.2ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/deeply_nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.7ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.2ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.5ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form.html.haml within layouts/application (1.6ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.6ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.2ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) 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" for 127.0.0.1 at 2015-06-26 17:05:14 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form.html.haml within layouts/application (2.5ms) 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 [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[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.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.7ms)[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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/nested_form.html.haml within layouts/application (15.2ms) Completed 200 OK in 158ms (Views: 126.3ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.html.haml within layouts/application (2.0ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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.1ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.1ms) 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" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.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-06-26 17:05:33 +0200 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.6ms) Completed 200 OK in 3ms (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-06-26 17:05:33 +0200 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.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-06-26 17:05:33 +0200 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.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-06-26 17:05:33 +0200 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-06-26 17:05:33 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 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.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-06-26 17:05:33 +0200 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.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-06-26 17:05:33 +0200 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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (2.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#deeply_nested_form 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 (16.1ms) Rendered base/deeply_nested_form.html.haml within layouts/application (18.3ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#deeply_nested_form 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.3ms) Rendered base/deeply_nested_form.html.haml within layouts/application (3.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:05:33 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms) [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 [1m[35m (0.2ms)[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 (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.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.7ms)[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.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 ('20150626132542') [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[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.2ms)[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.4ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/basic_form.html.haml within layouts/application (8.4ms) Completed 200 OK in 129ms (Views: 127.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-06-26 17:20:25 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 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.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#deeply_nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deeply_nested_form.html.haml within layouts/application (6.9ms) Completed 200 OK in 29ms (Views: 8.7ms | ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#deeply_nested_form 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/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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 "/deeply_nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#deeply_nested_form 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.2ms) Rendered base/deeply_nested_form.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (3.4ms) 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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.html.haml within layouts/application (2.3ms) 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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.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 "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (2.3ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (3.1ms) Completed 200 OK in 6ms (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" for 127.0.0.1 at 2015-06-26 17:20:25 +0200 Processing by BaseController#nested_form 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/nested_form.html.haml within layouts/application (3.1ms) Completed 200 OK in 6ms (Views: 4.4ms | 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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:23:33 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.4ms) Rendered base/basic_form.html.haml within layouts/application (8.9ms) Completed 200 OK in 129ms (Views: 128.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-06-26 17:23:33 +0200 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-06-26 17:23:33 +0200 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.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-06-26 17:23:33 +0200 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.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-06-26 17:23:33 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 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.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-06-26 17:23:33 +0200 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.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-06-26 17:23:33 +0200 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: 1.7ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_nested_fields" for 127.0.0.1 at 2015-06-26 17:23:33 +0200 [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (3.4ms)[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.1ms)[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) [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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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.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 "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.9ms) Rendered base/fields_for.html.haml within layouts/application (12.9ms) Completed 200 OK in 150ms (Views: 115.0ms | ActiveRecord: 0.3ms) [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-06-26 17:24:16 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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.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-06-26 17:24:16 +0200 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-06-26 17:24:16 +0200 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-06-26 17:24:16 +0200 Processing by BaseController#fields_for 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.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-06-26 17:24:16 +0200 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-06-26 17:24:16 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (2.3ms) 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-06-26 17:24:16 +0200 Processing by BaseController#fields_for 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.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-06-26 17:24:16 +0200 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.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-06-26 17:24:16 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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.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-06-26 17:24:16 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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 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-06-26 17:24:16 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) 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-06-26 17:24:16 +0200 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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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 (3.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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.5ms) Completed 200 OK in 5ms (Views: 3.4ms | 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-06-26 17:24:16 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.5ms) 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-06-26 17:24:16 +0200 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.2ms) Rendered base/deep_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 "/basic_form" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 17:24:16 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.4ms) 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-06-26 17:24:16 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (16.0ms) Completed 200 OK in 17ms (Views: 17.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-06-26 17:24:16 +0200 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.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-06-26 17:24:16 +0200 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.2ms | ActiveRecord: 0.0ms) [1m[35m (0.3ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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.2ms) 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-06-26 17:24:16 +0200 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.2ms | ActiveRecord: 0.0ms) [1m[35m (0.3ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:24:16 +0200 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[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.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.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 ('20150626132542') [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[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-06-26 17:25:05 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (10.1ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.7ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.3ms)[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.7ms)[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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:25:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.2ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.4ms) Completed 200 OK in 165ms (Views: 149.3ms | ActiveRecord: 0.6ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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) [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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:28:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (37.6ms) Completed 200 OK in 145ms (Views: 133.0ms | ActiveRecord: 0.5ms) [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-06-26 17:28:00 +0200 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 (2.5ms) Completed 200 OK in 4ms (Views: 3.3ms | 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.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.7ms)[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 ('20150626132542') [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[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-06-26 17:28:27 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.7ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.4ms) Completed 200 OK in 158ms (Views: 146.4ms | ActiveRecord: 0.5ms) [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-06-26 17:28:27 +0200 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 (2.3ms) Completed 200 OK in 3ms (Views: 3.1ms | 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 (1.0ms)[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 (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 ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:29:43 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (45.3ms) Completed 200 OK in 172ms (Views: 159.0ms | ActiveRecord: 0.6ms) [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-06-26 17:29:43 +0200 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 (2.1ms) Completed 200 OK in 3ms (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 (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.7ms)[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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:30:56 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.1ms) Rendered base/_address_fields.html.haml (4.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.9ms) Completed 200 OK in 160ms (Views: 147.7ms | ActiveRecord: 0.5ms) [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-06-26 17:30:56 +0200 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 (2.3ms) Completed 200 OK in 3ms (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-06-26 17:30:56 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.1ms | 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.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.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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:35:27 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.2ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (44.4ms) Completed 200 OK in 157ms (Views: 145.3ms | ActiveRecord: 0.5ms) [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-06-26 17:35:28 +0200 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 (2.4ms) Completed 200 OK in 3ms (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-06-26 17:35:28 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.1ms | 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.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 (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 (1.0ms)[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.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 ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:35:59 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.5ms) Completed 200 OK in 150ms (Views: 137.9ms | ActiveRecord: 0.5ms) [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-06-26 17:35:59 +0200 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 (2.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:35:59 +0200 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 (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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.7ms)[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.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 ('20150626132542') [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[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-06-26 17:36:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.5ms) Completed 200 OK in 156ms (Views: 143.1ms | ActiveRecord: 0.9ms) [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-06-26 17:36:24 +0200 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 (2.3ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:36:24 +0200 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 (2.1ms) Completed 200 OK in 3ms (Views: 2.9ms | 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 (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 (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.7ms)[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.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 ('20150626132542') [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[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-06-26 17:38:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/_address_fields.html.haml (3.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.4ms) Completed 200 OK in 153ms (Views: 140.4ms | ActiveRecord: 0.4ms) [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-06-26 17:38:03 +0200 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 (2.0ms) Completed 200 OK in 3ms (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-06-26 17:38:03 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.0ms | 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.1ms)[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.7ms)[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.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 ('20150626132542') [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[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-06-26 17:38:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.0ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.8ms) Completed 200 OK in 159ms (Views: 146.1ms | ActiveRecord: 0.6ms) [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-06-26 17:38:44 +0200 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 (2.3ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:38:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.4ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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 (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) [0m [1m[35m (1.0ms)[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 ('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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:39:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.7ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (42.7ms) Completed 200 OK in 161ms (Views: 148.4ms | ActiveRecord: 0.5ms) [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-06-26 17:39:30 +0200 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/nested_form_gem.html.haml within layouts/application (3.9ms) Completed 200 OK in 5ms (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-06-26 17:39:30 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.4ms | 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 (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 (1.0ms)[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 (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 ('20150626132542') [1m[36m (0.7ms)[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.4ms)[0m [1mbegin transaction[0m [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35m (0.1ms)[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.1ms)[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-06-26 17:39:36 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/basic_form.html.haml within layouts/application (7.6ms) Completed 200 OK in 128ms (Views: 127.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-06-26 17:39:36 +0200 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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 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-06-26 17:39:36 +0200 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: 2.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (5.9ms) Completed 200 OK in 28ms (Views: 7.5ms | ActiveRecord: 0.3ms) [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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 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.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-06-26 17:39:36 +0200 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-06-26 17:39:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 17:39:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 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-06-26 17:39:36 +0200 Processing by BaseController#fields_for 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.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-06-26 17:39:36 +0200 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.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.9ms) 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-06-26 17:39:36 +0200 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.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (19.2ms) Completed 200 OK in 22ms (Views: 20.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-06-26 17:39:36 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.9ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.7ms) Completed 200 OK in 9ms (Views: 7.2ms | 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-06-26 17:39:36 +0200 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.1ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.5ms) Completed 200 OK in 7ms (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-06-26 17:39:36 +0200 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/nested_form_gem.html.haml within layouts/application (4.4ms) Completed 200 OK in 7ms (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-06-26 17:39:36 +0200 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 (2.4ms) Completed 200 OK in 3ms (Views: 3.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-06-26 17:39:36 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.5ms | 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.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) [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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.5ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:41:13 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.0ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.6ms) Completed 200 OK in 151ms (Views: 138.8ms | ActiveRecord: 0.5ms) [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-06-26 17:41:13 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms) Completed 200 OK in 2ms (Views: 2.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-06-26 17:41:13 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 17:41:13 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.7ms | 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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.8ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:42:26 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (41.5ms) Completed 200 OK in 160ms (Views: 148.4ms | ActiveRecord: 1.1ms) [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-06-26 17:42:26 +0200 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/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-06-26 17:42:26 +0200 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 (2.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:42:26 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.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[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 (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.7ms)[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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:43:02 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.8ms) Rendered base/_address_fields.html.haml (3.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (42.1ms) Completed 200 OK in 153ms (Views: 141.1ms | ActiveRecord: 0.5ms) [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-06-26 17:43:02 +0200 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 (2.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:43:02 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_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.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-06-26 17:43:02 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms) Completed 200 OK in 2ms (Views: 2.2ms | 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.5ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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 ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:43:13 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.0ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (38.1ms) Completed 200 OK in 164ms (Views: 151.5ms | ActiveRecord: 0.5ms) [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-06-26 17:43:13 +0200 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 (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-06-26 17:43:13 +0200 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 (2.4ms) Completed 200 OK in 4ms (Views: 3.4ms | 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-06-26 17:43:13 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.2ms) Completed 200 OK in 2ms (Views: 2.0ms | 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.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.7ms)[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.7ms)[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.5ms)[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-06-26 17:44:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.2ms) Completed 200 OK in 154ms (Views: 141.1ms | ActiveRecord: 0.5ms) [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-06-26 17:44:04 +0200 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/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-06-26 17:44:04 +0200 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 (2.2ms) Completed 200 OK in 3ms (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-06-26 17:44:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.4ms) Completed 200 OK in 3ms (Views: 2.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.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.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) [0m [1m[35m (0.7ms)[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 ('20150626132542') [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[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-06-26 17:44:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.2ms) Completed 200 OK in 162ms (Views: 148.4ms | ActiveRecord: 1.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-06-26 17:44:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.2ms) Completed 200 OK in 2ms (Views: 2.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-06-26 17:44:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:44:29 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:44:29 +0200 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 (2.0ms) Completed 200 OK in 3ms (Views: 2.7ms | 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 (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 (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) [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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:45:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.6ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.9ms) Completed 200 OK in 147ms (Views: 134.4ms | ActiveRecord: 0.4ms) [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-06-26 17:45:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.2ms) Completed 200 OK in 2ms (Views: 2.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-06-26 17:45:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms) Completed 200 OK in 3ms (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-06-26 17:45:14 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 17:45:14 +0200 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/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[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.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.7ms)[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.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 ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:46:20 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (2.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (38.3ms) Completed 200 OK in 141ms (Views: 140.5ms | ActiveRecord: 0.2ms) [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-06-26 17:46:20 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.1ms | 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.7ms)[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.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 ('20150626132542') [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.8ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:47:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (2.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (36.8ms) Completed 200 OK in 140ms (Views: 139.8ms | ActiveRecord: 0.2ms) [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-06-26 17:47:09 +0200 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 (2.1ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:47:09 +0200 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 (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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.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.7ms)[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 (1.1ms)[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 ('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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:47:33 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.7ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.3ms) Completed 200 OK in 144ms (Views: 143.2ms | ActiveRecord: 0.2ms) [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-06-26 17:47:33 +0200 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 (2.3ms) Completed 200 OK in 3ms (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-06-26 17:47:33 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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 (1.4ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:49:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (35.8ms) Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.2ms) [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-06-26 17:49:40 +0200 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 (2.3ms) Completed 200 OK in 3ms (Views: 3.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-06-26 17:49:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_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.5ms | 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.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.7ms)[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.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 ('20150626132542') [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[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-06-26 17:49:56 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (36.3ms) Completed 200 OK in 145ms (Views: 144.5ms | ActiveRecord: 0.2ms) [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-06-26 17:49:57 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.0ms | 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-06-26 17:49:57 +0200 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.9ms) Completed 200 OK in 4ms (Views: 4.0ms | 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.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.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 (1.0ms)[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 ('20150626132542') [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[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-06-26 17:50:15 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (35.3ms) Completed 200 OK in 138ms (Views: 137.1ms | ActiveRecord: 0.2ms) [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-06-26 17:50:16 +0200 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:50:16 +0200 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/nested_form_gem.html.haml within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 4.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.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 (1.1ms)[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.7ms)[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.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 ('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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:51:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (37.7ms) Completed 200 OK in 137ms (Views: 136.2ms | ActiveRecord: 0.2ms) [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-06-26 17:51:14 +0200 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 (2.2ms) Completed 200 OK in 3ms (Views: 3.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-06-26 17:51:14 +0200 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/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.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-06-26 17:51:14 +0200 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/nested_form_gem.html.haml within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.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-06-26 17:51:14 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 17:51:14 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 17:51:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_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 4ms (Views: 4.0ms | 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.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.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.7ms)[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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:51:34 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (34.3ms) Completed 200 OK in 141ms (Views: 139.9ms | ActiveRecord: 0.2ms) [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-06-26 17:51:34 +0200 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 (2.3ms) Completed 200 OK in 3ms (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-06-26 17:51:34 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 17:51:34 +0200 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/nested_form_gem.html.haml within layouts/application (2.2ms) Completed 200 OK in 3ms (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-06-26 17:51:35 +0200 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 (2.5ms) Completed 200 OK in 3ms (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-06-26 17:51:35 +0200 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 (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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.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 ('20150626132542') [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[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-06-26 17:52:10 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_tag_fields.html.haml (0.7ms) 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 (12.6ms) Completed 200 OK in 156ms (Views: 118.0ms | ActiveRecord: 0.4ms) [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-06-26 17:52:10 +0200 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.2ms) Completed 200 OK in 5ms (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-06-26 17:52:10 +0200 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.2ms) 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-06-26 17:52:10 +0200 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.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-06-26 17:52:10 +0200 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.7ms) 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-06-26 17:52:10 +0200 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.7ms) 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-06-26 17:52:10 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.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-06-26 17:52:10 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 17:52:10 +0200 Processing by BaseController#fields_for 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.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-06-26 17:52:10 +0200 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-06-26 17:52:10 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-06-26 17:52:10 +0200 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 5ms (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-06-26 17:52:10 +0200 Processing by BaseController#fields_for 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.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-06-26 17:52:10 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-06-26 17:52:10 +0200 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-06-26 17:52:10 +0200 Processing by BaseController#fields_for 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.1ms) 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-06-26 17:52:10 +0200 Processing by BaseController#fields_for 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.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-06-26 17:52:10 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 17:52:11 +0200 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[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 17:52:11 +0200 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.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-06-26 17:52:11 +0200 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.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-06-26 17:52:11 +0200 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 5ms (Views: 3.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-06-26 17:52:11 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/basic_form.html.haml within layouts/application (24.6ms) Completed 200 OK in 27ms (Views: 26.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-06-26 17:52:11 +0200 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.3ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 17:52:11 +0200 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.1ms | 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-06-26 17:52:11 +0200 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.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-06-26 17:52:11 +0200 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: 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-06-26 17:52:11 +0200 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.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-06-26 17:52:11 +0200 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: 3.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-06-26 17:52:11 +0200 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: 2.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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (3.8ms) 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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 3ms (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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 4.2ms | 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-06-26 17:52:11 +0200 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 (4.5ms) 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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (3.1ms) Completed 200 OK in 4ms (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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (2.7ms) Completed 200 OK in 4ms (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-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.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-06-26 17:52:11 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:52:11 +0200 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/nested_form_gem.html.haml within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 6.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-06-26 17:52:11 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (1.5ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) [1m[35m (0.4ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:52:11 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.7ms | 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.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 (2.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.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.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.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 ('20150626132542') [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[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-06-26 17:55:58 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (4.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.6ms) Completed 200 OK in 140ms (Views: 139.3ms | ActiveRecord: 0.2ms) [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-06-26 17:55:59 +0200 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 (2.7ms) 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-06-26 17:55:59 +0200 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 (2.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:55:59 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:55:59 +0200 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 (2.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:55:59 +0200 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 (2.3ms) Completed 200 OK in 3ms (Views: 3.3ms | 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 (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.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) [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 (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 ('20150626132542') [1m[36m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (7.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (42.1ms) Completed 200 OK in 150ms (Views: 149.1ms | 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-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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" for 127.0.0.1 at 2015-06-26 17:56:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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[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) [0m [1m[35m (1.1ms)[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 ('20150626132542') [1m[36m (0.7ms)[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.5ms)[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-06-26 17:57:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.2ms) Completed 200 OK in 152ms (Views: 140.9ms | ActiveRecord: 0.5ms) [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-06-26 17:57:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.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-06-26 17:57:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.1ms) 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.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.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) [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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:58:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.7ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.6ms) Completed 200 OK in 162ms (Views: 146.4ms | ActiveRecord: 1.2ms) [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-06-26 17:58:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 17:58:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.1ms) 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[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 (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.7ms)[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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 17:58:48 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (3.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (37.5ms) Completed 500 Internal Server Error in 53ms (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-06-26 17:58:48 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms) 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-06-26 17:58:48 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms) Completed 500 Internal Server Error in 3ms (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.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 (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) [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 ('20150626132542') [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[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-06-26 17:59:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (5.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (42.5ms) Completed 200 OK in 158ms (Views: 142.3ms | ActiveRecord: 0.5ms) [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-06-26 17:59:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.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-06-26 17:59:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.2ms) 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.1ms)[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.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.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) [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 (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 ('20150626132542') [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[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-06-26 18:00:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/_address_fields.html.haml (4.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (38.3ms) Completed 200 OK in 153ms (Views: 142.3ms | ActiveRecord: 0.7ms) [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-06-26 18:00:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) 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-06-26 18:00:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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.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.7ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626132542') [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.9ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:00:25 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.1ms) Rendered base/_address_fields.html.haml (4.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (41.5ms) Completed 200 OK in 160ms (Views: 148.9ms | ActiveRecord: 0.5ms) [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-06-26 18:00:25 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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" for 127.0.0.1 at 2015-06-26 18:00:25 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms) Completed 200 OK in 3ms (Views: 3.3ms | 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 (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.7ms)[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.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 ('20150626132542') [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[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-06-26 18:01:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (4.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (39.0ms) Completed 200 OK in 159ms (Views: 144.1ms | ActiveRecord: 0.8ms) [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-06-26 18:01:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:01:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:01:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (4.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.2ms) Completed 200 OK in 156ms (Views: 145.6ms | ActiveRecord: 0.8ms) [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-06-26 18:01:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.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-06-26 18:01:14 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.1ms) 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[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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.9ms)[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.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:01:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/_address_fields.html.haml (4.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (41.0ms) Completed 200 OK in 159ms (Views: 147.4ms | ActiveRecord: 0.4ms) [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-06-26 18:01:24 +0200 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 (4.2ms) Completed 200 OK in 5ms (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-06-26 18:01:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.0ms) 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.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.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.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 ('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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:01:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/_address_fields.html.haml (5.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (44.3ms) Completed 200 OK in 161ms (Views: 148.5ms | ActiveRecord: 0.5ms) [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-06-26 18:01:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:01:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.1ms) 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.1ms)[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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:02:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (4.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (42.5ms) Completed 200 OK in 163ms (Views: 150.5ms | ActiveRecord: 1.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-06-26 18:02:10 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:02:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.3ms | 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.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.7ms)[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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:03:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (4.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.9ms) Completed 200 OK in 166ms (Views: 155.0ms | ActiveRecord: 0.8ms) [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-06-26 18:03:00 +0200 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/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-06-26 18:03:00 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 3ms (Views: 3.1ms | 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.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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:03:10 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (37.5ms) Completed 200 OK in 148ms (Views: 136.8ms | ActiveRecord: 0.4ms) [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-06-26 18:03:10 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 3ms (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-06-26 18:03:10 +0200 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/nested_form_gem.html.haml within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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.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 ('20150626132542') [1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:03:22 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.4ms) Completed 200 OK in 156ms (Views: 142.3ms | ActiveRecord: 0.5ms) [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-06-26 18:03:22 +0200 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/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-06-26 18:03:22 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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 (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 (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.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 (1.0ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:03:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (3.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (43.2ms) Completed 200 OK in 156ms (Views: 143.4ms | ActiveRecord: 0.4ms) [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-06-26 18:03:49 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 3ms (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-06-26 18:03:49 +0200 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/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[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.0ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:04:19 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.3ms) Completed 200 OK in 150ms (Views: 138.3ms | ActiveRecord: 0.4ms) [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-06-26 18:04:19 +0200 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/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.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-06-26 18:04:19 +0200 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/nested_form_gem.html.haml within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 3.0ms | 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 (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 (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.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.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 ('20150626132542') [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[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-06-26 18:04:30 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (40.2ms) Completed 200 OK in 150ms (Views: 138.4ms | ActiveRecord: 0.8ms) [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-06-26 18:04:30 +0200 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.8ms) Completed 200 OK in 4ms (Views: 3.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-06-26 18:04:30 +0200 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/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[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.7ms)[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.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 ('20150626132542') [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[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-06-26 18:04:43 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (38.8ms) Completed 200 OK in 145ms (Views: 134.3ms | ActiveRecord: 0.5ms) [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-06-26 18:04:43 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) Completed 200 OK in 3ms (Views: 3.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-06-26 18:04:43 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.8ms | 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.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) [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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:05:20 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (3.8ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (26.1ms) Completed 200 OK in 155ms (Views: 127.2ms | ActiveRecord: 0.5ms) [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-06-26 18:05:20 +0200 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.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-06-26 18:05:20 +0200 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.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.7ms)[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 (1.1ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:05:45 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.1ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (23.8ms) Completed 200 OK in 149ms (Views: 119.6ms | ActiveRecord: 0.5ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:05:45 +0200 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.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-06-26 18:05:45 +0200 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.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.4ms)[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.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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (25.2ms) Completed 200 OK in 162ms (Views: 132.9ms | ActiveRecord: 0.8ms) [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-06-26 18:06:29 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-06-26 18:06:29 +0200 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.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.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/basic_form.html.haml within layouts/application (8.6ms) Completed 200 OK in 141ms (Views: 129.4ms | ActiveRecord: 0.2ms) [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-06-26 18:06:35 +0200 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-06-26 18:06:35 +0200 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-06-26 18:06:35 +0200 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.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-06-26 18:06:35 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.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-06-26 18:06:35 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (2.5ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deep_fields_for.html.haml within layouts/application (5.8ms) Completed 200 OK in 27ms (Views: 7.7ms | ActiveRecord: 0.2ms) [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-06-26 18:06:35 +0200 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.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.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-06-26 18:06:35 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.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-06-26 18:06:35 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (4.1ms) Completed 200 OK in 6ms (Views: 5.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-06-26 18:06:35 +0200 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.6ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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 (3.0ms) 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-06-26 18:06:35 +0200 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.6ms) 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" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.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" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) 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-06-26 18:06:35 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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/nested_form_gem.html.haml within layouts/application (1.9ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:06:35 +0200 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/nested_form_gem.html.haml within layouts/application (3.1ms) Completed 200 OK in 5ms (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-06-26 18:06:35 +0200 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 (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (29.5ms) Completed 200 OK in 32ms (Views: 30.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-06-26 18:06:35 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) Completed 200 OK in 5ms (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-06-26 18:06:35 +0200 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 (4.3ms) Completed 200 OK in 7ms (Views: 5.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-06-26 18:06:36 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (4.8ms) Completed 200 OK in 8ms (Views: 6.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-06-26 18:06:36 +0200 Processing by BaseController#fields_for 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.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-06-26 18:06:36 +0200 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-06-26 18:06:36 +0200 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.8ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:06:36 +0200 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 (2.8ms) 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-06-26 18:06:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 18:06:36 +0200 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 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-06-26 18:06:36 +0200 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.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-06-26 18:06:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-06-26 18:06:36 +0200 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 (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-06-26 18:06:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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.2ms) Completed 200 OK in 8ms (Views: 6.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-06-26 18:06:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 9.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-06-26 18:06:36 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-06-26 18:06:36 +0200 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 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-06-26 18:06:36 +0200 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.1ms) 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-06-26 18:06:36 +0200 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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.6ms) Completed 200 OK in 7ms (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-06-26 18:06:36 +0200 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-06-26 18:06:36 +0200 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.2ms) 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.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.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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/basic_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 114ms (Views: 113.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-06-26 18:08:18 +0200 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.6ms | 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-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 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: 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-06-26 18:08:18 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (4.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (9.5ms) Completed 200 OK in 32ms (Views: 11.6ms | 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-06-26 18:08:18 +0200 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 (1.0ms) 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: 4.6ms | 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-06-26 18:08:18 +0200 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.2ms) Rendered base/deep_fields_for.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.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-06-26 18:08:18 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (2.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms) Completed 500 Internal Server Error in 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-06-26 18:08:18 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.3ms) 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.1ms) 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" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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 (3.2ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:08:18 +0200 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/_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.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-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 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 (3.0ms) 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-06-26 18:08:18 +0200 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.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-06-26 18:08:18 +0200 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.6ms) Completed 200 OK in 5ms (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-06-26 18:08:18 +0200 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/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-06-26 18:08:18 +0200 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.6ms) Completed 200 OK in 3ms (Views: 2.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-06-26 18:08:18 +0200 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/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.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (1.4ms) 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 (6.7ms) Completed 200 OK in 11ms (Views: 9.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-06-26 18:08:18 +0200 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.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.0ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.5ms) 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-06-26 18:08:18 +0200 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.3ms) 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-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 18:08:18 +0200 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.8ms) 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-06-26 18:08:18 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 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.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-06-26 18:08:18 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (2.8ms) 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-06-26 18:08:18 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 18:08:18 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.7ms) 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-06-26 18:08:18 +0200 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.6ms) Rendered base/fields_for.html.haml within layouts/application (3.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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 (8.0ms) Completed 200 OK in 11ms (Views: 9.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-06-26 18:08:18 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (2.8ms) 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-06-26 18:08:18 +0200 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.5ms) Rendered base/fields_for.html.haml within layouts/application (3.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:18 +0200 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.8ms) Completed 200 OK in 5ms (Views: 3.9ms | 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.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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (1.1ms)[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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/_tag_fields.html.haml (0.7ms) 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 (12.3ms) Completed 200 OK in 168ms (Views: 118.4ms | ActiveRecord: 0.6ms) [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-06-26 18:08:47 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.3ms) 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 "/basic_form" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.5ms) 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-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 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-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 (4.1ms) Completed 200 OK in 6ms (Views: 5.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-06-26 18:08:47 +0200 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.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-06-26 18:08:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.4ms) 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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.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" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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.6ms) Completed 200 OK in 4ms (Views: 3.5ms | 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-06-26 18:08:47 +0200 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.9ms) 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-06-26 18:08:47 +0200 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/_address_fields.html.haml (0.4ms) 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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 (3.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:47 +0200 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 (23.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (26.0ms) Completed 200 OK in 28ms (Views: 27.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-06-26 18:08:47 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.5ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:08:47 +0200 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/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.0ms | 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-06-26 18:08:48 +0200 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/nested_form_gem.html.haml within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 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 (3.9ms) 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-06-26 18:08:48 +0200 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.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 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.7ms) 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-06-26 18:08:48 +0200 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.7ms) 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" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 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.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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.9ms) 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-06-26 18:08:48 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (2.7ms) 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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (3.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.3ms) Completed 200 OK in 7ms (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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (9.5ms) 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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.8ms) Completed 200 OK in 7ms (Views: 5.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-06-26 18:08:48 +0200 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.8ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:08:48 +0200 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 (4.3ms) Completed 200 OK in 8ms (Views: 5.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-06-26 18:08:48 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.9ms) Completed 200 OK in 8ms (Views: 6.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-06-26 18:08:48 +0200 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 (3.4ms) Completed 200 OK in 6ms (Views: 4.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-06-26 18:08:48 +0200 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.5ms) Rendered base/fields_for.html.haml within layouts/application (3.6ms) 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-06-26 18:08:48 +0200 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.9ms) Completed 200 OK in 6ms (Views: 4.8ms | 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.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.5ms)[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.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.7ms)[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 Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (11.1ms) Completed 200 OK in 157ms (Views: 110.8ms | ActiveRecord: 0.6ms) [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-06-26 18:09:39 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.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-06-26 18:09:39 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 "/basic_form" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.5ms) 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-06-26 18:09:39 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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: 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-06-26 18:09:39 +0200 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: 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-06-26 18:09:39 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.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-06-26 18:09:39 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 Processing by BaseController#fields_for 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.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 18:09:39 +0200 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.9ms) 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-06-26 18:09:39 +0200 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.1ms | 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-06-26 18:09:39 +0200 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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.7ms) Completed 200 OK in 6ms (Views: 4.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for 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.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for 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.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for 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.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-06-26 18:09:39 +0200 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-06-26 18:09:39 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.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-06-26 18:09:39 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 18:09:39 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (16.6ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (19.5ms) Completed 200 OK in 22ms (Views: 20.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-06-26 18:09:39 +0200 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.2ms) Completed 200 OK in 6ms (Views: 4.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-06-26 18:09:39 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (3.5ms) Completed 200 OK in 7ms (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-06-26 18:09:39 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 7.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-06-26 18:09:39 +0200 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/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-06-26 18:09:39 +0200 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/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-06-26 18:09:39 +0200 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.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.5ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms) 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" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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 (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) [1m[35m (4.5ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:09:39 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.5ms) 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: 6.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-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 7.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-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms) Completed 200 OK in 7ms (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-06-26 18:09:39 +0200 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/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 6.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-06-26 18:09:39 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 6.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 (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.7ms)[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.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 ('20150626132542') [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[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-06-26 18:10:32 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/_address_fields.html.haml (4.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.1ms) Completed 200 OK in 151ms (Views: 123.1ms | ActiveRecord: 0.3ms) [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 (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.7ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-06-26 18:11:11 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/_address_fields.html.haml (3.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.3ms) Completed 200 OK in 140ms (Views: 115.0ms | ActiveRecord: 0.3ms) [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.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.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.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 ('20150626132542') [1m[36m (0.7ms)[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 "/basic_form" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/basic_form.html.haml within layouts/application (8.5ms) Completed 200 OK in 125ms (Views: 124.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-06-26 18:11:16 +0200 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.2ms) Completed 200 OK in 3ms (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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.9ms) Completed 200 OK in 24ms (Views: 9.3ms | ActiveRecord: 0.3ms) [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-06-26 18:11:16 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 200 OK in 3ms (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-06-26 18:11:16 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) 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-06-26 18:11:16 +0200 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-06-26 18:11:16 +0200 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.6ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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 (3.0ms) 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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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.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" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) 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-06-26 18:11:16 +0200 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 (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-06-26 18:11:16 +0200 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.8ms) 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-06-26 18:11:16 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.6ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:11:16 +0200 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.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" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#fields_for 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.9ms) Rendered base/fields_for.html.haml within layouts/application (4.4ms) Completed 200 OK in 13ms (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-06-26 18:11:16 +0200 Processing by BaseController#fields_for 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.1ms) 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-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (2.8ms) 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-06-26 18:11:16 +0200 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.1ms) Rendered base/fields_for.html.haml within layouts/application (2.3ms) 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-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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 (3.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-26 18:11:16 +0200 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.8ms) 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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.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.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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 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" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.7ms) 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-06-26 18:11:16 +0200 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.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-06-26 18:11:16 +0200 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 (2.9ms) Completed 200 OK in 5ms (Views: 3.9ms | 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-06-26 18:11:16 +0200 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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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.2ms) 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-06-26 18:11:16 +0200 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.5ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) 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.7ms) Completed 200 OK in 7ms (Views: 5.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-06-26 18:11:16 +0200 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 (3.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) [1m[35m (0.5ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:11:16 +0200 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.2ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/deep_fields_for.html.haml within layouts/application (8.8ms) Completed 200 OK in 14ms (Views: 11.7ms | 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-06-26 18:11:16 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (1.3ms) Rendered base/_tag_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/deep_fields_for.html.haml within layouts/application (5.8ms) Completed 200 OK in 10ms (Views: 7.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-06-26 18:11:16 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.5ms) Completed 200 OK in 7ms (Views: 4.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-06-26 18:11:16 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.4ms) Completed 200 OK in 7ms (Views: 4.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.5ms)[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.7ms)[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 (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626132542') [1m[36m (1.4ms)[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 "/basic_form" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/basic_form.html.haml within layouts/application (8.3ms) Completed 200 OK in 131ms (Views: 125.0ms | ActiveRecord: 0.2ms) [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-06-26 18:11:32 +0200 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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.8ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (6.4ms) Completed 200 OK in 27ms (Views: 8.3ms | ActiveRecord: 0.2ms) [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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.1ms) 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 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.1ms) 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.1ms) 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-06-26 18:11:32 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.8ms) 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.1ms) 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-06-26 18:11:32 +0200 Processing by BaseController#fields_for 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.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-06-26 18:11:32 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 7.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-06-26 18:11:32 +0200 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 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/nested_form_gem.html.haml within layouts/application (2.7ms) 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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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.8ms) 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-06-26 18:11:32 +0200 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.7ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 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.3ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:11:32 +0200 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.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-06-26 18:11:32 +0200 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 (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms) 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-06-26 18:11:32 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.0ms) Completed 200 OK in 7ms (Views: 5.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-06-26 18:11:32 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.4ms) Completed 200 OK in 8ms (Views: 7.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-06-26 18:11:32 +0200 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.5ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (5.0ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deep_fields_for.html.haml within layouts/application (10.1ms) Completed 200 OK in 14ms (Views: 11.9ms | 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-06-26 18:11:32 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:11:32 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.6ms) Completed 200 OK in 8ms (Views: 5.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-06-26 18:11:32 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.9ms) Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.0ms) [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 [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 (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.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.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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.2ms) Rendered base/basic_form.html.haml within layouts/application (8.2ms) Completed 200 OK in 121ms (Views: 120.4ms | 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-06-26 18:12:44 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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 "/fields_for" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (2.6ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (8.2ms) Completed 200 OK in 27ms (Views: 9.8ms | ActiveRecord: 0.2ms) [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-06-26 18:12:44 +0200 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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.1ms) Rendered base/fields_for.html.haml within layouts/application (1.8ms) 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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 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 5ms (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-06-26 18:12:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-26 18:12:44 +0200 Processing by BaseController#fields_for 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.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-06-26 18:12:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 (4.7ms) 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-06-26 18:12:44 +0200 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.3ms) Completed 200 OK in 6ms (Views: 5.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-06-26 18:12:44 +0200 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 (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms) 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-06-26 18:12:44 +0200 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: 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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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 (3.5ms) 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-06-26 18:12:44 +0200 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.7ms) 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-06-26 18:12:44 +0200 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.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-06-26 18:12:44 +0200 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.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-06-26 18:12:44 +0200 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms) 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-06-26 18:12:44 +0200 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/nested_form_gem.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.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) Completed 200 OK in 11ms (Views: 9.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-06-26 18:12:44 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.8ms) Completed 200 OK in 9ms (Views: 7.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-06-26 18:12:44 +0200 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 (1.3ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-06-26 18:12:44 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.2ms) Completed 200 OK in 6ms (Views: 4.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-06-26 18:12:44 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_tag_fields.html.haml (0.6ms) 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 (4.0ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms) [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 [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.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (0.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.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.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.9ms)[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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (2.2ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/fields_for.html.haml within layouts/application (14.8ms) Completed 200 OK in 173ms (Views: 122.7ms | ActiveRecord: 0.7ms) [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-06-28 15:14:37 +0200 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 5ms (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-06-28 15:14:37 +0200 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-06-28 15:14:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-06-28 15:14:37 +0200 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.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-06-28 15:14:37 +0200 Processing by BaseController#fields_for 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.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-06-28 15:14:38 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.5ms) Completed 200 OK in 6ms (Views: 4.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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 2.8ms | 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (2.0ms) 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 Processing by BaseController#fields_for 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.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-06-28 15:14:38 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.7ms | 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-06-28 15:14:38 +0200 Processing by BaseController#fields_for 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.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-06-28 15:14:38 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/basic_form.html.haml within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 6.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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 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.5ms | 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (2.9ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.4ms) Completed 200 OK in 13ms (Views: 12.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-06-28 15:14:38 +0200 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/nested_form_gem.html.haml within layouts/application (2.5ms) 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-06-28 15:14:38 +0200 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.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-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.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-06-28 15:14:38 +0200 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.7ms) 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-06-28 15:14:38 +0200 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.7ms) 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-06-28 15:14:38 +0200 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 (4.2ms) Completed 200 OK in 6ms (Views: 5.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-06-28 15:14:38 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200 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 (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms) 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-06-28 15:14:38 +0200 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.7ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.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-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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 (4.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (5.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 11.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-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.3ms) Completed 200 OK in 6ms (Views: 5.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-06-28 15:14:38 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.5ms) Completed 200 OK in 6ms (Views: 5.1ms | 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-06-28 15:14:38 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/deep_fields_for.html.haml within layouts/application (6.9ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.0ms) [1m[35m (0.6ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200 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.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.4ms) Completed 200 OK in 9ms (Views: 5.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-06-28 15:14:38 +0200 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 (1.2ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) Completed 200 OK in 8ms (Views: 6.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-06-28 15:14:38 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.7ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[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 [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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 ('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 "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (3.8ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.2ms) Completed 200 OK in 147ms (Views: 113.6ms | ActiveRecord: 0.4ms) [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-06-28 15:15:09 +0200 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.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.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-06-28 15:15:09 +0200 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-06-28 15:15:09 +0200 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.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-06-28 15:15:09 +0200 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.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-06-28 15:15:09 +0200 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.5ms) Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-06-28 15:15:09 +0200 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.8ms) Completed 200 OK in 4ms (Views: 3.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-06-28 15:15:09 +0200 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.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-06-28 15:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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 (4.0ms) Completed 200 OK in 5ms (Views: 4.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-06-28 15:15:09 +0200 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.5ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.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" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.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-06-28 15:15:09 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.4ms) Completed 200 OK in 11ms (Views: 6.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-06-28 15:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.2ms) Completed 200 OK in 5ms (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-06-28 15:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.1ms) 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.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-06-28 15:15:09 +0200 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.8ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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 (3.0ms) 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" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.9ms) Completed 200 OK in 5ms (Views: 4.1ms | 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-06-28 15:15:09 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (3.1ms) 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-06-28 15:15:09 +0200 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.4ms) Rendered base/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" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (4.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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 6ms (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-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.1ms) 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-06-28 15:15:09 +0200 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 (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" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-06-28 15:15:09 +0200 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.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (4.2ms) Completed 200 OK in 7ms (Views: 5.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-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.3ms) 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-06-28 15:15:09 +0200 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 (8.6ms) Completed 200 OK in 12ms (Views: 10.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-06-28 15:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.6ms) 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-06-28 15:15:09 +0200 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.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 "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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.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 "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200 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: 3.1ms | 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-06-28 15:15:09 +0200 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.3ms) Completed 200 OK in 5ms (Views: 4.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-06-28 15:15:09 +0200 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: 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-06-28 15:15:10 +0200 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.4ms) Completed 200 OK in 4ms (Views: 3.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-06-28 15:15:10 +0200 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: 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-06-28 15:15:10 +0200 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 3ms (Views: 3.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-06-28 15:15:10 +0200 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: 2.6ms | ActiveRecord: 0.0ms) [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 [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.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (1.1ms)[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.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) [0m [1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 10:59:43 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/nested_form_gem.html.haml within layouts/application (1.6ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.4ms) [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 (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) [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.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 ('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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:05:27 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.6ms) [1m[35m (0.1ms)[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.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.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 ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:06:12 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (4.2ms) Rendered base/_address_fields.html.haml (4.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (20.2ms) Completed 200 OK in 159ms (Views: 124.4ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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 ('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.6ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [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-07-02 11:06:39 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.3ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.7ms)[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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:06:55 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (4.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (17.4ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms) [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.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) [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 (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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:08:32 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.2ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.5ms) Completed 200 OK in 150ms (Views: 115.6ms | ActiveRecord: 0.4ms) [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 (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.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 (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 ('20150626132542') [1m[36m (0.7ms)[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" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (1.3ms) Rendered base/fields_for.html.haml within layouts/application (16.2ms) Completed 200 OK in 169ms (Views: 118.2ms | ActiveRecord: 0.8ms) [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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.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-07-02 11:08:55 +0200 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.1ms) 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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.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-07-02 11:08:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.0ms) 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-07-02 11:08:55 +0200 Processing by BaseController#fields_for 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.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-07-02 11:08:55 +0200 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.9ms) Completed 200 OK in 6ms (Views: 5.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-07-02 11:08:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 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.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-07-02 11:08:55 +0200 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.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.7ms) Completed 200 OK in 11ms (Views: 10.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-07-02 11:08:55 +0200 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 (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms) 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-07-02 11:08:55 +0200 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 (0.9ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.5ms) Completed 200 OK in 5ms (Views: 4.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-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-02 11:08:55 +0200 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.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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.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-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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: 5.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-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.2ms) 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-07-02 11:08:55 +0200 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 (5.0ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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 (4.3ms) Completed 200 OK in 7ms (Views: 5.8ms | 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-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms) Completed 200 OK in 8ms (Views: 7.2ms | 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-07-02 11:08:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 5.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-07-02 11:08:55 +0200 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.4ms) 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-07-02 11:08:55 +0200 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.9ms) Completed 200 OK in 5ms (Views: 4.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-07-02 11:08:55 +0200 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.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) 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 (4.6ms) Completed 200 OK in 11ms (Views: 9.7ms | 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-07-02 11:08:55 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.2ms) 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-07-02 11:08:55 +0200 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 (1.2ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 5.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-07-02 11:08:55 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:10:22 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.7ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.6ms) [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.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.7ms)[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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:10:50 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (4.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.3ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 0.5ms) [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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:26 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (4.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (18.0ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.5ms) [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.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.7ms)[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.6ms)[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 ('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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:38 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (18.0ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.5ms) [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.7ms)[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 (1.0ms)[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.5ms)[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 Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:48 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.7ms) Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.4ms) [1m[35m (0.1ms)[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.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.7ms)[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 (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 ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:11 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.4ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (3.1ms)[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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:41 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.6ms) Rendered base/_address_fields.html.haml (4.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (18.3ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.7ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[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.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 ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:53 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (4.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.2ms) Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.5ms) [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 (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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:07 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (3.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.5ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.5ms) [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.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) [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.9ms)[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.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 Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:26 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.6ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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 ('20150626132542') [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[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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:35 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (3.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.6ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.5ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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 (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.7ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.7ms)[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.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:57 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (3.6ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.3ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.7ms) [1m[35m (0.0ms)[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.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) [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.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.5ms)[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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:04 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (3.8ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.1ms) Completed 200 OK in 145ms (Views: 107.6ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.5ms)[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.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) [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 (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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120') [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (11.7ms) Completed 200 OK in 137ms (Views: 106.1ms | ActiveRecord: 0.3ms) [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-07-02 11:15:09 +0200 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.0ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.5ms) Completed 200 OK in 5ms (Views: 3.4ms | 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-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.6ms) 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-07-02 11:15:09 +0200 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-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-02 11:15:09 +0200 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-07-02 11:15:09 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#fields_for 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.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-07-02 11:15:09 +0200 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.2ms | 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-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-02 11:15:09 +0200 Processing by BaseController#fields_for 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.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-07-02 11:15:09 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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 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-07-02 11:15:09 +0200 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/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) Completed 200 OK in 20ms (Views: 19.6ms | 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-07-02 11:15:09 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.5ms) 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 (4.8ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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/nested_form_gem.html.haml within layouts/application (2.3ms) 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-07-02 11:15:09 +0200 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/nested_form_gem.html.haml within layouts/application (2.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms) Completed 200 OK in 5ms (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-07-02 11:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-02 11:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-02 11:15:09 +0200 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 (3.9ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.1ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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 (6.0ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) [1m[35m (0.5ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (5.0ms) Completed 200 OK in 15ms (Views: 12.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-07-02 11:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.6ms | 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-07-02 11:15:09 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (5.1ms) Completed 200 OK in 10ms (Views: 7.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-07-02 11:15:09 +0200 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.7ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.9ms) Completed 200 OK in 10ms (Views: 7.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-07-02 11:15:09 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (1.1ms) Rendered base/basic_form.html.haml within layouts/application (3.5ms) Completed 200 OK in 6ms (Views: 6.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-07-02 11:15:09 +0200 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.9ms | ActiveRecord: 0.0ms) [1m[35m (0.5ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200 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-07-02 11:15:09 +0200 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.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-07-02 11:15:09 +0200 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: 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-07-02 11:15:09 +0200 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: 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-07-02 11:15:09 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.0ms) Completed 200 OK in 2ms (Views: 2.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-07-02 11:15:09 +0200 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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (13.5ms) Rendered base/basic_form.html.haml within layouts/application (19.1ms) Completed 200 OK in 120ms (Views: 120.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-07-02 11:15:37 +0200 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.6ms) 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 (6.5ms) Completed 200 OK in 28ms (Views: 8.5ms | 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.2ms) Completed 200 OK in 4ms (Views: 3.0ms | 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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (2.8ms) Completed 200 OK in 5ms (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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.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" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for 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.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (23.8ms) Rendered base/fields_for.html.haml within layouts/application (25.7ms) Completed 200 OK in 28ms (Views: 27.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-07-02 11:15:37 +0200 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.3ms) Completed 200 OK in 6ms (Views: 4.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-07-02 11:15:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) 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.9ms) Completed 200 OK in 7ms (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-07-02 11:15:37 +0200 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.7ms) 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-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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 (6.7ms) Completed 200 OK in 10ms (Views: 9.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-07-02 11:15:37 +0200 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.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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/nested_form_gem.html.haml within layouts/application (2.5ms) 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" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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.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-07-02 11:15:37 +0200 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.6ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.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-07-02 11:15:37 +0200 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 (1.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms) Completed 200 OK in 8ms (Views: 7.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-07-02 11:15:37 +0200 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.8ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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 (14.0ms) Completed 200 OK in 16ms (Views: 15.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-07-02 11:15:37 +0200 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 (1.0ms) 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-07-02 11:15:37 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms) 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-07-02 11:15:37 +0200 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 (4.9ms) Completed 200 OK in 7ms (Views: 6.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-07-02 11:15:37 +0200 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.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms) Completed 200 OK in 8ms (Views: 7.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-07-02 11:15:37 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.9ms) 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-07-02 11:15:37 +0200 Processing by BaseController#nested_form_gem as HTML 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: 5.7ms | 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 (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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:17:32 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (3.9ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (13.2ms) Completed 200 OK in 141ms (Views: 105.1ms | ActiveRecord: 0.6ms) [1m[35m (0.1ms)[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.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.7ms)[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.9ms)[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 ('20150626132542') [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[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-07-02 11:17:43 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (4.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.7ms) Completed 200 OK in 152ms (Views: 115.1ms | ActiveRecord: 0.6ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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.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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.6ms) Rendered base/_address_fields.html.haml (4.7ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.8ms) Completed 200 OK in 150ms (Views: 114.8ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.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 ('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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:19 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (4.7ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.8ms) Completed 200 OK in 145ms (Views: 111.1ms | ActiveRecord: 0.5ms) [1m[35m (0.1ms)[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.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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_tag_fields.html.haml (0.7ms) 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 (11.0ms) Completed 200 OK in 135ms (Views: 100.4ms | ActiveRecord: 0.2ms) [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-07-02 11:18:24 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 4.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-07-02 11:18:24 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 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.7ms) 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 "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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-07-02 11:18:24 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.2ms) Completed 200 OK in 2ms (Views: 2.2ms | 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-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 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 "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (4.0ms) 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" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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 5ms (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-07-02 11:18:24 +0200 Processing by BaseController#fields_for 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.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-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 Processing by BaseController#fields_for 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.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-07-02 11:18:24 +0200 Processing by BaseController#fields_for 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.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-07-02 11:18:24 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 Processing by BaseController#fields_for 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.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-07-02 11:18:24 +0200 Processing by BaseController#fields_for 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.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" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (18.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/fields_for.html.haml within layouts/application (20.9ms) Completed 200 OK in 23ms (Views: 22.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-07-02 11:18:24 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (2.7ms) 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" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.7ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) 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-07-02 11:18:24 +0200 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.9ms) 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-07-02 11:18:24 +0200 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.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-07-02 11:18:24 +0200 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 (2.8ms) 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-07-02 11:18:24 +0200 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.3ms) Completed 200 OK in 8ms (Views: 7.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-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.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-07-02 11:18:24 +0200 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 7ms (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-07-02 11:18:24 +0200 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.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) [1m[35m (0.3ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (6.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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 (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) 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-07-02 11:18:24 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.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-07-02 11:18:24 +0200 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 (3.2ms) Completed 200 OK in 6ms (Views: 4.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-07-02 11:18:24 +0200 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 (4.1ms) Completed 200 OK in 6ms (Views: 5.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-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms) Completed 200 OK in 6ms (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-07-02 11:18:24 +0200 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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 5.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-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 5ms (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-07-02 11:18:24 +0200 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.6ms) Completed 200 OK in 5ms (Views: 4.9ms | 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-07-02 11:18:24 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[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-07-02 11:18:24 +0200 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.7ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.3ms) Completed 200 OK in 9ms (Views: 7.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-07-02 11:18:24 +0200 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.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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200 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.7ms) 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.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (0.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.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.7ms)[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.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.5ms)[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 [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 [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-07-08 15:27:40 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/fields_for.html.haml within layouts/application (12.8ms) Completed 200 OK in 156ms (Views: 117.6ms | ActiveRecord: 0.4ms) [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-07-08 15:27:40 +0200 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-07-08 15:27:40 +0200 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.1ms) 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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (3.1ms) 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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.1ms) 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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.1ms) 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-07-08 15:27:40 +0200 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 15:27:40 +0200 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.8ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#fields_for 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.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-07-08 15:27:40 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/basic_form.html.haml within layouts/application (2.1ms) Completed 200 OK in 6ms (Views: 5.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-07-08 15:27:40 +0200 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.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-07-08 15:27:40 +0200 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.2ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 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.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-07-08 15:27:40 +0200 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.2ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 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.3ms) 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-07-08 15:27:40 +0200 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-07-08 15:27:40 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 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.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 5ms (Views: 3.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-07-08 15:27:40 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 15:27:40 +0200 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.5ms) Completed 200 OK in 5ms (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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.8ms) Completed 200 OK in 9ms (Views: 7.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-07-08 15:27:40 +0200 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.5ms) 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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms) Completed 200 OK in 7ms (Views: 6.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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms) 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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.5ms) Completed 200 OK in 11ms (Views: 9.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-07-08 15:27:40 +0200 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 (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 6.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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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 (5.4ms) Completed 200 OK in 8ms (Views: 6.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-07-08 15:27:40 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.0ms) Completed 200 OK in 11ms (Views: 10.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-07-08 15:27:41 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.7ms) Completed 200 OK in 11ms (Views: 9.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-07-08 15:27:41 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms) [1m[35m (0.5ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:27:41 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 6ms (Views: 5.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-07-08 15:27:41 +0200 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.6ms) Completed 200 OK in 5ms (Views: 4.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-07-08 15:27:41 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (3.9ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 15:27:41 +0200 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 (1.3ms) Rendered base/_address_fields.html.haml (1.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 8.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-07-08 15:27:41 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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 (10.5ms) Completed 200 OK in 13ms (Views: 11.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-07-08 15:27:41 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) 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-07-08 15:27:41 +0200 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: 3.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-07-08 15:27:41 +0200 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.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.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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.3ms)[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 [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-07-08 15:28:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (4.5ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.1ms) Completed 200 OK in 139ms (Views: 114.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-07-08 15:28:00 +0200 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 (3.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:00 +0200 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.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-07-08 15:28:00 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-07-08 15:28:00 +0200 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.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-07-08 15:28:01 +0200 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.9ms) 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" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.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" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) 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-07-08 15:28:01 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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.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-07-08 15:28:01 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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.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-07-08 15:28:01 +0200 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.8ms) 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-07-08 15:28:01 +0200 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.7ms) Completed 200 OK in 6ms (Views: 4.8ms | 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-07-08 15:28:01 +0200 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.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-07-08 15:28:01 +0200 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.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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/nested_form_gem.html.haml within layouts/application (1.7ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.4ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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 (1.2ms) Rendered base/fields_for.html.haml within layouts/application (22.4ms) Completed 200 OK in 31ms (Views: 24.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-07-08 15:28:01 +0200 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 (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-07-08 15:28:01 +0200 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 (2.9ms) Completed 200 OK in 6ms (Views: 4.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-07-08 15:28:01 +0200 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.8ms) Completed 200 OK in 7ms (Views: 5.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-07-08 15:28:01 +0200 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.7ms) 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-07-08 15:28:01 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.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-07-08 15:28:01 +0200 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.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-07-08 15:28:01 +0200 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 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-07-08 15:28:01 +0200 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-07-08 15:28:01 +0200 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: 4.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-07-08 15:28:01 +0200 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.6ms) 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" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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.2ms) 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-07-08 15:28:01 +0200 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.7ms) Rendered base/fields_for.html.haml within layouts/application (4.1ms) Completed 200 OK in 7ms (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-07-08 15:28:01 +0200 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 (4.1ms) 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-07-08 15:28:01 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/fields_for.html.haml within layouts/application (6.1ms) Completed 200 OK in 10ms (Views: 8.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-07-08 15:28:01 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (4.0ms) 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-07-08 15:28:01 +0200 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.0ms) Completed 200 OK in 6ms (Views: 4.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-07-08 15:28:01 +0200 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.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 "/basic_form" for 127.0.0.1 at 2015-07-08 15:28:01 +0200 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 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-07-08 15:28:01 +0200 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 4ms (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-07-08 15:28:01 +0200 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-07-08 15:28:01 +0200 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.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-07-08 15:28:01 +0200 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.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-07-08 15:28:01 +0200 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: 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-07-08 15:28:01 +0200 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: 2.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-07-08 15:28:01 +0200 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 (1.3ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/deep_fields_for.html.haml within layouts/application (6.1ms) Completed 200 OK in 11ms (Views: 8.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-07-08 15:28:01 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) Completed 200 OK in 8ms (Views: 5.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-07-08 15:28:01 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 4.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-07-08 15:28:01 +0200 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.3ms) Completed 200 OK in 5ms (Views: 3.2ms | 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.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.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.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.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.7ms)[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.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-07-08 15:28:14 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (12.8ms) Rendered base/basic_form.html.haml within layouts/application (17.5ms) Completed 200 OK in 128ms (Views: 127.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-07-08 15:28:14 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:28:14 +0200 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-07-08 15:28:14 +0200 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.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-07-08 15:28:14 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.5ms | 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-07-08 15:28:15 +0200 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.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-07-08 15:28:15 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (3.1ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.1ms) Completed 200 OK in 22ms (Views: 8.6ms | ActiveRecord: 0.2ms) [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-07-08 15:28:15 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-07-08 15:28:15 +0200 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 (3.4ms) Completed 200 OK in 5ms (Views: 4.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-07-08 15:28:15 +0200 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.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" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.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-07-08 15:28:15 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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 (3.1ms) 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" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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/nested_form_gem.html.haml within layouts/application (1.7ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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 3ms (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-07-08 15:28:15 +0200 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 (3.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.8ms) Completed 200 OK in 4ms (Views: 3.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-07-08 15:28:15 +0200 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-07-08 15:28:15 +0200 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.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-07-08 15:28:15 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) 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 (20.0ms) Completed 200 OK in 22ms (Views: 21.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-07-08 15:28:15 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (2.5ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (5.3ms) Completed 200 OK in 14ms (Views: 7.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-07-08 15:28:15 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.7ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.5ms) Completed 200 OK in 5ms (Views: 3.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-07-08 15:28:15 +0200 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.4ms) Completed 200 OK in 5ms (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-07-08 15:28:15 +0200 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 (3.3ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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 (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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (5.3ms) Rendered base/fields_for.html.haml within layouts/application (8.9ms) Completed 200 OK in 12ms (Views: 10.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-07-08 15:28:15 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (2.7ms) 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-07-08 15:28:15 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (2.7ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.9ms) 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-07-08 15:28:15 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (3.7ms) 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-07-08 15:28:15 +0200 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 (4.0ms) Completed 200 OK in 7ms (Views: 5.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-07-08 15:28:15 +0200 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 (4.7ms) Completed 200 OK in 8ms (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-07-08 15:28:15 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.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" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.2ms) 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" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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.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-07-08 15:28:15 +0200 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.7ms) Completed 200 OK in 5ms (Views: 3.7ms | 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-07-08 15:28:15 +0200 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.7ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:28:15 +0200 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 (4.3ms) Completed 200 OK in 7ms (Views: 5.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-07-08 15:28:15 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-08 15:28:15 +0200 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.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 (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 (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.7ms)[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.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 ('20150626132542') [1m[36m (0.7ms)[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 [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 [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-07-08 15:48:33 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (4.5ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (14.4ms) Completed 200 OK in 147ms (Views: 119.7ms | ActiveRecord: 0.3ms) [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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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/nested_form_gem.html.haml within layouts/application (1.9ms) 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-07-08 15:48:33 +0200 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 3ms (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-07-08 15:48:33 +0200 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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.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-07-08 15:48:33 +0200 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.1ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.7ms | 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-07-08 15:48:33 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) 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.4ms | 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-07-08 15:48:33 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.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-07-08 15:48:33 +0200 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 (3.0ms) 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-07-08 15:48:33 +0200 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.6ms) 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-07-08 15:48:33 +0200 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 (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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.9ms) 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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.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" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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 (1.4ms) Rendered base/fields_for.html.haml within layouts/application (26.1ms) Completed 200 OK in 34ms (Views: 28.3ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.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-07-08 15:48:33 +0200 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.9ms) 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-07-08 15:48:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.5ms) Completed 200 OK in 5ms (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-07-08 15:48:33 +0200 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.9ms) 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-07-08 15:48:33 +0200 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.3ms) Rendered base/fields_for.html.haml within layouts/application (2.8ms) 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-07-08 15:48:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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.7ms) Completed 200 OK in 7ms (Views: 5.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-07-08 15:48:33 +0200 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 (4.2ms) Completed 200 OK in 8ms (Views: 6.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-07-08 15:48:33 +0200 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.6ms) Completed 200 OK in 11ms (Views: 8.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-07-08 15:48:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-08 15:48:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) 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 (4.1ms) Completed 200 OK in 8ms (Views: 6.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-07-08 15:48:33 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/basic_form.html.haml within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) [1m[35m (0.6ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 15:48:33 +0200 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 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-07-08 15:48:33 +0200 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: 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-07-08 15:48:33 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.3ms) 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-07-08 15:48:33 +0200 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: 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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 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.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-07-08 15:48:33 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/deep_fields_for.html.haml within layouts/application (7.0ms) Completed 200 OK in 12ms (Views: 9.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-07-08 15:48:33 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.7ms | 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-07-08 15:48:33 +0200 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.3ms) Completed 200 OK in 5ms (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-07-08 15:48:33 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.1ms) 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.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 (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.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 ('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 Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:49:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (12.2ms) Completed 200 OK in 166ms (Views: 118.9ms | ActiveRecord: 1.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-07-08 15:49:58 +0200 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-07-08 15:49:58 +0200 Processing by BaseController#fields_for 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.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-07-08 15:49:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-08 15:49:58 +0200 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.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-07-08 15:49:58 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:49:58 +0200 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 5ms (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-07-08 15:49:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-08 15:49:58 +0200 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 5ms (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-07-08 15:49:58 +0200 Processing by BaseController#fields_for 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.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-07-08 15:49:58 +0200 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-07-08 15:49:58 +0200 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-07-08 15:49:58 +0200 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.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-07-08 15:49:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 15:49:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 15:49:58 +0200 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.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-07-08 15:49:58 +0200 Processing by BaseController#fields_for 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.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-07-08 15:49:58 +0200 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 (3.4ms) Completed 200 OK in 6ms (Views: 4.6ms | 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.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 (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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:48 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (11.6ms) Completed 200 OK in 159ms (Views: 111.1ms | ActiveRecord: 0.9ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.5ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.html.haml within layouts/application (1.9ms) 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 "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.0ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:52:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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" for 127.0.0.1 at 2015-07-08 15:53:33 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (11.7ms) Completed 200 OK in 161ms (Views: 118.8ms | ActiveRecord: 0.8ms) [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-07-08 15:53:33 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 3.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-07-08 15:53:33 +0200 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 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-07-08 15:53:33 +0200 Processing by BaseController#fields_for 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.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-07-08 15:53:33 +0200 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.0ms | 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-07-08 15:53:33 +0200 Processing by BaseController#fields_for 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.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[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.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.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 ('20150626132542') [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.4ms)[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?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:06 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.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) [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 (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36m (0.2ms)[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.4ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.4ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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 "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:24 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.4ms)[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.7ms)[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 (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 ('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 Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/fields_for.html.haml within layouts/application (12.5ms) Completed 200 OK in 153ms (Views: 113.1ms | ActiveRecord: 0.9ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.1ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Rendered base/_user_fields.html.haml (0.3ms) 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.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Rendered base/_user_fields.html.haml (0.3ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.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?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:54:54 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} 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.html.haml within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | 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.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.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) [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 (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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.9ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?permitted_attributes[]=last_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:09 +0200 Processing by BaseController#fields_for as HTML Parameters: {"permitted_attributes"=>["last_name", {"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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) [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.9ms)[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 ('20150626132542') [1m[36m (0.7ms)[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.5ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:55:49 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.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.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.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.6ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:56:33 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.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.7ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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 ('20150626132542') [1m[36m (0.7ms)[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?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} 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 "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 15:57:14 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.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.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.7ms)[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.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.5ms)[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.6ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.4ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.3ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for?parameters=permitted_attributes%5B%5D%3Dlast_name&permitted_attributes[][addresses_attributes][]=city" for 127.0.0.1 at 2015-07-08 16:00:02 +0200 Processing by BaseController#fields_for as HTML Parameters: {"parameters"=>"permitted_attributes[]=last_name", "permitted_attributes"=>[{"addresses_attributes"=>["city"]}]} Completed 500 Internal Server Error in 1ms (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.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.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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.5ms) [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-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 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-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 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-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 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-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 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-07-08 16:02:44 +0200 Processing by BaseController#fields_for as HTML Completed 500 Internal Server Error in 1ms (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.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 (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 ('20150626132542') [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[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.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[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.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.9ms)[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.6ms)[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" for 127.0.0.1 at 2015-07-08 16:03:35 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (12.2ms) Completed 200 OK in 153ms (Views: 111.3ms | ActiveRecord: 0.5ms) [1m[35m (0.4ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:03:35 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.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-07-08 16:03:35 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:03:35 +0200 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 5ms (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-07-08 16:03:35 +0200 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-07-08 16:03:35 +0200 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 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.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.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.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.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 ('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 Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:04:32 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (3.0ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (13.4ms) Completed 200 OK in 162ms (Views: 116.8ms | ActiveRecord: 0.6ms) [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-07-08 16:04:32 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:04:32 +0200 Processing by BaseController#fields_for 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.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-07-08 16:04:32 +0200 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.9ms | 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-07-08 16:04:32 +0200 Processing by BaseController#fields_for 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.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-07-08 16:04:32 +0200 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.9ms | 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.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.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.6ms)[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.5ms)[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 Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:23 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (13.4ms) Completed 200 OK in 149ms (Views: 108.4ms | ActiveRecord: 0.5ms) [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-07-08 16:14:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:23 +0200 Processing by BaseController#fields_for 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.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-07-08 16:14:23 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:23 +0200 Processing by BaseController#fields_for 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.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.7ms)[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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.3ms) Rendered base/basic_form.html.haml within layouts/application (17.1ms) Completed 200 OK in 121ms (Views: 120.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-07-08 16:14:28 +0200 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-07-08 16:14:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.7ms) Rendered base/_tag_fields.html.haml (1.0ms) Rendered base/fields_for.html.haml within layouts/application (7.1ms) Completed 200 OK in 28ms (Views: 9.1ms | ActiveRecord: 0.3ms) [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-07-08 16:14:28 +0200 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[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#fields_for 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.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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#fields_for 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.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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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 (18.7ms) Completed 200 OK in 21ms (Views: 19.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-07-08 16:14:28 +0200 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.8ms) 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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 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.7ms) 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" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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.7ms) 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-07-08 16:14:28 +0200 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.7ms) 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-07-08 16:14:28 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:14:28 +0200 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 (2.6ms) 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-07-08 16:14:28 +0200 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.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-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 7.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-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 8.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-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.9ms) 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 (9.9ms) Completed 200 OK in 12ms (Views: 11.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-07-08 16:14:28 +0200 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 (4.1ms) 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-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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 (2.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.6ms) 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-07-08 16:14:28 +0200 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.1ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) 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-07-08 16:14:28 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 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/nested_form_gem.html.haml within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 5.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-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms) 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" for 127.0.0.1 at 2015-07-08 16:14:28 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.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-07-08 16:14:29 +0200 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 (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 6.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-07-08 16:14:29 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:14:29 +0200 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 (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 8ms (Views: 6.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-07-08 16:14:29 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:14:29 +0200 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.8ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:14:29 +0200 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.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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:14:29 +0200 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:14:29 +0200 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.6ms) Completed 200 OK in 10ms (Views: 3.7ms | 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-07-08 16:14:29 +0200 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.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-07-08 16:14:29 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.4ms | 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 (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 (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.7ms)[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 (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 ('20150626132542') [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[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-07-08 16:15:22 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (2.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (10.8ms) Completed 200 OK in 151ms (Views: 107.3ms | ActiveRecord: 0.6ms) [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-07-08 16:15:22 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:15:22 +0200 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.3ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:15:22 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-08 16:15:22 +0200 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 (3.2ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.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-07-08 16:15:23 +0200 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.5ms) Completed 200 OK in 5ms (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-07-08 16:15:23 +0200 Processing by BaseController#fields_for 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.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-07-08 16:15:23 +0200 Processing by BaseController#fields_for 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.1ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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-07-08 16:15:23 +0200 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-07-08 16:15:23 +0200 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.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-07-08 16:15:23 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:15:23 +0200 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.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-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:15:23 +0200 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.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-07-08 16:15:23 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (23.7ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/fields_for.html.haml within layouts/application (26.4ms) Completed 200 OK in 28ms (Views: 27.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-07-08 16:15:23 +0200 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 (3.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.6ms) Completed 200 OK in 7ms (Views: 5.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-07-08 16:15:23 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/basic_form.html.haml within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.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-07-08 16:15:23 +0200 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: 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-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms) 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-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.8ms) 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-07-08 16:15:23 +0200 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 (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.5ms | 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-07-08 16:15:23 +0200 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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms) Completed 200 OK in 8ms (Views: 6.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-07-08 16:15:23 +0200 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.1ms) 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-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (5.9ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (9.6ms) Completed 200 OK in 12ms (Views: 11.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-07-08 16:15:23 +0200 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.6ms) Completed 200 OK in 5ms (Views: 4.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-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms) 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-07-08 16:15:23 +0200 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.9ms) 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-07-08 16:15:23 +0200 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/nested_form_gem.html.haml within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 4.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-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 8.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-07-08 16:15:23 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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: 6.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-07-08 16:15:23 +0200 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 (1.1ms) 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.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:15:23 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms) 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-07-08 16:15:23 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) Completed 200 OK in 7ms (Views: 5.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-07-08 16:15:23 +0200 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 (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 7.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-07-08 16:15:23 +0200 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 (7.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 11.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-07-08 16:15:23 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.8ms | 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.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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/basic_form" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (4.1ms) Completed 500 Internal Server Error in 11ms (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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.2ms) 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#basic_form as HTML Rendered base/basic_form.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (2.6ms) Completed 500 Internal Server Error in 26ms (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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.4ms) 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.2ms) 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.0ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (0.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (0.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (0.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.2ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (0.9ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (1.0ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.1ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.2ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.1ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (0.9ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.2ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (0.9ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (0.9ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.0ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (0.9ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (0.9ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/nested_form_gem.html.haml within layouts/application (1.0ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/nested_form_gem.html.haml within layouts/application (1.0ms) 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-07-08 16:19:03 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/nested_form_gem.html.haml within layouts/application (1.1ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms) Completed 500 Internal Server Error in 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-07-08 16:19:03 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/deep_fields_for.html.haml within layouts/application (0.9ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/deep_fields_for.html.haml within layouts/application (0.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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:19:03 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/deep_fields_for.html.haml within layouts/application (1.0ms) Completed 500 Internal Server Error in 2ms (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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-07-08 16:19:20 +0200 Processing by BaseController#nested_form_gem as HTML [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.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) [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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:20:08 +0200 Processing by BaseController#fields_for as HTML [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.7ms)[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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:20:37 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (3.8ms) Rendered base/_address_fields.html.haml (3.8ms) Rendered base/_tag_fields.html.haml (1.3ms) Rendered base/fields_for.html.haml within layouts/application (13196.9ms) Completed 200 OK in 13320ms (Views: 13286.8ms | ActiveRecord: 0.5ms) [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-07-08 16:20:50 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (0.9ms) [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.7ms)[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.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.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" for 127.0.0.1 at 2015-07-08 16:21:13 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (4.4ms) [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.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.7ms)[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.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.5ms)[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" for 127.0.0.1 at 2015-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (9.7ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.5ms) [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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.6ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.1ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.5ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.5ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.7ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.3ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.1ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (6.7ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.9ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (6.0ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.6ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.8ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.8ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.8ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.6ms) Completed 500 Internal Server Error in 6ms (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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (5.8ms) Completed 500 Internal Server Error in 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-07-08 16:22:21 +0200 Processing by BaseController#fields_for as HTML Rendered base/fields_for.html.haml within layouts/application (4.8ms) Completed 500 Internal Server Error in 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.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:22:36 +0200 Processing by BaseController#fields_for as HTML [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (3.1ms)[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) [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 (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 ('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" for 127.0.0.1 at 2015-07-08 16:24:41 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (3.5ms) Rendered base/fields_for.html.haml within layouts/application (22464.0ms) Completed 500 Internal Server Error in 22505ms (ActiveRecord: 0.5ms) [1m[35m (0.1ms)[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 (1.1ms)[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) [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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.9ms) Rendered base/fields_for.html.haml within layouts/application (11.6ms) Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.3ms) [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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.8ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (2.2ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.1ms) Completed 500 Internal Server Error in 12ms (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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.5ms) 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-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:25:07 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-07-08 16:26:49 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (8.3ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.2ms) [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-07-08 16:26:49 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms) 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-07-08 16:26:49 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:26:49 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/deep_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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.8ms) Completed 500 Internal Server Error in 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.0ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (7.5ms) Completed 500 Internal Server Error in 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (2.9ms) Completed 500 Internal Server Error in 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (2.4ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (1.7ms) 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 "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.4ms) Completed 200 OK in 81ms (Views: 81.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-07-08 16:26:49 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 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: 2.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-07-08 16:26:49 +0200 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.0ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 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.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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 500 Internal Server Error in 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms) Completed 500 Internal Server Error in 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.2ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.4ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms) 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-07-08 16:26:49 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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 (1.0ms)[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.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.9ms)[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 "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/basic_form.html.haml within layouts/application (6.5ms) Completed 200 OK in 119ms (Views: 111.2ms | ActiveRecord: 0.2ms) [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-07-08 16:27:04 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) Completed 500 Internal Server Error in 31ms (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-07-08 16:27:04 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/deep_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.1ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.8ms) 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 (6.4ms) Completed 200 OK in 10ms (Views: 7.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-07-08 16:27:04 +0200 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.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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.8ms) Completed 500 Internal Server Error in 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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.8ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (1.6ms) 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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/fields_for.html.haml within layouts/application (21.1ms) Completed 500 Internal Server Error in 22ms (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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:27:04 +0200 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 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-07-08 16:27:04 +0200 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 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-07-08 16:27:04 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (3.0ms) 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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-08 16:27:04 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.4ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 7.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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms) Completed 500 Internal Server Error in 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms) Completed 500 Internal Server Error in 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms) 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms) 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms) 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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-08 16:27:04 +0200 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 (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.8ms) Completed 200 OK in 9ms (Views: 7.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-07-08 16:27:04 +0200 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.0ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.7ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.0ms) 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 8ms (Views: 6.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-07-08 16:27:04 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) 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-07-08 16:27:05 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:05 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/nested_form_gem.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[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.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.7ms)[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.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.7ms)[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 Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:57 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (12.3ms) Completed 200 OK in 140ms (Views: 108.7ms | ActiveRecord: 0.4ms) [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-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 Processing by BaseController#fields_for 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.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-07-08 16:27:58 +0200 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.1ms) 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-07-08 16:27:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-08 16:27:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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-07-08 16:27:58 +0200 Processing by BaseController#fields_for 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.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-07-08 16:27:58 +0200 Processing by BaseController#fields_for 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.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-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 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.2ms | 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-07-08 16:27:58 +0200 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 Processing by BaseController#fields_for 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.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-07-08 16:27:58 +0200 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.5ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.8ms) Completed 200 OK in 7ms (Views: 5.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-07-08 16:27:58 +0200 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.4ms | 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-07-08 16:27:58 +0200 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 (2.9ms) 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" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 5.7ms | 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-07-08 16:27:58 +0200 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.4ms) Completed 200 OK in 5ms (Views: 3.4ms | 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-07-08 16:27:58 +0200 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.2ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.9ms) 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 "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (1.5ms) Rendered base/basic_form.html.haml within layouts/application (4.5ms) Completed 200 OK in 7ms (Views: 6.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-07-08 16:27:58 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 3.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-07-08 16:27:58 +0200 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: 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-07-08 16:27:58 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (1.1ms) Rendered base/basic_form.html.haml within layouts/application (2.4ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) [1m[35m (0.3ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 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: 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-07-08 16:27:58 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.3ms) Completed 200 OK in 9ms (Views: 8.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-07-08 16:27:58 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.1ms) 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-07-08 16:27:58 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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 (1.1ms) 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-07-08 16:27:58 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 5.1ms | 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-07-08 16:27:58 +0200 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.4ms) 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-07-08 16:27:58 +0200 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 (5.2ms) 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-07-08 16:27:58 +0200 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 (3.9ms) 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-07-08 16:27:58 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.7ms) Completed 200 OK in 5ms (Views: 4.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-07-08 16:27:58 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) 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-07-08 16:27:58 +0200 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.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-07-08 16:27:58 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.8ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.8ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 9.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-07-08 16:27:58 +0200 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.8ms) 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[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.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" for 127.0.0.1 at 2015-07-08 16:27:58 +0200 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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[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.5ms)[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.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 ('20150626132542') [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[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-09 19:47:43 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.8ms) Rendered base/basic_form.html.haml within layouts/application (8.6ms) Completed 200 OK in 133ms (Views: 123.3ms | ActiveRecord: 0.3ms) [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-07-09 19:47:44 +0200 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-07-09 19:47:44 +0200 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: 1.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-07-09 19:47:44 +0200 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-07-09 19:47:44 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.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-07-09 19:47:44 +0200 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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_tag_fields.html.haml (0.9ms) Rendered base/fields_for.html.haml within layouts/application (8.6ms) Completed 200 OK in 35ms (Views: 11.3ms | ActiveRecord: 0.4ms) [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-07-09 19:47:44 +0200 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 5ms (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-07-09 19:47:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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-07-09 19:47:44 +0200 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.7ms) 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-07-09 19:47:44 +0200 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.5ms) Completed 200 OK in 5ms (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-07-09 19:47:44 +0200 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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-07-09 19:47:44 +0200 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.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-07-09 19:47:44 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.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-07-09 19:47:44 +0200 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 (3.1ms) Completed 200 OK in 6ms (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-07-09 19:47:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (21.2ms) Rendered base/fields_for.html.haml within layouts/application (23.1ms) Completed 200 OK in 26ms (Views: 24.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-07-09 19:47:44 +0200 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 (3.0ms) Completed 200 OK in 6ms (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-07-09 19:47:44 +0200 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.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.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-07-09 19:47:44 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.4ms) Rendered base/fields_for.html.haml within layouts/application (3.4ms) Completed 200 OK in 6ms (Views: 4.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-07-09 19:47:44 +0200 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 (3.1ms) 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-07-09 19:47:44 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.9ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.3ms) 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.3ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.7ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.1ms) 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: 4.8ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.4ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.6ms) Completed 200 OK in 13ms (Views: 12.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-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 8.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-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.1ms) 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-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.6ms) Completed 200 OK in 13ms (Views: 7.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-07-09 19:47:44 +0200 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 (5.5ms) 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" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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 (2.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms) Completed 200 OK in 9ms (Views: 7.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-07-09 19:47:44 +0200 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 (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms) 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-07-09 19:47:44 +0200 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.0ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms) [1m[35m (0.4ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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/nested_form_gem.html.haml within layouts/application (3.1ms) Completed 200 OK in 5ms (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-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.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-07-09 19:47:44 +0200 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/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" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 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.6ms) Completed 200 OK in 5ms (Views: 4.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-07-09 19:47:44 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms) 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-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) 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 (5.2ms) 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-07-09 19:47:44 +0200 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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-09 19:47:44 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) 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.8ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[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-07-09 19:47:44 +0200 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 (3.4ms) Completed 200 OK in 5ms (Views: 4.5ms | 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-07-09 19:47:44 +0200 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.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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.7ms)[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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [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[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-07-09 19:48:54 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.3ms) 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.6ms) Completed 200 OK in 138ms (Views: 110.1ms | ActiveRecord: 0.4ms) [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-07-09 19:48:54 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/_address_fields.html.haml (0.5ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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.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 "/deep_fields_for" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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.2ms) Rendered base/deep_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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms) Completed 200 OK in 7ms (Views: 6.1ms | 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-07-09 19:48:54 +0200 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.1ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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/nested_form_gem.html.haml within layouts/application (2.0ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-07-09 19:48:54 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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.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" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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.9ms) Completed 200 OK in 4ms (Views: 3.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-07-09 19:48:54 +0200 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.2ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-07-09 19:48:54 +0200 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/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.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-07-09 19:48:55 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.4ms) 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-07-09 19:48:55 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.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-07-09 19:48:55 +0200 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.7ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 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 (3.2ms) 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" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 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 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-07-09 19:48:55 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.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-07-09 19:48:55 +0200 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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 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 (4.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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.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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.8ms) 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-07-09 19:48:55 +0200 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.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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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 (3.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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.7ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (5.3ms) Completed 200 OK in 9ms (Views: 7.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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) 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 (4.1ms) Completed 200 OK in 8ms (Views: 6.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-07-09 19:48:55 +0200 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 (4.8ms) Completed 200 OK in 8ms (Views: 6.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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.9ms) Completed 200 OK in 8ms (Views: 6.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-07-09 19:48:55 +0200 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.5ms) 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-07-09 19:48:55 +0200 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.7ms) 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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) 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.5ms) 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-07-09 19:48:55 +0200 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 (1.2ms) Rendered base/fields_for.html.haml within layouts/application (5.9ms) Completed 200 OK in 9ms (Views: 7.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-07-09 19:48:55 +0200 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.3ms) Rendered base/fields_for.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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (5.0ms) 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 "/fields_for" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 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.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-07-09 19:48:55 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.8ms) Completed 200 OK in 12ms (Views: 3.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-07-09 19:48:55 +0200 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/basic_form.html.haml within layouts/application (1.5ms) 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-07-09 19:48:55 +0200 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-07-09 19:48:55 +0200 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.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-07-09 19:48:55 +0200 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.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-07-09 19:48:55 +0200 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.7ms | 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-07-09 19:48:55 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-07-09 19:48:55 +0200 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-07-09 19:48:55 +0200 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[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (1.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 (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) [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 ('20150626132542') [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[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.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 Started GET "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_tag_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (3.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (13.3ms) Completed 200 OK in 166ms (Views: 133.2ms | ActiveRecord: 0.4ms) [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-10-12 18:55:00 +0200 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.3ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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.8ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 3.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-10-12 18:55:00 +0200 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.1ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms) Completed 200 OK in 6ms (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-10-12 18:55:00 +0200 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 (3.0ms) 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 "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#fields_for 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.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-10-12 18:55:00 +0200 Processing by BaseController#fields_for 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.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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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-10-12 18:55:00 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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 5ms (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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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 (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 "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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 5ms (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-10-12 18:55:00 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.9ms | 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-10-12 18:55:00 +0200 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 5ms (Views: 3.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-10-12 18:55:00 +0200 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-10-12 18:55:00 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 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-10-12 18:55:00 +0200 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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.8ms) Completed 200 OK in 4ms (Views: 3.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-10-12 18:55:00 +0200 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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.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-10-12 18:55:00 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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.1ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (0.6ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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.5ms) 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-10-12 18:55:00 +0200 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.5ms) Completed 200 OK in 6ms (Views: 4.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-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.0ms) 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-10-12 18:55:00 +0200 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.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.3ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (1.3ms) Rendered base/_address_fields.html.haml (1.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 6.6ms | 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-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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 8ms (Views: 6.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-10-12 18:55:00 +0200 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 (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms) Completed 200 OK in 7ms (Views: 5.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-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) 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.1ms) Completed 200 OK in 7ms (Views: 5.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-10-12 18:55:00 +0200 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.7ms) Rendered base/nested_form_gem.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 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 (0.8ms) 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.0ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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-10-12 18:55:00 +0200 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 (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-10-12 18:55:00 +0200 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 (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.1ms) 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-10-12 18:55:00 +0200 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/nested_form_gem.html.haml within layouts/application (3.3ms) 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-10-12 18:55:00 +0200 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/nested_form_gem.html.haml within layouts/application (3.9ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.0ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (0.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.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.4ms)[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.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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.4ms) Rendered base/_address_fields.html.haml (5.1ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (19.0ms) Completed 200 OK in 161ms (Views: 135.8ms | 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 14:14:04 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.5ms) Completed 200 OK in 5ms (Views: 4.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 14:14:04 +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.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 14:14:04 +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.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 14:14:04 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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.1ms)[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 14:14:04 +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 5ms (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" for 127.0.0.1 at 2015-11-16 14:14:04 +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.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.8ms) 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.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 14:14:04 +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.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms) Completed 200 OK in 20ms (Views: 18.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 14:14:04 +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.9ms) 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 14:14:04 +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 6ms (Views: 4.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 14:14:04 +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.2ms) 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 14:14:04 +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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.1ms) 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 14:14:04 +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.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 14:14:04 +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 14:14:04 +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/nested_form_gem.html.haml within layouts/application (1.9ms) 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 14:14:04 +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/nested_form_gem.html.haml within layouts/application (2.0ms) 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" for 127.0.0.1 at 2015-11-16 14:14:04 +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 (1.1ms) Rendered base/fields_for.html.haml within layouts/application (7.5ms) Completed 200 OK in 18ms (Views: 10.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 14:14:04 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (1.4ms) 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 (5.2ms) Completed 200 OK in 9ms (Views: 7.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 14:14:04 +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.1ms) 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 14:14:05 +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.6ms) Rendered base/fields_for.html.haml within layouts/application (3.9ms) Completed 200 OK in 8ms (Views: 6.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 14:14:05 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.2ms) Completed 200 OK in 13ms (Views: 11.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 14:14:05 +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 (3.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +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.3ms) 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 14:14:05 +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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.9ms) 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 14:14:05 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (3.7ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +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 (4.6ms) Completed 200 OK in 8ms (Views: 6.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 14:14:05 +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.1ms) Completed 200 OK in 6ms (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 14:14:05 +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.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 14:14:05 +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.2ms) Rendered base/fields_for.html.haml within layouts/application (3.8ms) Completed 200 OK in 8ms (Views: 5.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 14:14:05 +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.5ms) Rendered base/fields_for.html.haml within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.5ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +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.3ms) 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 14:14:05 +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 11ms (Views: 9.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 14:14:05 +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 14:14:05 +0100 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.7ms) 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 14:14:05 +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.5ms) Completed 200 OK in 5ms (Views: 4.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 14:14:05 +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 14:14:05 +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 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 14:14:05 +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.2ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +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 14:14:05 +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 14:14:05 +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 14:14:05 +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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_tag_fields.html.haml (0.4ms) 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 (4.1ms) Completed 200 OK in 8ms (Views: 6.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 14:14:05 +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.1ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 4.1ms | 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 14:14:05 +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.2ms) 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 [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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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) [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 (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.7ms)[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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (4.4ms) Rendered base/_address_fields.html.haml (4.2ms) Rendered base/_address_fields.html.haml (0.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (18.9ms) Completed 200 OK in 134ms (Views: 117.4ms | 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 14:21:27 +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.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 14:21:27 +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.4ms | 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 14:21:27 +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.0ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:27 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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 14:21:27 +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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[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 14:21:27 +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: 4.0ms | 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 14:21:27 +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 (4.1ms) Completed 200 OK in 5ms (Views: 4.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 14:21:27 +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/nested_form_gem.html.haml within layouts/application (1.6ms) Completed 200 OK in 3ms (Views: 2.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 14:21:27 +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/nested_form_gem.html.haml within layouts/application (2.3ms) 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" for 127.0.0.1 at 2015-11-16 14:21:27 +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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms) Completed 200 OK in 4ms (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 14:21:27 +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.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 14:21:27 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 (4.1ms) 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 14:21:27 +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.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 14:21:27 +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.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 14:21:27 +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.7ms) Rendered base/nested_form_gem.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +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.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 14:21:27 +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.7ms) Completed 200 OK in 4ms (Views: 3.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 14:21:27 +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.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 14:21:27 +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: 2.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 14:21:27 +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: 2.0ms | 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 14:21:27 +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.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 14:21:27 +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: 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 14:21:27 +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.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 14:21:27 +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: 3.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 (5.3ms)[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 Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +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.6ms) Rendered base/fields_for.html.haml within layouts/application (5.8ms) Completed 200 OK in 15ms (Views: 8.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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (4.6ms) Completed 200 OK in 8ms (Views: 6.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 14:21:27 +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.6ms) Rendered base/fields_for.html.haml within layouts/application (3.5ms) 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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.6ms) Rendered base/fields_for.html.haml within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 5.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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for.html.haml within layouts/application (3.6ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +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.7ms) Completed 200 OK in 6ms (Views: 4.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 14:21:27 +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.4ms) Rendered base/fields_for.html.haml within layouts/application (2.4ms) Completed 200 OK in 5ms (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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/_tag_fields.html.haml (0.5ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21: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.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 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 14:21:27 +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.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 14:21: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: 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 14:21: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 14:21: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.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 14:21:28 +0100 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.8ms) 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 14:21:28 +0100 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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.5ms) Completed 200 OK in 7ms (Views: 5.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 14:21:28 +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.7ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.9ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21: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.1ms) Rendered base/deep_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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +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.7ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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.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.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 (1.0ms)[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 ('20150626132542') [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[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.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 Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (3.9ms) Rendered base/basic_form.html.haml within layouts/application (8.7ms) Completed 200 OK in 107ms (Views: 106.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 14:21:53 +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.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 14:21:53 +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 14:21:53 +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 1ms (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 14:21:53 +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.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 14:21:53 +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.0ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +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.2ms) Completed 200 OK in 3ms (Views: 2.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 14:21:53 +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.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.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 Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_address_fields.html.haml (4.0ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (10.7ms) Completed 200 OK in 27ms (Views: 12.5ms | ActiveRecord: 0.3ms) [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 14:21:53 +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 21ms (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 14:21:53 +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 (2.1ms) 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 14:21:53 +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: 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 14:21:53 +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 (0.7ms) Rendered base/nested_form_gem.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.1ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +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.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 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.8ms) Completed 200 OK in 5ms (Views: 4.8ms | 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 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +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.9ms) Completed 200 OK in 4ms (Views: 3.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 14:21:53 +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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.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 14:21:53 +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.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 6.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 14:21:53 +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 (3.7ms) Completed 200 OK in 5ms (Views: 4.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 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) Completed 200 OK in 5ms (Views: 4.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 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.1ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms) Completed 200 OK in 9ms (Views: 7.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 14:21:53 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (5.2ms) 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 (8.8ms) Completed 200 OK in 11ms (Views: 10.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 14:21:53 +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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.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 14:21:53 +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.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 14:21:53 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_tag_fields.html.haml (1.6ms) Rendered base/_address_fields.html.haml (3.6ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/deep_fields_for.html.haml within layouts/application (8.4ms) Completed 200 OK in 23ms (Views: 11.0ms | 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 14:21:53 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms) Completed 200 OK in 8ms (Views: 5.4ms | 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 14:21:53 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.7ms) Completed 200 OK in 8ms (Views: 5.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 14:21:53 +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 (2.7ms) Completed 200 OK in 6ms (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 14:21:53 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.8ms) Completed 200 OK in 7ms (Views: 5.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 14:21:53 +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.4ms) Rendered base/fields_for.html.haml within layouts/application (3.6ms) Completed 200 OK in 7ms (Views: 5.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 14:21:53 +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.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 14:21:53 +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.3ms) 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 14:21:53 +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.4ms) Completed 200 OK in 5ms (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 14:21:53 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (3.3ms) Completed 200 OK in 11ms (Views: 9.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 14:21:53 +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 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 14:21:53 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) 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 14:21:54 +0100 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.9ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:21:54 +0100 Processing by BaseController#fields_for 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.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 14:21:54 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:21:54 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (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 14:21:54 +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 (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 14:21:54 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:21:54 +0100 Processing by BaseController#fields_for 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.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 14:21:54 +0100 Processing by BaseController#fields_for 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.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 14:21:54 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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: 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 (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.5ms)[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) [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 ('20150626132542') [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[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[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (0.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.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.1ms)[0m [1mselect sqlite_version(*)[0m [1m[35m (0.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.8ms)[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.0ms)[0m rollback transaction [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36m (2.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 (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 ('20150626132542') [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[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[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 (1.0ms)[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 (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [1m[36m (0.1ms)[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 ('20150626132542') [1m[36m (0.7ms)[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 [1m[35m (0.0ms)[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 (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.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.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.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m [1m[35m (0.4ms)[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.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) [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 (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 ('20150626132542') [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[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 14:36:23 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (2.7ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for_explicit.html.haml within layouts/application (14.5ms) Completed 200 OK in 144ms (Views: 110.5ms | ActiveRecord: 0.6ms) [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 14:36:23 +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 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_explicit" for 127.0.0.1 at 2015-11-16 14:36:23 +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.6ms | 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 14:36:23 +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.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 (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 (1.0ms)[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 (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 ('20150626132542') [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[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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (3.3ms) Rendered base/_address_fields.html.haml (4.3ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (15.6ms) Completed 200 OK in 144ms (Views: 120.2ms | ActiveRecord: 0.5ms) [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 14:36:36 +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.7ms | 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 14:36:36 +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.6ms) 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 14:36:36 +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.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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (4.2ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.3ms) 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 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 14:36:36 +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 (3.6ms) Completed 200 OK in 5ms (Views: 4.5ms | 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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +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/nested_form_gem.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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +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/nested_form_gem.html.haml within layouts/application (1.9ms) 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 14:36:36 +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 14:36:36 +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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (2.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms) 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 14:36:36 +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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms) Completed 200 OK in 9ms (Views: 7.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 14:36:36 +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.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 14:36:36 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms) Completed 200 OK in 7ms (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 14:36:36 +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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.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 14:36:36 +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.8ms) Completed 200 OK in 4ms (Views: 3.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 14:36:36 +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.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 14:36:36 +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.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 14:36:36 +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 1ms (Views: 1.3ms | 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 14:36:36 +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.2ms) Completed 200 OK in 3ms (Views: 3.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 14:36:36 +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 14:36:36 +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 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 14:36:36 +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 (2.9ms) Completed 200 OK in 6ms (Views: 5.1ms | 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 14:36:36 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (1.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (4.6ms) Completed 200 OK in 13ms (Views: 6.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 14:36:36 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:36:36 +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.8ms) 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.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 14:36:36 +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.2ms) 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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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 (7.3ms) Completed 200 OK in 12ms (Views: 9.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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.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 (4.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +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.5ms) Rendered base/fields_for.html.haml within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.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 14:36:37 +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.9ms) 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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.8ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for.html.haml within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 6.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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 14:36:37 +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 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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.7ms) 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 (4.1ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (2.0ms) 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 (6.5ms) Completed 200 OK in 10ms (Views: 8.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 14:36:37 +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 (2.8ms) 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 14:36:37 +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 (5.4ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/fields_for.html.haml within layouts/application (5.2ms) Completed 200 OK in 10ms (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 14:36:37 +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 (15.8ms) Completed 200 OK in 20ms (Views: 18.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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 (2.9ms) 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 14:36:37 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_address_fields.html.haml (0.9ms) Rendered base/_tag_fields.html.haml (0.4ms) Rendered base/fields_for.html.haml within layouts/application (2.9ms) 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 14:36:37 +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.5ms) Rendered base/fields_for.html.haml within layouts/application (4.6ms) Completed 200 OK in 9ms (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_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (2.2ms) Rendered base/_address_fields.html.haml (2.5ms) Rendered base/_tag_fields.html.haml (0.5ms) Rendered base/fields_for_explicit.html.haml within layouts/application (10.2ms) Completed 200 OK in 14ms (Views: 12.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 14:36:37 +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.6ms) Rendered base/fields_for_explicit.html.haml within layouts/application (3.7ms) Completed 200 OK in 7ms (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_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (0.9ms) 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 (3.3ms) 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 "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/fields_for_explicit.html.haml within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.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 (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) [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.9ms)[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.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542') [1m[36m (0.7ms)[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 Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#basic_form as HTML Rendered base/_user_fields.html.haml (2.5ms) Rendered base/basic_form.html.haml within layouts/application (7.3ms) Completed 200 OK in 113ms (Views: 112.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 14:37:22 +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.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 14:37:22 +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.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 14:37:22 +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.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +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 14:37:22 +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.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 14:37:22 +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.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 14:37:22 +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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.7ms) Rendered base/_address_fields.html.haml (4.3ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (7.6ms) Completed 200 OK in 38ms (Views: 9.9ms | ActiveRecord: 0.6ms) [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 14:37:22 +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.9ms) Rendered base/_tag_fields.html.haml (0.1ms) Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms) Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.0ms) [1m[35m (0.2ms)[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 14:37:22 +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.9ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms) 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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) Rendered base/_tag_fields.html.haml (0.2ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms) Completed 200 OK in 6ms (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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 8.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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 6ms (Views: 5.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 14:37:22 +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 (2.9ms) Completed 200 OK in 4ms (Views: 3.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 14:37:22 +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.7ms) 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 14:37:22 +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 (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:37:22 +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.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 14:37:22 +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 (5.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 10.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 14:37:22 +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.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms) 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?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.7ms) 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 (5.0ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.5ms) 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 (3.9ms) Completed 200 OK in 6ms (Views: 5.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 14:37:22 +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.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 14:37:22 +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 (2.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.5ms) Completed 200 OK in 13ms (Views: 12.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms) [1m[35m (0.1ms)[0m rollback transaction [1m[36m (0.4ms)[0m [1mbegin transaction[0m Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +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/nested_form_gem.html.haml within layouts/application (3.4ms) Completed 200 OK in 6ms (Views: 4.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (1.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 5.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 14:37:22 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.7ms) Rendered base/_address_fields.html.haml (1.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.2ms)[0m [1mbegin transaction[0m Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#fields_for_explicit 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_explicit.html.haml within layouts/application (3.6ms) Completed 200 OK in 7ms (Views: 5.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 14:37:22 +0100 Processing by BaseController#fields_for_explicit 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.5ms) Rendered base/fields_for_explicit.html.haml within layouts/application (5.3ms) Completed 200 OK in 9ms (Views: 6.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 14:37:22 +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.3ms) Rendered base/fields_for_explicit.html.haml within layouts/application (3.8ms) Completed 200 OK in 8ms (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 14:37:22 +0100 Processing by BaseController#fields_for_explicit 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_explicit.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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) Completed 200 OK in 10ms (Views: 9.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 14:37:22 +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 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" for 127.0.0.1 at 2015-11-16 14:37:22 +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 14:37:22 +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.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 14:37:22 +0100 Processing by BaseController#fields_for 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.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 14:37:22 +0100 Processing by BaseController#fields_for 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.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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +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 (3.3ms) Completed 200 OK in 7ms (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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.2ms) Completed 200 OK in 5ms (Views: 3.1ms | 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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:37:22 +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 14:37:22 +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 (3.8ms) 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" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:37:22 +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.0ms | ActiveRecord: 0.0ms) [1m[35m (0.0ms)[0m rollback transaction [1m[36m (0.3ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.2ms) 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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.8ms) 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 (4.1ms) 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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.2ms) 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 14:37:22 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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.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 (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) [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 ('20150626132542') [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[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 14:37:47 +0100 Processing by BaseController#deep_fields_for as HTML Rendered base/_user_fields.html.haml (2.5ms) 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 (19.9ms) Completed 200 OK in 141ms (Views: 117.4ms | 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 14:37:47 +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.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 "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +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.1ms) 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 14:37:47 +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.2ms) Rendered base/deep_fields_for.html.haml within layouts/application (1.9ms) 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 14:37:47 +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.7ms) 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 "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +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.5ms | 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 14:37:47 +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.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 14:37:47 +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 1ms (Views: 1.3ms | 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 14:37:47 +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 14:37:47 +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.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 14:37:47 +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.2ms)[0m rollback transaction [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +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.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 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.4ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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 5ms (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 14:37:47 +0100 Processing by BaseController#fields_for 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.html.haml within layouts/application (1.7ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +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.3ms) Rendered base/fields_for.html.haml within layouts/application (4.2ms) Completed 200 OK in 8ms (Views: 6.1ms | 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 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.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 14:37:47 +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 (3.6ms) 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 14:37:47 +0100 Processing by BaseController#fields_for 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.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 14:37:47 +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.6ms) 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 14:37:47 +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.7ms) Completed 200 OK in 5ms (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 14:37:47 +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.0ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +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 14:37:47 +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 (3.3ms) 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 "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.1ms)[0m [1mbegin transaction[0m Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +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.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 14:37:47 +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 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.4ms) 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.3ms) Completed 200 OK in 5ms (Views: 4.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 14:37:47 +0100 Processing by BaseController#fields_for as HTML Rendered base/_user_fields.html.haml (0.6ms) 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 6ms (Views: 4.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 14:37:47 +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.2ms) Rendered base/fields_for.html.haml within layouts/application (2.6ms) 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_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (0.3ms) Rendered base/_address_fields.html.haml (0.5ms) Rendered base/_tag_fields.html.haml (0.3ms) Rendered base/fields_for_explicit.html.haml within layouts/application (29.3ms) Completed 200 OK in 33ms (Views: 31.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 14:37:47 +0100 Processing by BaseController#fields_for_explicit 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.1ms) Rendered base/fields_for_explicit.html.haml within layouts/application (3.0ms) 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_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100 Processing by BaseController#fields_for_explicit 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.4ms) Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms) 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_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100 Processing by BaseController#fields_for_explicit as HTML Rendered base/_user_fields.html.haml (0.6ms) 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 (3.7ms) 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 14:37: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.5ms) Rendered base/_address_fields.html.haml (0.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (7.8ms) Completed 200 OK in 11ms (Views: 9.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 14:37: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.9ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms) 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 "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37: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/nested_form_gem.html.haml within layouts/application (2.0ms) 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 14:37: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.8ms) Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms) 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 14:37: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.7ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.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 14:37: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.0ms) Completed 200 OK in 4ms (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 14:37: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.8ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 6.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 14:37:47 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.7ms) 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 (5.4ms) Completed 200 OK in 8ms (Views: 6.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 14:37:47 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.0ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/_address_fields.html.haml (1.4ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 7.6ms | 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 14:37:47 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (1.2ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/_address_fields.html.haml (1.2ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.0ms) Completed 200 OK in 12ms (Views: 10.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 14:37:47 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.8ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/_address_fields.html.haml (1.5ms) Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms) Completed 200 OK in 14ms (Views: 13.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 14:37: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.8ms) Rendered base/_address_fields.html.haml (2.0ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 6.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 14:37:47 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.3ms) 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.4ms) Completed 200 OK in 5ms (Views: 4.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 14:37:48 +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.6ms) Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms) Completed 200 OK in 10ms (Views: 8.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 14:37:48 +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.3ms) Completed 200 OK in 6ms (Views: 5.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 14:37:48 +0100 Processing by BaseController#nested_form_gem as HTML Rendered base/_user_fields.html.haml (0.9ms) Rendered base/_address_fields.html.haml (2.3ms) Rendered base/_address_fields.html.haml (2.1ms) Rendered base/nested_form_gem.html.haml within layouts/application (8.6ms) Completed 200 OK in 13ms (Views: 11.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 14:37:48 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} 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.3ms) 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 "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:48 +0100 Processing by BaseController#nested_form_gem as HTML Parameters: {"inline_link_to_add"=>"true"} Rendered base/_user_fields.html.haml (0.5ms) 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