strong_form 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/lib/strong_form/form.rb +14 -7
  4. data/lib/strong_form/version.rb +1 -1
  5. data/spec/dummy/app/controllers/base_controller.rb +6 -0
  6. data/spec/dummy/app/views/base/fields_for_explicit.html.haml +8 -0
  7. data/spec/dummy/db/test.sqlite3 +0 -0
  8. data/spec/dummy/log/test.log +3300 -0
  9. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  10. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/E6haN18CCNhwDqtCBl2Mpdw36x9r9ueGqUWs5VkbbTU.cache +0 -0
  11. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/GqaM_izIT4HEPtrrNPj4ANWSh8woB-_LdCA8qnBAd68.cache +1 -0
  12. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/HhLqAaTvuYuwgjUND4mK5eBePxjyKPD64_aN_YMacfI.cache +0 -0
  13. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NAGh3C2mQEdEaSImUSF06RDZMijLl6U8J2gcPr98NBQ.cache +1 -0
  14. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  15. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/QAU-vbHgg5D5c2OqGQEbvMqbF8DrpkBBYysiKXPtnTU.cache +1 -0
  16. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TiYC0B8qsZlVddPO1rQyU-8_89k5BCfzYKeyNrvdP5U.cache +0 -0
  17. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/VguhC2w9-v1gjhSO3Ebw85Km_5BpzzIOPF-U1DXsJGA.cache +1 -0
  18. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/WdRXDAtbmRw9NcGpokami_cV1EmCGTdVQtM81zUAAK4.cache +0 -0
  19. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/_755PJXlyHuPZVD39OTDgPWSWiMVLQtyH5LNgULt-8o.cache +1 -0
  20. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +3 -0
  21. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/wSf8vKqXPWbfIazZqmHp1Vxib6afMKucOf0932u3eI8.cache +1 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/yOB9v7Yv4mV6xh92Y_4FWXIorQHkty60pktkCG4Tx5k.cache +0 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/zZx1C1nvQBmUxUZz7VTS6ifX81mMFt1JqGwLPPaGL8E.cache +1 -0
  25. data/spec/examples.txt +57 -53
  26. data/spec/features/strong_form_spec.rb +21 -0
  27. metadata +36 -2
@@ -23251,3 +23251,3303 @@ Processing by BaseController#basic_form as HTML
23251
23251
  Rendered base/basic_form.html.haml within layouts/application (0.7ms)
23252
23252
  Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
23253
23253
   (0.0ms) rollback transaction
23254
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
23255
+  (1.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
23256
+  (0.8ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
23257
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
23258
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
23259
+  (0.1ms) select sqlite_version(*)
23260
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23261
+  (0.1ms) SELECT version FROM "schema_migrations"
23262
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
23263
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
23264
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
23265
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23266
+  (0.1ms) begin transaction
23267
+  (0.0ms) rollback transaction
23268
+  (0.0ms) begin transaction
23269
+  (0.0ms) rollback transaction
23270
+  (0.0ms) begin transaction
23271
+  (0.0ms) rollback transaction
23272
+  (0.0ms) begin transaction
23273
+  (0.1ms) rollback transaction
23274
+  (0.0ms) begin transaction
23275
+  (0.0ms) rollback transaction
23276
+  (0.0ms) begin transaction
23277
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23278
+ Processing by BaseController#deep_fields_for as HTML
23279
+ Rendered base/_user_fields.html.haml (2.7ms)
23280
+ Rendered base/_tag_fields.html.haml (0.8ms)
23281
+ Rendered base/_address_fields.html.haml (3.3ms)
23282
+ Rendered base/_tag_fields.html.haml (0.2ms)
23283
+ Rendered base/deep_fields_for.html.haml within layouts/application (13.3ms)
23284
+ Completed 200 OK in 166ms (Views: 133.2ms | ActiveRecord: 0.4ms)
23285
+  (0.1ms) rollback transaction
23286
+  (0.0ms) begin transaction
23287
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23288
+ Processing by BaseController#deep_fields_for as HTML
23289
+ Rendered base/_user_fields.html.haml (0.4ms)
23290
+ Rendered base/_tag_fields.html.haml (0.1ms)
23291
+ Rendered base/_address_fields.html.haml (0.6ms)
23292
+ Rendered base/_tag_fields.html.haml (0.3ms)
23293
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms)
23294
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
23295
+  (0.1ms) rollback transaction
23296
+  (0.0ms) begin transaction
23297
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23298
+ Processing by BaseController#deep_fields_for as HTML
23299
+ Rendered base/_user_fields.html.haml (0.4ms)
23300
+ Rendered base/_tag_fields.html.haml (0.2ms)
23301
+ Rendered base/_address_fields.html.haml (0.8ms)
23302
+ Rendered base/_tag_fields.html.haml (0.2ms)
23303
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms)
23304
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
23305
+  (0.1ms) rollback transaction
23306
+  (0.0ms) begin transaction
23307
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23308
+ Processing by BaseController#deep_fields_for as HTML
23309
+ Rendered base/_user_fields.html.haml (0.4ms)
23310
+ Rendered base/_tag_fields.html.haml (0.2ms)
23311
+ Rendered base/_address_fields.html.haml (0.7ms)
23312
+ Rendered base/_tag_fields.html.haml (0.1ms)
23313
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms)
23314
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
23315
+  (0.1ms) rollback transaction
23316
+  (0.0ms) begin transaction
23317
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23318
+ Processing by BaseController#fields_for as HTML
23319
+ Rendered base/_user_fields.html.haml (0.4ms)
23320
+ Rendered base/_address_fields.html.haml (0.5ms)
23321
+ Rendered base/_tag_fields.html.haml (0.2ms)
23322
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
23323
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
23324
+  (0.0ms) rollback transaction
23325
+  (0.0ms) begin transaction
23326
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23327
+ Processing by BaseController#fields_for as HTML
23328
+ Rendered base/_user_fields.html.haml (0.3ms)
23329
+ Rendered base/_address_fields.html.haml (0.4ms)
23330
+ Rendered base/_tag_fields.html.haml (0.2ms)
23331
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
23332
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
23333
+  (0.0ms) rollback transaction
23334
+  (0.0ms) begin transaction
23335
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23336
+ Processing by BaseController#fields_for as HTML
23337
+ Rendered base/_user_fields.html.haml (0.3ms)
23338
+ Rendered base/_address_fields.html.haml (0.4ms)
23339
+ Rendered base/_tag_fields.html.haml (0.2ms)
23340
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
23341
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
23342
+  (0.0ms) rollback transaction
23343
+  (0.0ms) begin transaction
23344
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23345
+ Processing by BaseController#fields_for as HTML
23346
+ Rendered base/_user_fields.html.haml (0.5ms)
23347
+ Rendered base/_address_fields.html.haml (0.5ms)
23348
+ Rendered base/_tag_fields.html.haml (0.2ms)
23349
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
23350
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
23351
+  (0.1ms) rollback transaction
23352
+  (0.0ms) begin transaction
23353
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23354
+ Processing by BaseController#fields_for as HTML
23355
+ Rendered base/_user_fields.html.haml (0.4ms)
23356
+ Rendered base/_address_fields.html.haml (0.5ms)
23357
+ Rendered base/_tag_fields.html.haml (0.2ms)
23358
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
23359
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
23360
+  (0.1ms) rollback transaction
23361
+  (0.0ms) begin transaction
23362
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23363
+ Processing by BaseController#fields_for as HTML
23364
+ Rendered base/_user_fields.html.haml (0.4ms)
23365
+ Rendered base/_address_fields.html.haml (0.4ms)
23366
+ Rendered base/_tag_fields.html.haml (0.2ms)
23367
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
23368
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
23369
+  (0.0ms) rollback transaction
23370
+  (0.0ms) begin transaction
23371
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23372
+ Processing by BaseController#fields_for as HTML
23373
+ Rendered base/_user_fields.html.haml (0.4ms)
23374
+ Rendered base/_address_fields.html.haml (0.4ms)
23375
+ Rendered base/_tag_fields.html.haml (0.2ms)
23376
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
23377
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
23378
+  (0.1ms) rollback transaction
23379
+  (0.0ms) begin transaction
23380
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23381
+ Processing by BaseController#fields_for as HTML
23382
+ Rendered base/_user_fields.html.haml (0.4ms)
23383
+ Rendered base/_address_fields.html.haml (0.5ms)
23384
+ Rendered base/_tag_fields.html.haml (0.2ms)
23385
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
23386
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
23387
+  (0.0ms) rollback transaction
23388
+  (0.0ms) begin transaction
23389
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23390
+ Processing by BaseController#fields_for as HTML
23391
+ Rendered base/_user_fields.html.haml (0.4ms)
23392
+ Rendered base/_address_fields.html.haml (0.5ms)
23393
+ Rendered base/_tag_fields.html.haml (0.2ms)
23394
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
23395
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
23396
+  (0.0ms) rollback transaction
23397
+  (0.0ms) begin transaction
23398
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23399
+ Processing by BaseController#fields_for as HTML
23400
+ Rendered base/_user_fields.html.haml (0.6ms)
23401
+ Rendered base/_address_fields.html.haml (0.6ms)
23402
+ Rendered base/_tag_fields.html.haml (0.2ms)
23403
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
23404
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
23405
+  (0.1ms) rollback transaction
23406
+  (0.0ms) begin transaction
23407
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23408
+ Processing by BaseController#fields_for as HTML
23409
+ Rendered base/_user_fields.html.haml (0.4ms)
23410
+ Rendered base/_address_fields.html.haml (0.5ms)
23411
+ Rendered base/_tag_fields.html.haml (0.2ms)
23412
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
23413
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
23414
+  (0.1ms) rollback transaction
23415
+  (0.0ms) begin transaction
23416
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23417
+ Processing by BaseController#fields_for as HTML
23418
+ Rendered base/_user_fields.html.haml (0.5ms)
23419
+ Rendered base/_address_fields.html.haml (0.5ms)
23420
+ Rendered base/_tag_fields.html.haml (0.3ms)
23421
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
23422
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
23423
+  (0.1ms) rollback transaction
23424
+  (0.0ms) begin transaction
23425
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23426
+ Processing by BaseController#fields_for as HTML
23427
+ Rendered base/_user_fields.html.haml (0.4ms)
23428
+ Rendered base/_address_fields.html.haml (0.5ms)
23429
+ Rendered base/_tag_fields.html.haml (0.2ms)
23430
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
23431
+ Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
23432
+  (0.0ms) rollback transaction
23433
+  (0.0ms) begin transaction
23434
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23435
+ Processing by BaseController#fields_for as HTML
23436
+ Rendered base/_user_fields.html.haml (0.3ms)
23437
+ Rendered base/_address_fields.html.haml (0.5ms)
23438
+ Rendered base/_tag_fields.html.haml (0.2ms)
23439
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
23440
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
23441
+  (0.1ms) rollback transaction
23442
+  (0.1ms) begin transaction
23443
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23444
+ Processing by BaseController#fields_for as HTML
23445
+ Rendered base/_user_fields.html.haml (0.4ms)
23446
+ Rendered base/_address_fields.html.haml (0.5ms)
23447
+ Rendered base/_tag_fields.html.haml (0.2ms)
23448
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
23449
+ Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
23450
+  (0.1ms) rollback transaction
23451
+  (0.1ms) begin transaction
23452
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23453
+ Processing by BaseController#fields_for as HTML
23454
+ Rendered base/_user_fields.html.haml (0.5ms)
23455
+ Rendered base/_address_fields.html.haml (0.6ms)
23456
+ Rendered base/_tag_fields.html.haml (0.2ms)
23457
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
23458
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
23459
+  (0.1ms) rollback transaction
23460
+  (0.0ms) begin transaction
23461
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23462
+ Processing by BaseController#fields_for as HTML
23463
+ Rendered base/_user_fields.html.haml (0.3ms)
23464
+ Rendered base/_address_fields.html.haml (0.5ms)
23465
+ Rendered base/_tag_fields.html.haml (0.2ms)
23466
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
23467
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
23468
+  (0.0ms) rollback transaction
23469
+  (0.0ms) begin transaction
23470
+ Started GET "/fields_for" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23471
+ Processing by BaseController#fields_for as HTML
23472
+ Rendered base/_user_fields.html.haml (0.3ms)
23473
+ Rendered base/_address_fields.html.haml (0.5ms)
23474
+ Rendered base/_tag_fields.html.haml (0.2ms)
23475
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
23476
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
23477
+  (0.0ms) rollback transaction
23478
+  (0.0ms) begin transaction
23479
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23480
+ Processing by BaseController#basic_form as HTML
23481
+ Rendered base/_user_fields.html.haml (0.4ms)
23482
+ Rendered base/basic_form.html.haml within layouts/application (1.8ms)
23483
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
23484
+  (0.1ms) rollback transaction
23485
+  (0.0ms) begin transaction
23486
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23487
+ Processing by BaseController#basic_form as HTML
23488
+ Rendered base/_user_fields.html.haml (0.4ms)
23489
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
23490
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
23491
+  (0.0ms) rollback transaction
23492
+  (0.0ms) begin transaction
23493
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23494
+ Processing by BaseController#basic_form as HTML
23495
+ Rendered base/_user_fields.html.haml (0.3ms)
23496
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
23497
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
23498
+  (0.0ms) rollback transaction
23499
+  (0.0ms) begin transaction
23500
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23501
+ Processing by BaseController#basic_form as HTML
23502
+ Rendered base/_user_fields.html.haml (0.3ms)
23503
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
23504
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
23505
+  (0.0ms) rollback transaction
23506
+  (0.0ms) begin transaction
23507
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23508
+ Processing by BaseController#basic_form as HTML
23509
+ Rendered base/_user_fields.html.haml (0.3ms)
23510
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
23511
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
23512
+  (0.0ms) rollback transaction
23513
+  (0.0ms) begin transaction
23514
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23515
+ Processing by BaseController#basic_form as HTML
23516
+ Rendered base/_user_fields.html.haml (0.3ms)
23517
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
23518
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
23519
+  (0.1ms) rollback transaction
23520
+  (0.0ms) begin transaction
23521
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23522
+ Processing by BaseController#basic_form as HTML
23523
+ Rendered base/_user_fields.html.haml (0.4ms)
23524
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
23525
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
23526
+  (0.1ms) rollback transaction
23527
+  (0.0ms) begin transaction
23528
+ Started GET "/basic_form" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23529
+ Processing by BaseController#basic_form as HTML
23530
+ Rendered base/_user_fields.html.haml (0.4ms)
23531
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
23532
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
23533
+  (0.1ms) rollback transaction
23534
+  (0.0ms) begin transaction
23535
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23536
+ Processing by BaseController#nested_form_gem as HTML
23537
+ Rendered base/_user_fields.html.haml (0.4ms)
23538
+ Rendered base/_address_fields.html.haml (1.6ms)
23539
+ Rendered base/_address_fields.html.haml (0.6ms)
23540
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
23541
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
23542
+  (0.0ms) rollback transaction
23543
+  (0.0ms) begin transaction
23544
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23545
+ Processing by BaseController#nested_form_gem as HTML
23546
+ Rendered base/_user_fields.html.haml (0.3ms)
23547
+ Rendered base/_address_fields.html.haml (0.5ms)
23548
+ Rendered base/_address_fields.html.haml (0.5ms)
23549
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
23550
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
23551
+  (0.1ms) rollback transaction
23552
+  (0.1ms) begin transaction
23553
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23554
+ Processing by BaseController#nested_form_gem as HTML
23555
+ Rendered base/_user_fields.html.haml (0.5ms)
23556
+ Rendered base/_address_fields.html.haml (0.8ms)
23557
+ Rendered base/_address_fields.html.haml (0.6ms)
23558
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
23559
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
23560
+  (0.1ms) rollback transaction
23561
+  (0.1ms) begin transaction
23562
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23563
+ Processing by BaseController#nested_form_gem as HTML
23564
+ Rendered base/_user_fields.html.haml (0.4ms)
23565
+ Rendered base/_address_fields.html.haml (0.8ms)
23566
+ Rendered base/_address_fields.html.haml (0.8ms)
23567
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
23568
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
23569
+  (0.1ms) rollback transaction
23570
+  (0.0ms) begin transaction
23571
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23572
+ Processing by BaseController#nested_form_gem as HTML
23573
+ Rendered base/_user_fields.html.haml (0.8ms)
23574
+ Rendered base/_address_fields.html.haml (0.9ms)
23575
+ Rendered base/_address_fields.html.haml (0.9ms)
23576
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
23577
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
23578
+  (0.1ms) rollback transaction
23579
+  (0.3ms) begin transaction
23580
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23581
+ Processing by BaseController#nested_form_gem as HTML
23582
+ Parameters: {"inline_link_to_add"=>"true"}
23583
+ Rendered base/_user_fields.html.haml (0.5ms)
23584
+ Rendered base/_address_fields.html.haml (1.3ms)
23585
+ Rendered base/_address_fields.html.haml (1.1ms)
23586
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
23587
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
23588
+  (0.1ms) rollback transaction
23589
+  (0.0ms) begin transaction
23590
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23591
+ Processing by BaseController#nested_form_gem as HTML
23592
+ Parameters: {"inline_link_to_add"=>"true"}
23593
+ Rendered base/_user_fields.html.haml (0.7ms)
23594
+ Rendered base/_address_fields.html.haml (1.0ms)
23595
+ Rendered base/_address_fields.html.haml (1.1ms)
23596
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
23597
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
23598
+  (0.1ms) rollback transaction
23599
+  (0.0ms) begin transaction
23600
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23601
+ Processing by BaseController#nested_form_gem as HTML
23602
+ Rendered base/_user_fields.html.haml (0.6ms)
23603
+ Rendered base/_address_fields.html.haml (1.1ms)
23604
+ Rendered base/_address_fields.html.haml (1.0ms)
23605
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
23606
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
23607
+  (0.1ms) rollback transaction
23608
+  (0.0ms) begin transaction
23609
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23610
+ Processing by BaseController#nested_form_gem as HTML
23611
+ Rendered base/_user_fields.html.haml (0.5ms)
23612
+ Rendered base/_address_fields.html.haml (1.2ms)
23613
+ Rendered base/_address_fields.html.haml (0.7ms)
23614
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
23615
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
23616
+  (0.1ms) rollback transaction
23617
+  (0.1ms) begin transaction
23618
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23619
+ Processing by BaseController#nested_form_gem as HTML
23620
+ Rendered base/_user_fields.html.haml (0.4ms)
23621
+ Rendered base/_address_fields.html.haml (0.7ms)
23622
+ Rendered base/_address_fields.html.haml (0.7ms)
23623
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
23624
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
23625
+  (0.1ms) rollback transaction
23626
+  (0.1ms) begin transaction
23627
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23628
+ Processing by BaseController#nested_form_gem as HTML
23629
+ Rendered base/_user_fields.html.haml (0.5ms)
23630
+ Rendered base/_address_fields.html.haml (1.0ms)
23631
+ Rendered base/_address_fields.html.haml (0.8ms)
23632
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
23633
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
23634
+  (0.0ms) rollback transaction
23635
+  (0.0ms) begin transaction
23636
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23637
+ Processing by BaseController#nested_form_gem as HTML
23638
+ Rendered base/_user_fields.html.haml (0.4ms)
23639
+ Rendered base/_address_fields.html.haml (0.8ms)
23640
+ Rendered base/_address_fields.html.haml (0.6ms)
23641
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
23642
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
23643
+  (0.1ms) rollback transaction
23644
+  (0.1ms) begin transaction
23645
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23646
+ Processing by BaseController#nested_form_gem as HTML
23647
+ Rendered base/_user_fields.html.haml (0.5ms)
23648
+ Rendered base/_address_fields.html.haml (0.8ms)
23649
+ Rendered base/_address_fields.html.haml (0.8ms)
23650
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
23651
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
23652
+  (0.0ms) rollback transaction
23653
+  (0.0ms) begin transaction
23654
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23655
+ Processing by BaseController#nested_form_gem as HTML
23656
+ Rendered base/_user_fields.html.haml (0.5ms)
23657
+ Rendered base/_address_fields.html.haml (0.9ms)
23658
+ Rendered base/_address_fields.html.haml (1.2ms)
23659
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
23660
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
23661
+  (0.1ms) rollback transaction
23662
+  (0.0ms) begin transaction
23663
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23664
+ Processing by BaseController#nested_form_gem as HTML
23665
+ Rendered base/_user_fields.html.haml (0.9ms)
23666
+ Rendered base/_address_fields.html.haml (1.6ms)
23667
+ Rendered base/_address_fields.html.haml (1.4ms)
23668
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.1ms)
23669
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
23670
+  (0.1ms) rollback transaction
23671
+  (0.0ms) begin transaction
23672
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23673
+ Processing by BaseController#nested_form_gem as HTML
23674
+ Rendered base/_user_fields.html.haml (0.5ms)
23675
+ Rendered base/_address_fields.html.haml (0.9ms)
23676
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
23677
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
23678
+  (0.0ms) rollback transaction
23679
+  (0.0ms) begin transaction
23680
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23681
+ Processing by BaseController#nested_form_gem as HTML
23682
+ Rendered base/_user_fields.html.haml (0.8ms)
23683
+ Rendered base/_address_fields.html.haml (1.2ms)
23684
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
23685
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
23686
+  (0.1ms) rollback transaction
23687
+  (0.0ms) begin transaction
23688
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-10-12 18:55:00 +0200
23689
+ Processing by BaseController#nested_form_gem as HTML
23690
+ Rendered base/_user_fields.html.haml (5.0ms)
23691
+ Rendered base/_address_fields.html.haml (0.7ms)
23692
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.8ms)
23693
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
23694
+  (0.1ms) rollback transaction
23695
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
23696
+  (0.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
23697
+  (0.6ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
23698
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
23699
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
23700
+  (0.4ms) select sqlite_version(*)
23701
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23702
+  (0.1ms) SELECT version FROM "schema_migrations"
23703
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
23704
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
23705
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
23706
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23707
+  (0.1ms) begin transaction
23708
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23709
+ Processing by BaseController#nested_form_gem as HTML
23710
+ Rendered base/_user_fields.html.haml (3.4ms)
23711
+ Rendered base/_address_fields.html.haml (5.1ms)
23712
+ Rendered base/_address_fields.html.haml (0.7ms)
23713
+ Rendered base/nested_form_gem.html.haml within layouts/application (19.0ms)
23714
+ Completed 200 OK in 161ms (Views: 135.8ms | ActiveRecord: 0.6ms)
23715
+  (0.1ms) rollback transaction
23716
+  (0.1ms) begin transaction
23717
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23718
+ Processing by BaseController#nested_form_gem as HTML
23719
+ Rendered base/_user_fields.html.haml (0.4ms)
23720
+ Rendered base/_address_fields.html.haml (0.8ms)
23721
+ Rendered base/_address_fields.html.haml (0.7ms)
23722
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
23723
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
23724
+  (0.1ms) rollback transaction
23725
+  (0.0ms) begin transaction
23726
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23727
+ Processing by BaseController#nested_form_gem as HTML
23728
+ Rendered base/_user_fields.html.haml (0.4ms)
23729
+ Rendered base/_address_fields.html.haml (0.6ms)
23730
+ Rendered base/_address_fields.html.haml (0.5ms)
23731
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
23732
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
23733
+  (0.1ms) rollback transaction
23734
+  (0.0ms) begin transaction
23735
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23736
+ Processing by BaseController#nested_form_gem as HTML
23737
+ Rendered base/_user_fields.html.haml (0.5ms)
23738
+ Rendered base/_address_fields.html.haml (0.6ms)
23739
+ Rendered base/_address_fields.html.haml (0.5ms)
23740
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
23741
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
23742
+  (0.1ms) rollback transaction
23743
+  (0.0ms) begin transaction
23744
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23745
+ Processing by BaseController#nested_form_gem as HTML
23746
+ Parameters: {"inline_link_to_add"=>"true"}
23747
+ Rendered base/_user_fields.html.haml (0.3ms)
23748
+ Rendered base/_address_fields.html.haml (0.6ms)
23749
+ Rendered base/_address_fields.html.haml (0.5ms)
23750
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
23751
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
23752
+  (0.1ms) rollback transaction
23753
+  (0.1ms) begin transaction
23754
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23755
+ Processing by BaseController#nested_form_gem as HTML
23756
+ Parameters: {"inline_link_to_add"=>"true"}
23757
+ Rendered base/_user_fields.html.haml (0.4ms)
23758
+ Rendered base/_address_fields.html.haml (0.6ms)
23759
+ Rendered base/_address_fields.html.haml (0.5ms)
23760
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
23761
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
23762
+  (0.0ms) rollback transaction
23763
+  (0.0ms) begin transaction
23764
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23765
+ Processing by BaseController#nested_form_gem as HTML
23766
+ Rendered base/_user_fields.html.haml (0.3ms)
23767
+ Rendered base/_address_fields.html.haml (0.5ms)
23768
+ Rendered base/_address_fields.html.haml (0.5ms)
23769
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
23770
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
23771
+  (0.0ms) rollback transaction
23772
+  (0.0ms) begin transaction
23773
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23774
+ Processing by BaseController#nested_form_gem as HTML
23775
+ Rendered base/_user_fields.html.haml (0.4ms)
23776
+ Rendered base/_address_fields.html.haml (1.8ms)
23777
+ Rendered base/_address_fields.html.haml (0.5ms)
23778
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
23779
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
23780
+  (0.1ms) rollback transaction
23781
+  (0.0ms) begin transaction
23782
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23783
+ Processing by BaseController#nested_form_gem as HTML
23784
+ Rendered base/_user_fields.html.haml (0.4ms)
23785
+ Rendered base/_address_fields.html.haml (0.7ms)
23786
+ Rendered base/_address_fields.html.haml (0.5ms)
23787
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
23788
+ Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms)
23789
+  (0.1ms) rollback transaction
23790
+  (0.0ms) begin transaction
23791
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23792
+ Processing by BaseController#nested_form_gem as HTML
23793
+ Rendered base/_user_fields.html.haml (0.5ms)
23794
+ Rendered base/_address_fields.html.haml (0.9ms)
23795
+ Rendered base/_address_fields.html.haml (0.9ms)
23796
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
23797
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
23798
+  (0.1ms) rollback transaction
23799
+  (0.0ms) begin transaction
23800
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23801
+ Processing by BaseController#nested_form_gem as HTML
23802
+ Rendered base/_user_fields.html.haml (0.6ms)
23803
+ Rendered base/_address_fields.html.haml (0.7ms)
23804
+ Rendered base/_address_fields.html.haml (0.6ms)
23805
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
23806
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
23807
+  (0.1ms) rollback transaction
23808
+  (0.0ms) begin transaction
23809
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23810
+ Processing by BaseController#nested_form_gem as HTML
23811
+ Rendered base/_user_fields.html.haml (0.6ms)
23812
+ Rendered base/_address_fields.html.haml (1.0ms)
23813
+ Rendered base/_address_fields.html.haml (0.8ms)
23814
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
23815
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
23816
+  (0.0ms) rollback transaction
23817
+  (0.0ms) begin transaction
23818
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23819
+ Processing by BaseController#nested_form_gem as HTML
23820
+ Rendered base/_user_fields.html.haml (0.4ms)
23821
+ Rendered base/_address_fields.html.haml (0.7ms)
23822
+ Rendered base/_address_fields.html.haml (0.7ms)
23823
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
23824
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
23825
+  (0.0ms) rollback transaction
23826
+  (0.0ms) begin transaction
23827
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23828
+ Processing by BaseController#nested_form_gem as HTML
23829
+ Rendered base/_user_fields.html.haml (0.4ms)
23830
+ Rendered base/_address_fields.html.haml (0.8ms)
23831
+ Rendered base/_address_fields.html.haml (0.6ms)
23832
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
23833
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
23834
+  (0.1ms) rollback transaction
23835
+  (0.1ms) begin transaction
23836
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23837
+ Processing by BaseController#nested_form_gem as HTML
23838
+ Rendered base/_user_fields.html.haml (0.6ms)
23839
+ Rendered base/_address_fields.html.haml (0.7ms)
23840
+ Rendered base/_address_fields.html.haml (0.6ms)
23841
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
23842
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
23843
+  (0.0ms) rollback transaction
23844
+  (0.0ms) begin transaction
23845
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23846
+ Processing by BaseController#nested_form_gem as HTML
23847
+ Rendered base/_user_fields.html.haml (0.4ms)
23848
+ Rendered base/_address_fields.html.haml (0.5ms)
23849
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
23850
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
23851
+  (0.0ms) rollback transaction
23852
+  (0.0ms) begin transaction
23853
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23854
+ Processing by BaseController#nested_form_gem as HTML
23855
+ Rendered base/_user_fields.html.haml (0.4ms)
23856
+ Rendered base/_address_fields.html.haml (0.6ms)
23857
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
23858
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
23859
+  (0.0ms) rollback transaction
23860
+  (0.0ms) begin transaction
23861
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23862
+ Processing by BaseController#nested_form_gem as HTML
23863
+ Rendered base/_user_fields.html.haml (0.4ms)
23864
+ Rendered base/_address_fields.html.haml (0.6ms)
23865
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
23866
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
23867
+  (0.1ms) rollback transaction
23868
+  (0.1ms) begin transaction
23869
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23870
+ Processing by BaseController#fields_for as HTML
23871
+ Rendered base/_user_fields.html.haml (0.5ms)
23872
+ Rendered base/_address_fields.html.haml (0.7ms)
23873
+ Rendered base/_tag_fields.html.haml (1.1ms)
23874
+ Rendered base/fields_for.html.haml within layouts/application (7.5ms)
23875
+ Completed 200 OK in 18ms (Views: 10.0ms | ActiveRecord: 0.0ms)
23876
+  (0.1ms) rollback transaction
23877
+  (0.0ms) begin transaction
23878
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23879
+ Processing by BaseController#fields_for as HTML
23880
+ Rendered base/_user_fields.html.haml (1.4ms)
23881
+ Rendered base/_address_fields.html.haml (0.9ms)
23882
+ Rendered base/_tag_fields.html.haml (0.2ms)
23883
+ Rendered base/fields_for.html.haml within layouts/application (5.2ms)
23884
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms)
23885
+  (0.1ms) rollback transaction
23886
+  (0.0ms) begin transaction
23887
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:04 +0100
23888
+ Processing by BaseController#fields_for as HTML
23889
+ Rendered base/_user_fields.html.haml (0.7ms)
23890
+ Rendered base/_address_fields.html.haml (0.7ms)
23891
+ Rendered base/_tag_fields.html.haml (0.4ms)
23892
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
23893
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
23894
+  (0.0ms) rollback transaction
23895
+  (0.0ms) begin transaction
23896
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23897
+ Processing by BaseController#fields_for as HTML
23898
+ Rendered base/_user_fields.html.haml (0.9ms)
23899
+ Rendered base/_address_fields.html.haml (0.9ms)
23900
+ Rendered base/_tag_fields.html.haml (0.6ms)
23901
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
23902
+ Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms)
23903
+  (0.1ms) rollback transaction
23904
+  (0.0ms) begin transaction
23905
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23906
+ Processing by BaseController#fields_for as HTML
23907
+ Rendered base/_user_fields.html.haml (0.6ms)
23908
+ Rendered base/_address_fields.html.haml (1.0ms)
23909
+ Rendered base/_tag_fields.html.haml (0.4ms)
23910
+ Rendered base/fields_for.html.haml within layouts/application (3.2ms)
23911
+ Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.0ms)
23912
+  (0.1ms) rollback transaction
23913
+  (0.0ms) begin transaction
23914
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23915
+ Processing by BaseController#fields_for as HTML
23916
+ Rendered base/_user_fields.html.haml (0.5ms)
23917
+ Rendered base/_address_fields.html.haml (0.6ms)
23918
+ Rendered base/_tag_fields.html.haml (0.2ms)
23919
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
23920
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
23921
+  (0.1ms) rollback transaction
23922
+  (0.0ms) begin transaction
23923
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23924
+ Processing by BaseController#fields_for as HTML
23925
+ Rendered base/_user_fields.html.haml (0.6ms)
23926
+ Rendered base/_address_fields.html.haml (0.7ms)
23927
+ Rendered base/_tag_fields.html.haml (0.2ms)
23928
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
23929
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
23930
+  (0.1ms) rollback transaction
23931
+  (0.0ms) begin transaction
23932
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23933
+ Processing by BaseController#fields_for as HTML
23934
+ Rendered base/_user_fields.html.haml (0.9ms)
23935
+ Rendered base/_address_fields.html.haml (0.8ms)
23936
+ Rendered base/_tag_fields.html.haml (0.2ms)
23937
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
23938
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
23939
+  (0.1ms) rollback transaction
23940
+  (0.0ms) begin transaction
23941
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23942
+ Processing by BaseController#fields_for as HTML
23943
+ Rendered base/_user_fields.html.haml (0.8ms)
23944
+ Rendered base/_address_fields.html.haml (0.9ms)
23945
+ Rendered base/_tag_fields.html.haml (0.6ms)
23946
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
23947
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
23948
+  (0.1ms) rollback transaction
23949
+  (0.1ms) begin transaction
23950
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23951
+ Processing by BaseController#fields_for as HTML
23952
+ Rendered base/_user_fields.html.haml (0.9ms)
23953
+ Rendered base/_address_fields.html.haml (1.0ms)
23954
+ Rendered base/_tag_fields.html.haml (0.3ms)
23955
+ Rendered base/fields_for.html.haml within layouts/application (4.6ms)
23956
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms)
23957
+  (0.1ms) rollback transaction
23958
+  (0.1ms) begin transaction
23959
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23960
+ Processing by BaseController#fields_for as HTML
23961
+ Rendered base/_user_fields.html.haml (0.7ms)
23962
+ Rendered base/_address_fields.html.haml (0.7ms)
23963
+ Rendered base/_tag_fields.html.haml (0.4ms)
23964
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
23965
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
23966
+  (0.0ms) rollback transaction
23967
+  (0.0ms) begin transaction
23968
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23969
+ Processing by BaseController#fields_for as HTML
23970
+ Rendered base/_user_fields.html.haml (0.5ms)
23971
+ Rendered base/_address_fields.html.haml (0.6ms)
23972
+ Rendered base/_tag_fields.html.haml (0.2ms)
23973
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
23974
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
23975
+  (0.1ms) rollback transaction
23976
+  (0.0ms) begin transaction
23977
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23978
+ Processing by BaseController#fields_for as HTML
23979
+ Rendered base/_user_fields.html.haml (1.0ms)
23980
+ Rendered base/_address_fields.html.haml (0.8ms)
23981
+ Rendered base/_tag_fields.html.haml (0.2ms)
23982
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
23983
+ Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.0ms)
23984
+  (0.1ms) rollback transaction
23985
+  (0.0ms) begin transaction
23986
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23987
+ Processing by BaseController#fields_for as HTML
23988
+ Rendered base/_user_fields.html.haml (0.6ms)
23989
+ Rendered base/_address_fields.html.haml (0.6ms)
23990
+ Rendered base/_tag_fields.html.haml (0.5ms)
23991
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
23992
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
23993
+  (0.0ms) rollback transaction
23994
+  (0.5ms) begin transaction
23995
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
23996
+ Processing by BaseController#fields_for as HTML
23997
+ Rendered base/_user_fields.html.haml (0.7ms)
23998
+ Rendered base/_address_fields.html.haml (0.7ms)
23999
+ Rendered base/_tag_fields.html.haml (0.2ms)
24000
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
24001
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
24002
+  (0.0ms) rollback transaction
24003
+  (0.0ms) begin transaction
24004
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24005
+ Processing by BaseController#fields_for as HTML
24006
+ Rendered base/_user_fields.html.haml (0.4ms)
24007
+ Rendered base/_address_fields.html.haml (0.5ms)
24008
+ Rendered base/_tag_fields.html.haml (0.2ms)
24009
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
24010
+ Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms)
24011
+  (0.1ms) rollback transaction
24012
+  (0.0ms) begin transaction
24013
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24014
+ Processing by BaseController#fields_for as HTML
24015
+ Rendered base/_user_fields.html.haml (0.4ms)
24016
+ Rendered base/_address_fields.html.haml (0.4ms)
24017
+ Rendered base/_tag_fields.html.haml (0.2ms)
24018
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
24019
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
24020
+  (0.0ms) rollback transaction
24021
+  (0.0ms) begin transaction
24022
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24023
+ Processing by BaseController#fields_for as HTML
24024
+ Rendered base/_user_fields.html.haml (0.3ms)
24025
+ Rendered base/_address_fields.html.haml (0.4ms)
24026
+ Rendered base/_tag_fields.html.haml (0.2ms)
24027
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
24028
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
24029
+  (0.0ms) rollback transaction
24030
+  (0.0ms) begin transaction
24031
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24032
+ Processing by BaseController#basic_form as HTML
24033
+ Rendered base/_user_fields.html.haml (0.4ms)
24034
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
24035
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
24036
+  (0.0ms) rollback transaction
24037
+  (0.0ms) begin transaction
24038
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24039
+ Processing by BaseController#basic_form as HTML
24040
+ Rendered base/_user_fields.html.haml (0.4ms)
24041
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24042
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24043
+  (0.0ms) rollback transaction
24044
+  (0.0ms) begin transaction
24045
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24046
+ Processing by BaseController#basic_form as HTML
24047
+ Rendered base/_user_fields.html.haml (0.3ms)
24048
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
24049
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
24050
+  (0.0ms) rollback transaction
24051
+  (0.0ms) begin transaction
24052
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24053
+ Processing by BaseController#basic_form as HTML
24054
+ Rendered base/_user_fields.html.haml (0.3ms)
24055
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
24056
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24057
+  (0.2ms) rollback transaction
24058
+  (0.1ms) begin transaction
24059
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24060
+ Processing by BaseController#basic_form as HTML
24061
+ Rendered base/_user_fields.html.haml (0.4ms)
24062
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
24063
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
24064
+  (0.0ms) rollback transaction
24065
+  (0.0ms) begin transaction
24066
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24067
+ Processing by BaseController#basic_form as HTML
24068
+ Rendered base/_user_fields.html.haml (0.4ms)
24069
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
24070
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24071
+  (0.0ms) rollback transaction
24072
+  (0.0ms) begin transaction
24073
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24074
+ Processing by BaseController#basic_form as HTML
24075
+ Rendered base/_user_fields.html.haml (0.3ms)
24076
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
24077
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
24078
+  (0.0ms) rollback transaction
24079
+  (0.0ms) begin transaction
24080
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24081
+ Processing by BaseController#basic_form as HTML
24082
+ Rendered base/_user_fields.html.haml (0.4ms)
24083
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24084
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24085
+  (0.0ms) rollback transaction
24086
+  (0.0ms) begin transaction
24087
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24088
+ Processing by BaseController#deep_fields_for as HTML
24089
+ Rendered base/_user_fields.html.haml (0.4ms)
24090
+ Rendered base/_tag_fields.html.haml (0.4ms)
24091
+ Rendered base/_address_fields.html.haml (1.0ms)
24092
+ Rendered base/_tag_fields.html.haml (0.2ms)
24093
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.1ms)
24094
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.0ms)
24095
+  (0.1ms) rollback transaction
24096
+  (0.0ms) begin transaction
24097
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24098
+ Processing by BaseController#deep_fields_for as HTML
24099
+ Rendered base/_user_fields.html.haml (0.4ms)
24100
+ Rendered base/_tag_fields.html.haml (0.2ms)
24101
+ Rendered base/_address_fields.html.haml (0.6ms)
24102
+ Rendered base/_tag_fields.html.haml (0.1ms)
24103
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
24104
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
24105
+  (0.1ms) rollback transaction
24106
+  (0.1ms) begin transaction
24107
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24108
+ Processing by BaseController#deep_fields_for as HTML
24109
+ Rendered base/_user_fields.html.haml (0.5ms)
24110
+ Rendered base/_tag_fields.html.haml (0.2ms)
24111
+ Rendered base/_address_fields.html.haml (0.9ms)
24112
+ Rendered base/_tag_fields.html.haml (0.2ms)
24113
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms)
24114
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
24115
+  (0.0ms) rollback transaction
24116
+  (0.1ms) begin transaction
24117
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:14:05 +0100
24118
+ Processing by BaseController#deep_fields_for as HTML
24119
+ Rendered base/_user_fields.html.haml (0.4ms)
24120
+ Rendered base/_tag_fields.html.haml (0.2ms)
24121
+ Rendered base/_address_fields.html.haml (0.7ms)
24122
+ Rendered base/_tag_fields.html.haml (0.2ms)
24123
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
24124
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
24125
+  (0.0ms) rollback transaction
24126
+  (0.0ms) begin transaction
24127
+  (0.0ms) rollback transaction
24128
+  (0.0ms) begin transaction
24129
+  (0.0ms) rollback transaction
24130
+  (0.0ms) begin transaction
24131
+  (0.0ms) rollback transaction
24132
+  (0.0ms) begin transaction
24133
+  (0.0ms) rollback transaction
24134
+  (0.0ms) begin transaction
24135
+  (0.0ms) rollback transaction
24136
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24137
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24138
+  (2.7ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
24139
+  (0.7ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
24140
+  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
24141
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
24142
+  (0.1ms) select sqlite_version(*)
24143
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24144
+  (0.1ms) SELECT version FROM "schema_migrations"
24145
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
24146
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
24147
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
24148
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24149
+  (0.1ms) begin transaction
24150
+  (0.1ms) rollback transaction
24151
+  (0.0ms) begin transaction
24152
+  (0.0ms) rollback transaction
24153
+  (0.1ms) begin transaction
24154
+  (0.0ms) rollback transaction
24155
+  (0.0ms) begin transaction
24156
+  (0.0ms) rollback transaction
24157
+  (0.0ms) begin transaction
24158
+  (0.0ms) rollback transaction
24159
+  (0.0ms) begin transaction
24160
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24161
+ Processing by BaseController#nested_form_gem as HTML
24162
+ Rendered base/_user_fields.html.haml (4.4ms)
24163
+ Rendered base/_address_fields.html.haml (4.2ms)
24164
+ Rendered base/_address_fields.html.haml (0.6ms)
24165
+ Rendered base/nested_form_gem.html.haml within layouts/application (18.9ms)
24166
+ Completed 200 OK in 134ms (Views: 117.4ms | ActiveRecord: 0.3ms)
24167
+  (0.1ms) rollback transaction
24168
+  (0.0ms) begin transaction
24169
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24170
+ Processing by BaseController#nested_form_gem as HTML
24171
+ Rendered base/_user_fields.html.haml (0.4ms)
24172
+ Rendered base/_address_fields.html.haml (0.5ms)
24173
+ Rendered base/_address_fields.html.haml (0.6ms)
24174
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
24175
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
24176
+  (0.0ms) rollback transaction
24177
+  (0.0ms) begin transaction
24178
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24179
+ Processing by BaseController#nested_form_gem as HTML
24180
+ Rendered base/_user_fields.html.haml (0.3ms)
24181
+ Rendered base/_address_fields.html.haml (0.6ms)
24182
+ Rendered base/_address_fields.html.haml (0.5ms)
24183
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
24184
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
24185
+  (0.1ms) rollback transaction
24186
+  (0.0ms) begin transaction
24187
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24188
+ Processing by BaseController#nested_form_gem as HTML
24189
+ Parameters: {"inline_link_to_add"=>"true"}
24190
+ Rendered base/_user_fields.html.haml (0.4ms)
24191
+ Rendered base/_address_fields.html.haml (1.0ms)
24192
+ Rendered base/_address_fields.html.haml (0.7ms)
24193
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
24194
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
24195
+  (0.1ms) rollback transaction
24196
+  (0.0ms) begin transaction
24197
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24198
+ Processing by BaseController#nested_form_gem as HTML
24199
+ Parameters: {"inline_link_to_add"=>"true"}
24200
+ Rendered base/_user_fields.html.haml (0.3ms)
24201
+ Rendered base/_address_fields.html.haml (0.6ms)
24202
+ Rendered base/_address_fields.html.haml (0.5ms)
24203
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
24204
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24205
+  (0.0ms) rollback transaction
24206
+  (0.0ms) begin transaction
24207
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24208
+ Processing by BaseController#nested_form_gem as HTML
24209
+ Rendered base/_user_fields.html.haml (0.3ms)
24210
+ Rendered base/_address_fields.html.haml (0.6ms)
24211
+ Rendered base/_address_fields.html.haml (0.6ms)
24212
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
24213
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24214
+  (0.1ms) rollback transaction
24215
+  (0.2ms) begin transaction
24216
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24217
+ Processing by BaseController#nested_form_gem as HTML
24218
+ Rendered base/_user_fields.html.haml (0.5ms)
24219
+ Rendered base/_address_fields.html.haml (0.6ms)
24220
+ Rendered base/_address_fields.html.haml (0.6ms)
24221
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
24222
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
24223
+  (0.0ms) rollback transaction
24224
+  (0.1ms) begin transaction
24225
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24226
+ Processing by BaseController#nested_form_gem as HTML
24227
+ Rendered base/_user_fields.html.haml (0.4ms)
24228
+ Rendered base/_address_fields.html.haml (0.7ms)
24229
+ Rendered base/_address_fields.html.haml (0.6ms)
24230
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
24231
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
24232
+  (0.0ms) rollback transaction
24233
+  (0.0ms) begin transaction
24234
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24235
+ Processing by BaseController#nested_form_gem as HTML
24236
+ Rendered base/_user_fields.html.haml (0.3ms)
24237
+ Rendered base/_address_fields.html.haml (0.5ms)
24238
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.6ms)
24239
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
24240
+  (0.0ms) rollback transaction
24241
+  (0.1ms) begin transaction
24242
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24243
+ Processing by BaseController#nested_form_gem as HTML
24244
+ Rendered base/_user_fields.html.haml (0.4ms)
24245
+ Rendered base/_address_fields.html.haml (0.6ms)
24246
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
24247
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
24248
+  (0.0ms) rollback transaction
24249
+  (0.0ms) begin transaction
24250
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24251
+ Processing by BaseController#nested_form_gem as HTML
24252
+ Rendered base/_user_fields.html.haml (0.4ms)
24253
+ Rendered base/_address_fields.html.haml (0.6ms)
24254
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
24255
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
24256
+  (0.1ms) rollback transaction
24257
+  (0.0ms) begin transaction
24258
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24259
+ Processing by BaseController#nested_form_gem as HTML
24260
+ Rendered base/_user_fields.html.haml (0.4ms)
24261
+ Rendered base/_address_fields.html.haml (0.7ms)
24262
+ Rendered base/_address_fields.html.haml (0.7ms)
24263
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
24264
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
24265
+  (0.0ms) rollback transaction
24266
+  (0.0ms) begin transaction
24267
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24268
+ Processing by BaseController#nested_form_gem as HTML
24269
+ Rendered base/_user_fields.html.haml (0.4ms)
24270
+ Rendered base/_address_fields.html.haml (0.7ms)
24271
+ Rendered base/_address_fields.html.haml (0.6ms)
24272
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
24273
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
24274
+  (0.1ms) rollback transaction
24275
+  (0.0ms) begin transaction
24276
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24277
+ Processing by BaseController#nested_form_gem as HTML
24278
+ Rendered base/_user_fields.html.haml (0.4ms)
24279
+ Rendered base/_address_fields.html.haml (1.0ms)
24280
+ Rendered base/_address_fields.html.haml (0.9ms)
24281
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
24282
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
24283
+  (0.0ms) rollback transaction
24284
+  (0.0ms) begin transaction
24285
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24286
+ Processing by BaseController#nested_form_gem as HTML
24287
+ Rendered base/_user_fields.html.haml (0.5ms)
24288
+ Rendered base/_address_fields.html.haml (0.8ms)
24289
+ Rendered base/_address_fields.html.haml (0.7ms)
24290
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
24291
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
24292
+  (0.0ms) rollback transaction
24293
+  (0.0ms) begin transaction
24294
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24295
+ Processing by BaseController#nested_form_gem as HTML
24296
+ Rendered base/_user_fields.html.haml (0.5ms)
24297
+ Rendered base/_address_fields.html.haml (0.7ms)
24298
+ Rendered base/_address_fields.html.haml (0.6ms)
24299
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
24300
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
24301
+  (0.1ms) rollback transaction
24302
+  (0.0ms) begin transaction
24303
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24304
+ Processing by BaseController#nested_form_gem as HTML
24305
+ Rendered base/_user_fields.html.haml (0.4ms)
24306
+ Rendered base/_address_fields.html.haml (0.7ms)
24307
+ Rendered base/_address_fields.html.haml (0.7ms)
24308
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
24309
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
24310
+  (0.1ms) rollback transaction
24311
+  (0.1ms) begin transaction
24312
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24313
+ Processing by BaseController#nested_form_gem as HTML
24314
+ Rendered base/_user_fields.html.haml (0.5ms)
24315
+ Rendered base/_address_fields.html.haml (0.7ms)
24316
+ Rendered base/_address_fields.html.haml (0.6ms)
24317
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
24318
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
24319
+  (0.1ms) rollback transaction
24320
+  (0.0ms) begin transaction
24321
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24322
+ Processing by BaseController#basic_form as HTML
24323
+ Rendered base/_user_fields.html.haml (0.4ms)
24324
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
24325
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
24326
+  (0.0ms) rollback transaction
24327
+  (0.1ms) begin transaction
24328
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24329
+ Processing by BaseController#basic_form as HTML
24330
+ Rendered base/_user_fields.html.haml (0.5ms)
24331
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
24332
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
24333
+  (0.1ms) rollback transaction
24334
+  (0.0ms) begin transaction
24335
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24336
+ Processing by BaseController#basic_form as HTML
24337
+ Rendered base/_user_fields.html.haml (0.4ms)
24338
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
24339
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
24340
+  (0.1ms) rollback transaction
24341
+  (0.0ms) begin transaction
24342
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24343
+ Processing by BaseController#basic_form as HTML
24344
+ Rendered base/_user_fields.html.haml (0.5ms)
24345
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
24346
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
24347
+  (0.0ms) rollback transaction
24348
+  (0.1ms) begin transaction
24349
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24350
+ Processing by BaseController#basic_form as HTML
24351
+ Rendered base/_user_fields.html.haml (0.9ms)
24352
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
24353
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
24354
+  (0.0ms) rollback transaction
24355
+  (0.0ms) begin transaction
24356
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24357
+ Processing by BaseController#basic_form as HTML
24358
+ Rendered base/_user_fields.html.haml (0.5ms)
24359
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
24360
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
24361
+  (0.0ms) rollback transaction
24362
+  (0.0ms) begin transaction
24363
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24364
+ Processing by BaseController#basic_form as HTML
24365
+ Rendered base/_user_fields.html.haml (0.5ms)
24366
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
24367
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
24368
+  (0.0ms) rollback transaction
24369
+  (0.0ms) begin transaction
24370
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24371
+ Processing by BaseController#basic_form as HTML
24372
+ Rendered base/_user_fields.html.haml (0.7ms)
24373
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
24374
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
24375
+  (0.0ms) rollback transaction
24376
+  (0.0ms) begin transaction
24377
+  (0.0ms) rollback transaction
24378
+  (0.0ms) begin transaction
24379
+  (0.0ms) rollback transaction
24380
+  (5.3ms) begin transaction
24381
+  (0.1ms) rollback transaction
24382
+  (0.0ms) begin transaction
24383
+  (0.0ms) rollback transaction
24384
+  (0.0ms) begin transaction
24385
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24386
+ Processing by BaseController#fields_for as HTML
24387
+ Rendered base/_user_fields.html.haml (0.5ms)
24388
+ Rendered base/_address_fields.html.haml (0.6ms)
24389
+ Rendered base/_tag_fields.html.haml (1.6ms)
24390
+ Rendered base/fields_for.html.haml within layouts/application (5.8ms)
24391
+ Completed 200 OK in 15ms (Views: 8.0ms | ActiveRecord: 0.0ms)
24392
+  (0.1ms) rollback transaction
24393
+  (0.0ms) begin transaction
24394
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24395
+ Processing by BaseController#fields_for as HTML
24396
+ Rendered base/_user_fields.html.haml (1.0ms)
24397
+ Rendered base/_address_fields.html.haml (1.5ms)
24398
+ Rendered base/_tag_fields.html.haml (0.4ms)
24399
+ Rendered base/fields_for.html.haml within layouts/application (4.6ms)
24400
+ Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms)
24401
+  (0.1ms) rollback transaction
24402
+  (0.1ms) begin transaction
24403
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24404
+ Processing by BaseController#fields_for as HTML
24405
+ Rendered base/_user_fields.html.haml (0.7ms)
24406
+ Rendered base/_address_fields.html.haml (0.9ms)
24407
+ Rendered base/_tag_fields.html.haml (0.6ms)
24408
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
24409
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
24410
+  (0.0ms) rollback transaction
24411
+  (0.0ms) begin transaction
24412
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24413
+ Processing by BaseController#fields_for as HTML
24414
+ Rendered base/_user_fields.html.haml (0.8ms)
24415
+ Rendered base/_address_fields.html.haml (0.9ms)
24416
+ Rendered base/_tag_fields.html.haml (0.6ms)
24417
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
24418
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
24419
+  (0.1ms) rollback transaction
24420
+  (0.0ms) begin transaction
24421
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24422
+ Processing by BaseController#fields_for as HTML
24423
+ Rendered base/_user_fields.html.haml (0.8ms)
24424
+ Rendered base/_address_fields.html.haml (0.9ms)
24425
+ Rendered base/_tag_fields.html.haml (0.7ms)
24426
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
24427
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
24428
+  (0.1ms) rollback transaction
24429
+  (0.0ms) begin transaction
24430
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24431
+ Processing by BaseController#fields_for as HTML
24432
+ Rendered base/_user_fields.html.haml (0.6ms)
24433
+ Rendered base/_address_fields.html.haml (0.6ms)
24434
+ Rendered base/_tag_fields.html.haml (0.3ms)
24435
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
24436
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
24437
+  (0.1ms) rollback transaction
24438
+  (0.0ms) begin transaction
24439
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24440
+ Processing by BaseController#fields_for as HTML
24441
+ Rendered base/_user_fields.html.haml (0.5ms)
24442
+ Rendered base/_address_fields.html.haml (0.6ms)
24443
+ Rendered base/_tag_fields.html.haml (0.4ms)
24444
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
24445
+ Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
24446
+  (0.0ms) rollback transaction
24447
+  (0.0ms) begin transaction
24448
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24449
+ Processing by BaseController#fields_for as HTML
24450
+ Rendered base/_user_fields.html.haml (0.3ms)
24451
+ Rendered base/_address_fields.html.haml (0.5ms)
24452
+ Rendered base/_tag_fields.html.haml (0.2ms)
24453
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
24454
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
24455
+  (0.0ms) rollback transaction
24456
+  (0.0ms) begin transaction
24457
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24458
+ Processing by BaseController#fields_for as HTML
24459
+ Rendered base/_user_fields.html.haml (1.4ms)
24460
+ Rendered base/_address_fields.html.haml (1.6ms)
24461
+ Rendered base/_tag_fields.html.haml (0.5ms)
24462
+ Rendered base/fields_for.html.haml within layouts/application (4.8ms)
24463
+ Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)
24464
+  (0.1ms) rollback transaction
24465
+  (0.1ms) begin transaction
24466
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24467
+ Processing by BaseController#fields_for as HTML
24468
+ Rendered base/_user_fields.html.haml (0.5ms)
24469
+ Rendered base/_address_fields.html.haml (0.5ms)
24470
+ Rendered base/_tag_fields.html.haml (0.2ms)
24471
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
24472
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24473
+  (0.1ms) rollback transaction
24474
+  (0.0ms) begin transaction
24475
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24476
+ Processing by BaseController#fields_for as HTML
24477
+ Rendered base/_user_fields.html.haml (0.4ms)
24478
+ Rendered base/_address_fields.html.haml (0.6ms)
24479
+ Rendered base/_tag_fields.html.haml (0.2ms)
24480
+ Rendered base/fields_for.html.haml within layouts/application (7.3ms)
24481
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
24482
+  (0.1ms) rollback transaction
24483
+  (0.0ms) begin transaction
24484
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24485
+ Processing by BaseController#fields_for as HTML
24486
+ Rendered base/_user_fields.html.haml (0.3ms)
24487
+ Rendered base/_address_fields.html.haml (0.5ms)
24488
+ Rendered base/_tag_fields.html.haml (0.2ms)
24489
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
24490
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
24491
+  (0.0ms) rollback transaction
24492
+  (0.0ms) begin transaction
24493
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:27 +0100
24494
+ Processing by BaseController#fields_for as HTML
24495
+ Rendered base/_user_fields.html.haml (0.4ms)
24496
+ Rendered base/_address_fields.html.haml (0.5ms)
24497
+ Rendered base/_tag_fields.html.haml (0.2ms)
24498
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
24499
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24500
+  (0.1ms) rollback transaction
24501
+  (0.1ms) begin transaction
24502
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24503
+ Processing by BaseController#fields_for as HTML
24504
+ Rendered base/_user_fields.html.haml (0.4ms)
24505
+ Rendered base/_address_fields.html.haml (0.5ms)
24506
+ Rendered base/_tag_fields.html.haml (0.2ms)
24507
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
24508
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
24509
+  (0.0ms) rollback transaction
24510
+  (0.0ms) begin transaction
24511
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24512
+ Processing by BaseController#fields_for as HTML
24513
+ Rendered base/_user_fields.html.haml (0.4ms)
24514
+ Rendered base/_address_fields.html.haml (0.4ms)
24515
+ Rendered base/_tag_fields.html.haml (0.2ms)
24516
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
24517
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
24518
+  (0.0ms) rollback transaction
24519
+  (0.0ms) begin transaction
24520
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24521
+ Processing by BaseController#fields_for as HTML
24522
+ Rendered base/_user_fields.html.haml (0.5ms)
24523
+ Rendered base/_address_fields.html.haml (0.6ms)
24524
+ Rendered base/_tag_fields.html.haml (0.2ms)
24525
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
24526
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
24527
+  (0.1ms) rollback transaction
24528
+  (0.0ms) begin transaction
24529
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24530
+ Processing by BaseController#fields_for as HTML
24531
+ Rendered base/_user_fields.html.haml (0.3ms)
24532
+ Rendered base/_address_fields.html.haml (0.4ms)
24533
+ Rendered base/_tag_fields.html.haml (0.2ms)
24534
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
24535
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
24536
+  (0.0ms) rollback transaction
24537
+  (0.0ms) begin transaction
24538
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24539
+ Processing by BaseController#fields_for as HTML
24540
+ Rendered base/_user_fields.html.haml (0.3ms)
24541
+ Rendered base/_address_fields.html.haml (0.4ms)
24542
+ Rendered base/_tag_fields.html.haml (0.2ms)
24543
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
24544
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
24545
+  (0.1ms) rollback transaction
24546
+  (0.1ms) begin transaction
24547
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24548
+ Processing by BaseController#deep_fields_for as HTML
24549
+ Rendered base/_user_fields.html.haml (0.6ms)
24550
+ Rendered base/_tag_fields.html.haml (0.2ms)
24551
+ Rendered base/_address_fields.html.haml (0.7ms)
24552
+ Rendered base/_tag_fields.html.haml (0.2ms)
24553
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.5ms)
24554
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
24555
+  (0.1ms) rollback transaction
24556
+  (0.0ms) begin transaction
24557
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24558
+ Processing by BaseController#deep_fields_for as HTML
24559
+ Rendered base/_user_fields.html.haml (0.3ms)
24560
+ Rendered base/_tag_fields.html.haml (0.2ms)
24561
+ Rendered base/_address_fields.html.haml (0.7ms)
24562
+ Rendered base/_tag_fields.html.haml (0.3ms)
24563
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.9ms)
24564
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
24565
+  (0.1ms) rollback transaction
24566
+  (0.0ms) begin transaction
24567
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24568
+ Processing by BaseController#deep_fields_for as HTML
24569
+ Rendered base/_user_fields.html.haml (0.4ms)
24570
+ Rendered base/_tag_fields.html.haml (0.2ms)
24571
+ Rendered base/_address_fields.html.haml (0.7ms)
24572
+ Rendered base/_tag_fields.html.haml (0.1ms)
24573
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
24574
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
24575
+  (0.0ms) rollback transaction
24576
+  (0.0ms) begin transaction
24577
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:28 +0100
24578
+ Processing by BaseController#deep_fields_for as HTML
24579
+ Rendered base/_user_fields.html.haml (0.3ms)
24580
+ Rendered base/_tag_fields.html.haml (0.2ms)
24581
+ Rendered base/_address_fields.html.haml (0.7ms)
24582
+ Rendered base/_tag_fields.html.haml (0.2ms)
24583
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.9ms)
24584
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
24585
+  (0.0ms) rollback transaction
24586
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24587
+  (2.7ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
24588
+  (0.7ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
24589
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
24590
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
24591
+  (0.0ms) select sqlite_version(*)
24592
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24593
+  (0.1ms) SELECT version FROM "schema_migrations"
24594
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
24595
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
24596
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
24597
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24598
+  (0.1ms) begin transaction
24599
+  (0.0ms) rollback transaction
24600
+  (0.0ms) begin transaction
24601
+  (0.0ms) rollback transaction
24602
+  (0.0ms) begin transaction
24603
+  (0.0ms) rollback transaction
24604
+  (0.1ms) begin transaction
24605
+  (0.0ms) rollback transaction
24606
+  (0.0ms) begin transaction
24607
+  (0.0ms) rollback transaction
24608
+  (0.0ms) begin transaction
24609
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24610
+ Processing by BaseController#basic_form as HTML
24611
+ Rendered base/_user_fields.html.haml (3.9ms)
24612
+ Rendered base/basic_form.html.haml within layouts/application (8.7ms)
24613
+ Completed 200 OK in 107ms (Views: 106.5ms | ActiveRecord: 0.0ms)
24614
+  (0.1ms) rollback transaction
24615
+  (0.0ms) begin transaction
24616
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24617
+ Processing by BaseController#basic_form as HTML
24618
+ Rendered base/_user_fields.html.haml (0.3ms)
24619
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24620
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24621
+  (0.0ms) rollback transaction
24622
+  (0.0ms) begin transaction
24623
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24624
+ Processing by BaseController#basic_form as HTML
24625
+ Rendered base/_user_fields.html.haml (0.3ms)
24626
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
24627
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24628
+  (0.0ms) rollback transaction
24629
+  (0.0ms) begin transaction
24630
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24631
+ Processing by BaseController#basic_form as HTML
24632
+ Rendered base/_user_fields.html.haml (0.3ms)
24633
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
24634
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24635
+  (0.0ms) rollback transaction
24636
+  (0.0ms) begin transaction
24637
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24638
+ Processing by BaseController#basic_form as HTML
24639
+ Rendered base/_user_fields.html.haml (0.4ms)
24640
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24641
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
24642
+  (0.0ms) rollback transaction
24643
+  (0.0ms) begin transaction
24644
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24645
+ Processing by BaseController#basic_form as HTML
24646
+ Rendered base/_user_fields.html.haml (0.4ms)
24647
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24648
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
24649
+  (0.1ms) rollback transaction
24650
+  (0.0ms) begin transaction
24651
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24652
+ Processing by BaseController#basic_form as HTML
24653
+ Rendered base/_user_fields.html.haml (0.5ms)
24654
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
24655
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
24656
+  (0.1ms) rollback transaction
24657
+  (0.0ms) begin transaction
24658
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24659
+ Processing by BaseController#basic_form as HTML
24660
+ Rendered base/_user_fields.html.haml (0.4ms)
24661
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
24662
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
24663
+  (0.1ms) rollback transaction
24664
+  (0.0ms) begin transaction
24665
+  (0.0ms) rollback transaction
24666
+  (0.1ms) begin transaction
24667
+  (0.0ms) rollback transaction
24668
+  (0.0ms) begin transaction
24669
+  (0.1ms) rollback transaction
24670
+  (0.0ms) begin transaction
24671
+  (0.0ms) rollback transaction
24672
+  (0.0ms) begin transaction
24673
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24674
+ Processing by BaseController#nested_form_gem as HTML
24675
+ Rendered base/_user_fields.html.haml (0.5ms)
24676
+ Rendered base/_address_fields.html.haml (4.0ms)
24677
+ Rendered base/_address_fields.html.haml (0.8ms)
24678
+ Rendered base/nested_form_gem.html.haml within layouts/application (10.7ms)
24679
+ Completed 200 OK in 27ms (Views: 12.5ms | ActiveRecord: 0.3ms)
24680
+  (0.0ms) rollback transaction
24681
+  (0.1ms) begin transaction
24682
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24683
+ Processing by BaseController#nested_form_gem as HTML
24684
+ Rendered base/_user_fields.html.haml (0.5ms)
24685
+ Rendered base/_address_fields.html.haml (0.6ms)
24686
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
24687
+ Completed 200 OK in 21ms (Views: 3.2ms | ActiveRecord: 0.0ms)
24688
+  (0.1ms) rollback transaction
24689
+  (0.0ms) begin transaction
24690
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24691
+ Processing by BaseController#nested_form_gem as HTML
24692
+ Rendered base/_user_fields.html.haml (0.5ms)
24693
+ Rendered base/_address_fields.html.haml (0.5ms)
24694
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
24695
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24696
+  (0.0ms) rollback transaction
24697
+  (0.0ms) begin transaction
24698
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24699
+ Processing by BaseController#nested_form_gem as HTML
24700
+ Rendered base/_user_fields.html.haml (0.4ms)
24701
+ Rendered base/_address_fields.html.haml (0.5ms)
24702
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
24703
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
24704
+  (0.0ms) rollback transaction
24705
+  (0.0ms) begin transaction
24706
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24707
+ Processing by BaseController#nested_form_gem as HTML
24708
+ Rendered base/_user_fields.html.haml (0.5ms)
24709
+ Rendered base/_address_fields.html.haml (1.0ms)
24710
+ Rendered base/_address_fields.html.haml (0.7ms)
24711
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
24712
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
24713
+  (0.1ms) rollback transaction
24714
+  (0.1ms) begin transaction
24715
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24716
+ Processing by BaseController#nested_form_gem as HTML
24717
+ Rendered base/_user_fields.html.haml (0.4ms)
24718
+ Rendered base/_address_fields.html.haml (0.7ms)
24719
+ Rendered base/_address_fields.html.haml (0.6ms)
24720
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
24721
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
24722
+  (0.0ms) rollback transaction
24723
+  (0.0ms) begin transaction
24724
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24725
+ Processing by BaseController#nested_form_gem as HTML
24726
+ Rendered base/_user_fields.html.haml (0.4ms)
24727
+ Rendered base/_address_fields.html.haml (0.8ms)
24728
+ Rendered base/_address_fields.html.haml (0.9ms)
24729
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
24730
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
24731
+  (0.1ms) rollback transaction
24732
+  (0.1ms) begin transaction
24733
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24734
+ Processing by BaseController#nested_form_gem as HTML
24735
+ Rendered base/_user_fields.html.haml (0.4ms)
24736
+ Rendered base/_address_fields.html.haml (0.8ms)
24737
+ Rendered base/_address_fields.html.haml (0.6ms)
24738
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
24739
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
24740
+  (0.0ms) rollback transaction
24741
+  (0.0ms) begin transaction
24742
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24743
+ Processing by BaseController#nested_form_gem as HTML
24744
+ Rendered base/_user_fields.html.haml (0.4ms)
24745
+ Rendered base/_address_fields.html.haml (0.6ms)
24746
+ Rendered base/_address_fields.html.haml (0.6ms)
24747
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
24748
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24749
+  (0.0ms) rollback transaction
24750
+  (0.0ms) begin transaction
24751
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24752
+ Processing by BaseController#nested_form_gem as HTML
24753
+ Rendered base/_user_fields.html.haml (0.4ms)
24754
+ Rendered base/_address_fields.html.haml (0.7ms)
24755
+ Rendered base/_address_fields.html.haml (0.9ms)
24756
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
24757
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
24758
+  (0.0ms) rollback transaction
24759
+  (0.0ms) begin transaction
24760
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24761
+ Processing by BaseController#nested_form_gem as HTML
24762
+ Rendered base/_user_fields.html.haml (0.5ms)
24763
+ Rendered base/_address_fields.html.haml (1.0ms)
24764
+ Rendered base/_address_fields.html.haml (1.1ms)
24765
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
24766
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
24767
+  (0.1ms) rollback transaction
24768
+  (0.0ms) begin transaction
24769
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24770
+ Processing by BaseController#nested_form_gem as HTML
24771
+ Rendered base/_user_fields.html.haml (0.5ms)
24772
+ Rendered base/_address_fields.html.haml (0.8ms)
24773
+ Rendered base/_address_fields.html.haml (0.8ms)
24774
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
24775
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
24776
+  (0.0ms) rollback transaction
24777
+  (0.0ms) begin transaction
24778
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24779
+ Processing by BaseController#nested_form_gem as HTML
24780
+ Rendered base/_user_fields.html.haml (0.4ms)
24781
+ Rendered base/_address_fields.html.haml (0.8ms)
24782
+ Rendered base/_address_fields.html.haml (0.7ms)
24783
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
24784
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
24785
+  (0.0ms) rollback transaction
24786
+  (0.0ms) begin transaction
24787
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24788
+ Processing by BaseController#nested_form_gem as HTML
24789
+ Parameters: {"inline_link_to_add"=>"true"}
24790
+ Rendered base/_user_fields.html.haml (0.8ms)
24791
+ Rendered base/_address_fields.html.haml (1.5ms)
24792
+ Rendered base/_address_fields.html.haml (1.1ms)
24793
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
24794
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
24795
+  (0.1ms) rollback transaction
24796
+  (0.0ms) begin transaction
24797
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24798
+ Processing by BaseController#nested_form_gem as HTML
24799
+ Parameters: {"inline_link_to_add"=>"true"}
24800
+ Rendered base/_user_fields.html.haml (0.7ms)
24801
+ Rendered base/_address_fields.html.haml (1.0ms)
24802
+ Rendered base/_address_fields.html.haml (1.5ms)
24803
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms)
24804
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)
24805
+  (0.1ms) rollback transaction
24806
+  (0.0ms) begin transaction
24807
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24808
+ Processing by BaseController#nested_form_gem as HTML
24809
+ Rendered base/_user_fields.html.haml (5.2ms)
24810
+ Rendered base/_address_fields.html.haml (0.9ms)
24811
+ Rendered base/_address_fields.html.haml (0.8ms)
24812
+ Rendered base/nested_form_gem.html.haml within layouts/application (8.8ms)
24813
+ Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
24814
+  (0.1ms) rollback transaction
24815
+  (0.0ms) begin transaction
24816
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24817
+ Processing by BaseController#nested_form_gem as HTML
24818
+ Rendered base/_user_fields.html.haml (0.5ms)
24819
+ Rendered base/_address_fields.html.haml (0.8ms)
24820
+ Rendered base/_address_fields.html.haml (0.9ms)
24821
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
24822
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
24823
+  (0.0ms) rollback transaction
24824
+  (0.0ms) begin transaction
24825
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24826
+ Processing by BaseController#nested_form_gem as HTML
24827
+ Rendered base/_user_fields.html.haml (0.4ms)
24828
+ Rendered base/_address_fields.html.haml (0.7ms)
24829
+ Rendered base/_address_fields.html.haml (0.6ms)
24830
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
24831
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
24832
+  (0.0ms) rollback transaction
24833
+  (0.0ms) begin transaction
24834
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24835
+ Processing by BaseController#deep_fields_for as HTML
24836
+ Rendered base/_user_fields.html.haml (0.8ms)
24837
+ Rendered base/_tag_fields.html.haml (1.6ms)
24838
+ Rendered base/_address_fields.html.haml (3.6ms)
24839
+ Rendered base/_tag_fields.html.haml (0.7ms)
24840
+ Rendered base/deep_fields_for.html.haml within layouts/application (8.4ms)
24841
+ Completed 200 OK in 23ms (Views: 11.0ms | ActiveRecord: 0.0ms)
24842
+  (0.1ms) rollback transaction
24843
+  (0.1ms) begin transaction
24844
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24845
+ Processing by BaseController#deep_fields_for as HTML
24846
+ Rendered base/_user_fields.html.haml (0.6ms)
24847
+ Rendered base/_tag_fields.html.haml (0.2ms)
24848
+ Rendered base/_address_fields.html.haml (1.2ms)
24849
+ Rendered base/_tag_fields.html.haml (0.2ms)
24850
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms)
24851
+ Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.0ms)
24852
+  (0.1ms) rollback transaction
24853
+  (0.0ms) begin transaction
24854
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24855
+ Processing by BaseController#deep_fields_for as HTML
24856
+ Rendered base/_user_fields.html.haml (0.6ms)
24857
+ Rendered base/_tag_fields.html.haml (0.4ms)
24858
+ Rendered base/_address_fields.html.haml (1.2ms)
24859
+ Rendered base/_tag_fields.html.haml (0.5ms)
24860
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.7ms)
24861
+ Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
24862
+  (0.1ms) rollback transaction
24863
+  (0.0ms) begin transaction
24864
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24865
+ Processing by BaseController#deep_fields_for as HTML
24866
+ Rendered base/_user_fields.html.haml (0.5ms)
24867
+ Rendered base/_tag_fields.html.haml (0.2ms)
24868
+ Rendered base/_address_fields.html.haml (1.0ms)
24869
+ Rendered base/_tag_fields.html.haml (0.2ms)
24870
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms)
24871
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
24872
+  (0.1ms) rollback transaction
24873
+  (0.0ms) begin transaction
24874
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24875
+ Processing by BaseController#fields_for as HTML
24876
+ Rendered base/_user_fields.html.haml (0.4ms)
24877
+ Rendered base/_address_fields.html.haml (0.7ms)
24878
+ Rendered base/_tag_fields.html.haml (0.2ms)
24879
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
24880
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
24881
+  (0.1ms) rollback transaction
24882
+  (0.1ms) begin transaction
24883
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24884
+ Processing by BaseController#fields_for as HTML
24885
+ Rendered base/_user_fields.html.haml (1.0ms)
24886
+ Rendered base/_address_fields.html.haml (0.8ms)
24887
+ Rendered base/_tag_fields.html.haml (0.4ms)
24888
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
24889
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
24890
+  (0.0ms) rollback transaction
24891
+  (0.0ms) begin transaction
24892
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24893
+ Processing by BaseController#fields_for as HTML
24894
+ Rendered base/_user_fields.html.haml (0.4ms)
24895
+ Rendered base/_address_fields.html.haml (0.5ms)
24896
+ Rendered base/_tag_fields.html.haml (0.2ms)
24897
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
24898
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
24899
+  (0.1ms) rollback transaction
24900
+  (0.0ms) begin transaction
24901
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24902
+ Processing by BaseController#fields_for as HTML
24903
+ Rendered base/_user_fields.html.haml (0.5ms)
24904
+ Rendered base/_address_fields.html.haml (0.6ms)
24905
+ Rendered base/_tag_fields.html.haml (0.3ms)
24906
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
24907
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24908
+  (0.1ms) rollback transaction
24909
+  (0.0ms) begin transaction
24910
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24911
+ Processing by BaseController#fields_for as HTML
24912
+ Rendered base/_user_fields.html.haml (0.4ms)
24913
+ Rendered base/_address_fields.html.haml (0.5ms)
24914
+ Rendered base/_tag_fields.html.haml (0.3ms)
24915
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
24916
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24917
+  (0.1ms) rollback transaction
24918
+  (0.0ms) begin transaction
24919
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24920
+ Processing by BaseController#fields_for as HTML
24921
+ Rendered base/_user_fields.html.haml (0.6ms)
24922
+ Rendered base/_address_fields.html.haml (0.9ms)
24923
+ Rendered base/_tag_fields.html.haml (0.4ms)
24924
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
24925
+ Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms)
24926
+  (0.0ms) rollback transaction
24927
+  (0.0ms) begin transaction
24928
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24929
+ Processing by BaseController#fields_for as HTML
24930
+ Rendered base/_user_fields.html.haml (0.4ms)
24931
+ Rendered base/_address_fields.html.haml (0.5ms)
24932
+ Rendered base/_tag_fields.html.haml (0.2ms)
24933
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
24934
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
24935
+  (0.0ms) rollback transaction
24936
+  (0.0ms) begin transaction
24937
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:53 +0100
24938
+ Processing by BaseController#fields_for as HTML
24939
+ Rendered base/_user_fields.html.haml (0.4ms)
24940
+ Rendered base/_address_fields.html.haml (0.6ms)
24941
+ Rendered base/_tag_fields.html.haml (0.2ms)
24942
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
24943
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24944
+  (0.1ms) rollback transaction
24945
+  (0.0ms) begin transaction
24946
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24947
+ Processing by BaseController#fields_for as HTML
24948
+ Rendered base/_user_fields.html.haml (0.3ms)
24949
+ Rendered base/_address_fields.html.haml (0.4ms)
24950
+ Rendered base/_tag_fields.html.haml (0.2ms)
24951
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
24952
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
24953
+  (0.1ms) rollback transaction
24954
+  (0.1ms) begin transaction
24955
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24956
+ Processing by BaseController#fields_for as HTML
24957
+ Rendered base/_user_fields.html.haml (0.4ms)
24958
+ Rendered base/_address_fields.html.haml (0.6ms)
24959
+ Rendered base/_tag_fields.html.haml (0.2ms)
24960
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
24961
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
24962
+  (0.0ms) rollback transaction
24963
+  (0.0ms) begin transaction
24964
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24965
+ Processing by BaseController#fields_for as HTML
24966
+ Rendered base/_user_fields.html.haml (0.3ms)
24967
+ Rendered base/_address_fields.html.haml (0.4ms)
24968
+ Rendered base/_tag_fields.html.haml (0.2ms)
24969
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
24970
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
24971
+  (0.0ms) rollback transaction
24972
+  (0.0ms) begin transaction
24973
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24974
+ Processing by BaseController#fields_for as HTML
24975
+ Rendered base/_user_fields.html.haml (0.3ms)
24976
+ Rendered base/_address_fields.html.haml (0.5ms)
24977
+ Rendered base/_tag_fields.html.haml (0.2ms)
24978
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
24979
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
24980
+  (0.0ms) rollback transaction
24981
+  (0.0ms) begin transaction
24982
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24983
+ Processing by BaseController#fields_for as HTML
24984
+ Rendered base/_user_fields.html.haml (0.3ms)
24985
+ Rendered base/_address_fields.html.haml (1.1ms)
24986
+ Rendered base/_tag_fields.html.haml (0.2ms)
24987
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
24988
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
24989
+  (0.1ms) rollback transaction
24990
+  (0.0ms) begin transaction
24991
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
24992
+ Processing by BaseController#fields_for as HTML
24993
+ Rendered base/_user_fields.html.haml (0.5ms)
24994
+ Rendered base/_address_fields.html.haml (0.6ms)
24995
+ Rendered base/_tag_fields.html.haml (0.2ms)
24996
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
24997
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
24998
+  (0.1ms) rollback transaction
24999
+  (0.0ms) begin transaction
25000
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
25001
+ Processing by BaseController#fields_for as HTML
25002
+ Rendered base/_user_fields.html.haml (0.3ms)
25003
+ Rendered base/_address_fields.html.haml (0.5ms)
25004
+ Rendered base/_tag_fields.html.haml (0.2ms)
25005
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
25006
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
25007
+  (0.0ms) rollback transaction
25008
+  (0.0ms) begin transaction
25009
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
25010
+ Processing by BaseController#fields_for as HTML
25011
+ Rendered base/_user_fields.html.haml (0.3ms)
25012
+ Rendered base/_address_fields.html.haml (0.4ms)
25013
+ Rendered base/_tag_fields.html.haml (0.2ms)
25014
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
25015
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
25016
+  (0.0ms) rollback transaction
25017
+  (0.0ms) begin transaction
25018
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
25019
+ Processing by BaseController#fields_for as HTML
25020
+ Rendered base/_user_fields.html.haml (0.3ms)
25021
+ Rendered base/_address_fields.html.haml (0.4ms)
25022
+ Rendered base/_tag_fields.html.haml (0.2ms)
25023
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
25024
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
25025
+  (0.0ms) rollback transaction
25026
+  (0.0ms) begin transaction
25027
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:21:54 +0100
25028
+ Processing by BaseController#fields_for as HTML
25029
+ Rendered base/_user_fields.html.haml (0.3ms)
25030
+ Rendered base/_address_fields.html.haml (0.5ms)
25031
+ Rendered base/_tag_fields.html.haml (0.2ms)
25032
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
25033
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
25034
+  (0.1ms) rollback transaction
25035
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25036
+  (2.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25037
+  (0.5ms) 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)
25038
+  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25039
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25040
+  (0.1ms) select sqlite_version(*)
25041
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25042
+  (0.1ms) SELECT version FROM "schema_migrations"
25043
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25044
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25045
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25046
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25047
+  (0.1ms) begin transaction
25048
+  (0.0ms) rollback transaction
25049
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25050
+  (0.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25051
+  (0.6ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25052
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25053
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25054
+  (0.1ms) select sqlite_version(*)
25055
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25056
+  (0.1ms) SELECT version FROM "schema_migrations"
25057
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25058
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25059
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25060
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25061
+  (0.1ms) begin transaction
25062
+  (0.0ms) rollback transaction
25063
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25064
+  (2.7ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25065
+  (0.6ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25066
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25067
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25068
+  (0.1ms) select sqlite_version(*)
25069
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25070
+  (0.1ms) SELECT version FROM "schema_migrations"
25071
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25072
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25073
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25074
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25075
+  (0.1ms) begin transaction
25076
+  (0.0ms) rollback transaction
25077
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25078
+  (3.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25079
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25080
+  (1.0ms) 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) 
25081
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25082
+  (0.1ms) select sqlite_version(*)
25083
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25084
+  (0.1ms) SELECT version FROM "schema_migrations"
25085
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25086
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25087
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25088
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25089
+  (0.1ms) begin transaction
25090
+  (0.0ms) rollback transaction
25091
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25092
+  (3.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25093
+  (0.7ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25094
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25095
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25096
+  (0.0ms) select sqlite_version(*)
25097
+  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25098
+  (0.1ms) SELECT version FROM "schema_migrations"
25099
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25100
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25101
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25102
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25103
+  (0.1ms) begin transaction
25104
+  (0.0ms) rollback transaction
25105
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25106
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25107
+  (0.9ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25108
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25109
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25110
+  (0.1ms) select sqlite_version(*)
25111
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25112
+  (0.1ms) SELECT version FROM "schema_migrations"
25113
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25114
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25115
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25116
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25117
+  (0.1ms) begin transaction
25118
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:23 +0100
25119
+ Processing by BaseController#fields_for_explicit as HTML
25120
+ Rendered base/_user_fields.html.haml (2.7ms)
25121
+ Rendered base/_address_fields.html.haml (2.1ms)
25122
+ Rendered base/_tag_fields.html.haml (0.7ms)
25123
+ Rendered base/fields_for_explicit.html.haml within layouts/application (14.5ms)
25124
+ Completed 200 OK in 144ms (Views: 110.5ms | ActiveRecord: 0.6ms)
25125
+  (0.1ms) rollback transaction
25126
+  (0.1ms) begin transaction
25127
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:23 +0100
25128
+ Processing by BaseController#fields_for_explicit as HTML
25129
+ Rendered base/_user_fields.html.haml (0.4ms)
25130
+ Rendered base/_address_fields.html.haml (0.5ms)
25131
+ Rendered base/_tag_fields.html.haml (0.2ms)
25132
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.3ms)
25133
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
25134
+  (0.0ms) rollback transaction
25135
+  (0.1ms) begin transaction
25136
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:23 +0100
25137
+ Processing by BaseController#fields_for_explicit as HTML
25138
+ Rendered base/_user_fields.html.haml (0.3ms)
25139
+ Rendered base/_address_fields.html.haml (0.4ms)
25140
+ Rendered base/_tag_fields.html.haml (0.2ms)
25141
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
25142
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
25143
+  (0.0ms) rollback transaction
25144
+  (0.0ms) begin transaction
25145
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:23 +0100
25146
+ Processing by BaseController#fields_for_explicit as HTML
25147
+ Rendered base/_user_fields.html.haml (0.4ms)
25148
+ Rendered base/_address_fields.html.haml (0.4ms)
25149
+ Rendered base/_tag_fields.html.haml (0.2ms)
25150
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
25151
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
25152
+  (0.1ms) rollback transaction
25153
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25154
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25155
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25156
+  (1.0ms) 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) 
25157
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25158
+  (0.1ms) select sqlite_version(*)
25159
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25160
+  (0.1ms) SELECT version FROM "schema_migrations"
25161
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25162
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25163
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25164
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25165
+  (0.1ms) begin transaction
25166
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25167
+ Processing by BaseController#nested_form_gem as HTML
25168
+ Rendered base/_user_fields.html.haml (3.3ms)
25169
+ Rendered base/_address_fields.html.haml (4.3ms)
25170
+ Rendered base/_address_fields.html.haml (0.7ms)
25171
+ Rendered base/nested_form_gem.html.haml within layouts/application (15.6ms)
25172
+ Completed 200 OK in 144ms (Views: 120.2ms | ActiveRecord: 0.5ms)
25173
+  (0.1ms) rollback transaction
25174
+  (0.1ms) begin transaction
25175
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25176
+ Processing by BaseController#nested_form_gem as HTML
25177
+ Rendered base/_user_fields.html.haml (0.4ms)
25178
+ Rendered base/_address_fields.html.haml (0.6ms)
25179
+ Rendered base/_address_fields.html.haml (0.5ms)
25180
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
25181
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
25182
+  (0.0ms) rollback transaction
25183
+  (0.1ms) begin transaction
25184
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25185
+ Processing by BaseController#nested_form_gem as HTML
25186
+ Rendered base/_user_fields.html.haml (0.3ms)
25187
+ Rendered base/_address_fields.html.haml (0.6ms)
25188
+ Rendered base/_address_fields.html.haml (0.6ms)
25189
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
25190
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
25191
+  (0.0ms) rollback transaction
25192
+  (0.0ms) begin transaction
25193
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25194
+ Processing by BaseController#nested_form_gem as HTML
25195
+ Rendered base/_user_fields.html.haml (0.4ms)
25196
+ Rendered base/_address_fields.html.haml (0.7ms)
25197
+ Rendered base/_address_fields.html.haml (0.6ms)
25198
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
25199
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
25200
+  (0.1ms) rollback transaction
25201
+  (0.0ms) begin transaction
25202
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25203
+ Processing by BaseController#nested_form_gem as HTML
25204
+ Rendered base/_user_fields.html.haml (0.3ms)
25205
+ Rendered base/_address_fields.html.haml (0.7ms)
25206
+ Rendered base/_address_fields.html.haml (0.8ms)
25207
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
25208
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
25209
+  (0.0ms) rollback transaction
25210
+  (0.0ms) begin transaction
25211
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25212
+ Processing by BaseController#nested_form_gem as HTML
25213
+ Parameters: {"inline_link_to_add"=>"true"}
25214
+ Rendered base/_user_fields.html.haml (0.3ms)
25215
+ Rendered base/_address_fields.html.haml (0.5ms)
25216
+ Rendered base/_address_fields.html.haml (0.5ms)
25217
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
25218
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
25219
+  (0.0ms) rollback transaction
25220
+  (0.0ms) begin transaction
25221
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25222
+ Processing by BaseController#nested_form_gem as HTML
25223
+ Parameters: {"inline_link_to_add"=>"true"}
25224
+ Rendered base/_user_fields.html.haml (0.3ms)
25225
+ Rendered base/_address_fields.html.haml (0.5ms)
25226
+ Rendered base/_address_fields.html.haml (0.6ms)
25227
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
25228
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
25229
+  (0.1ms) rollback transaction
25230
+  (0.0ms) begin transaction
25231
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25232
+ Processing by BaseController#nested_form_gem as HTML
25233
+ Rendered base/_user_fields.html.haml (0.5ms)
25234
+ Rendered base/_address_fields.html.haml (0.8ms)
25235
+ Rendered base/_address_fields.html.haml (0.8ms)
25236
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms)
25237
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
25238
+  (0.0ms) rollback transaction
25239
+  (0.1ms) begin transaction
25240
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25241
+ Processing by BaseController#nested_form_gem as HTML
25242
+ Rendered base/_user_fields.html.haml (0.4ms)
25243
+ Rendered base/_address_fields.html.haml (0.8ms)
25244
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
25245
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
25246
+  (0.1ms) rollback transaction
25247
+  (0.0ms) begin transaction
25248
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25249
+ Processing by BaseController#nested_form_gem as HTML
25250
+ Rendered base/_user_fields.html.haml (0.4ms)
25251
+ Rendered base/_address_fields.html.haml (0.6ms)
25252
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
25253
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
25254
+  (0.0ms) rollback transaction
25255
+  (0.0ms) begin transaction
25256
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25257
+ Processing by BaseController#nested_form_gem as HTML
25258
+ Rendered base/_user_fields.html.haml (0.4ms)
25259
+ Rendered base/_address_fields.html.haml (0.6ms)
25260
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
25261
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
25262
+  (0.0ms) rollback transaction
25263
+  (0.0ms) begin transaction
25264
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25265
+ Processing by BaseController#nested_form_gem as HTML
25266
+ Rendered base/_user_fields.html.haml (0.3ms)
25267
+ Rendered base/_address_fields.html.haml (0.6ms)
25268
+ Rendered base/_address_fields.html.haml (0.5ms)
25269
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
25270
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25271
+  (0.0ms) rollback transaction
25272
+  (0.0ms) begin transaction
25273
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25274
+ Processing by BaseController#nested_form_gem as HTML
25275
+ Rendered base/_user_fields.html.haml (0.3ms)
25276
+ Rendered base/_address_fields.html.haml (0.6ms)
25277
+ Rendered base/_address_fields.html.haml (0.5ms)
25278
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
25279
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25280
+  (0.0ms) rollback transaction
25281
+  (0.0ms) begin transaction
25282
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25283
+ Processing by BaseController#nested_form_gem as HTML
25284
+ Rendered base/_user_fields.html.haml (0.3ms)
25285
+ Rendered base/_address_fields.html.haml (0.7ms)
25286
+ Rendered base/_address_fields.html.haml (2.5ms)
25287
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms)
25288
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
25289
+  (0.1ms) rollback transaction
25290
+  (0.0ms) begin transaction
25291
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25292
+ Processing by BaseController#nested_form_gem as HTML
25293
+ Rendered base/_user_fields.html.haml (0.9ms)
25294
+ Rendered base/_address_fields.html.haml (1.0ms)
25295
+ Rendered base/_address_fields.html.haml (0.7ms)
25296
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms)
25297
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms)
25298
+  (0.1ms) rollback transaction
25299
+  (0.1ms) begin transaction
25300
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25301
+ Processing by BaseController#nested_form_gem as HTML
25302
+ Rendered base/_user_fields.html.haml (0.4ms)
25303
+ Rendered base/_address_fields.html.haml (0.7ms)
25304
+ Rendered base/_address_fields.html.haml (0.7ms)
25305
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
25306
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
25307
+  (0.1ms) rollback transaction
25308
+  (0.0ms) begin transaction
25309
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25310
+ Processing by BaseController#nested_form_gem as HTML
25311
+ Rendered base/_user_fields.html.haml (0.4ms)
25312
+ Rendered base/_address_fields.html.haml (1.4ms)
25313
+ Rendered base/_address_fields.html.haml (1.2ms)
25314
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
25315
+ Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
25316
+  (0.1ms) rollback transaction
25317
+  (0.0ms) begin transaction
25318
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25319
+ Processing by BaseController#nested_form_gem as HTML
25320
+ Rendered base/_user_fields.html.haml (0.6ms)
25321
+ Rendered base/_address_fields.html.haml (0.8ms)
25322
+ Rendered base/_address_fields.html.haml (0.7ms)
25323
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
25324
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
25325
+  (0.1ms) rollback transaction
25326
+  (0.0ms) begin transaction
25327
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25328
+ Processing by BaseController#basic_form as HTML
25329
+ Rendered base/_user_fields.html.haml (0.5ms)
25330
+ Rendered base/basic_form.html.haml within layouts/application (1.8ms)
25331
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
25332
+  (0.0ms) rollback transaction
25333
+  (0.0ms) begin transaction
25334
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25335
+ Processing by BaseController#basic_form as HTML
25336
+ Rendered base/_user_fields.html.haml (0.3ms)
25337
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
25338
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
25339
+  (0.0ms) rollback transaction
25340
+  (0.0ms) begin transaction
25341
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25342
+ Processing by BaseController#basic_form as HTML
25343
+ Rendered base/_user_fields.html.haml (0.4ms)
25344
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
25345
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
25346
+  (0.0ms) rollback transaction
25347
+  (0.0ms) begin transaction
25348
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25349
+ Processing by BaseController#basic_form as HTML
25350
+ Rendered base/_user_fields.html.haml (0.3ms)
25351
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
25352
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
25353
+  (0.1ms) rollback transaction
25354
+  (0.1ms) begin transaction
25355
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25356
+ Processing by BaseController#basic_form as HTML
25357
+ Rendered base/_user_fields.html.haml (1.7ms)
25358
+ Rendered base/basic_form.html.haml within layouts/application (2.2ms)
25359
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
25360
+  (0.0ms) rollback transaction
25361
+  (0.0ms) begin transaction
25362
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25363
+ Processing by BaseController#basic_form as HTML
25364
+ Rendered base/_user_fields.html.haml (0.3ms)
25365
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
25366
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
25367
+  (0.0ms) rollback transaction
25368
+  (0.0ms) begin transaction
25369
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25370
+ Processing by BaseController#basic_form as HTML
25371
+ Rendered base/_user_fields.html.haml (0.3ms)
25372
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
25373
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
25374
+  (0.0ms) rollback transaction
25375
+  (0.0ms) begin transaction
25376
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25377
+ Processing by BaseController#basic_form as HTML
25378
+ Rendered base/_user_fields.html.haml (1.5ms)
25379
+ Rendered base/basic_form.html.haml within layouts/application (2.9ms)
25380
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
25381
+  (0.1ms) rollback transaction
25382
+  (0.1ms) begin transaction
25383
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25384
+ Processing by BaseController#deep_fields_for as HTML
25385
+ Rendered base/_user_fields.html.haml (0.3ms)
25386
+ Rendered base/_tag_fields.html.haml (0.7ms)
25387
+ Rendered base/_address_fields.html.haml (1.9ms)
25388
+ Rendered base/_tag_fields.html.haml (0.2ms)
25389
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.6ms)
25390
+ Completed 200 OK in 13ms (Views: 6.3ms | ActiveRecord: 0.0ms)
25391
+  (0.1ms) rollback transaction
25392
+  (0.0ms) begin transaction
25393
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25394
+ Processing by BaseController#deep_fields_for as HTML
25395
+ Rendered base/_user_fields.html.haml (0.3ms)
25396
+ Rendered base/_tag_fields.html.haml (0.1ms)
25397
+ Rendered base/_address_fields.html.haml (0.6ms)
25398
+ Rendered base/_tag_fields.html.haml (0.1ms)
25399
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
25400
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
25401
+  (0.0ms) rollback transaction
25402
+  (0.1ms) begin transaction
25403
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25404
+ Processing by BaseController#deep_fields_for as HTML
25405
+ Rendered base/_user_fields.html.haml (0.5ms)
25406
+ Rendered base/_tag_fields.html.haml (0.2ms)
25407
+ Rendered base/_address_fields.html.haml (0.8ms)
25408
+ Rendered base/_tag_fields.html.haml (0.2ms)
25409
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.2ms)
25410
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
25411
+  (0.1ms) rollback transaction
25412
+  (0.0ms) begin transaction
25413
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:36:36 +0100
25414
+ Processing by BaseController#deep_fields_for as HTML
25415
+ Rendered base/_user_fields.html.haml (0.5ms)
25416
+ Rendered base/_tag_fields.html.haml (0.3ms)
25417
+ Rendered base/_address_fields.html.haml (0.8ms)
25418
+ Rendered base/_tag_fields.html.haml (0.2ms)
25419
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.2ms)
25420
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
25421
+  (0.0ms) rollback transaction
25422
+  (0.0ms) begin transaction
25423
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25424
+ Processing by BaseController#fields_for as HTML
25425
+ Rendered base/_user_fields.html.haml (0.6ms)
25426
+ Rendered base/_address_fields.html.haml (0.9ms)
25427
+ Rendered base/_tag_fields.html.haml (0.2ms)
25428
+ Rendered base/fields_for.html.haml within layouts/application (7.3ms)
25429
+ Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.0ms)
25430
+  (0.0ms) rollback transaction
25431
+  (0.0ms) begin transaction
25432
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25433
+ Processing by BaseController#fields_for as HTML
25434
+ Rendered base/_user_fields.html.haml (0.5ms)
25435
+ Rendered base/_address_fields.html.haml (1.0ms)
25436
+ Rendered base/_tag_fields.html.haml (0.4ms)
25437
+ Rendered base/fields_for.html.haml within layouts/application (4.5ms)
25438
+ Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
25439
+  (0.2ms) rollback transaction
25440
+  (0.0ms) begin transaction
25441
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25442
+ Processing by BaseController#fields_for as HTML
25443
+ Rendered base/_user_fields.html.haml (0.6ms)
25444
+ Rendered base/_address_fields.html.haml (0.8ms)
25445
+ Rendered base/_tag_fields.html.haml (0.5ms)
25446
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
25447
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
25448
+  (0.1ms) rollback transaction
25449
+  (0.1ms) begin transaction
25450
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25451
+ Processing by BaseController#fields_for as HTML
25452
+ Rendered base/_user_fields.html.haml (0.5ms)
25453
+ Rendered base/_address_fields.html.haml (0.6ms)
25454
+ Rendered base/_tag_fields.html.haml (0.2ms)
25455
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
25456
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
25457
+  (0.0ms) rollback transaction
25458
+  (0.0ms) begin transaction
25459
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25460
+ Processing by BaseController#fields_for as HTML
25461
+ Rendered base/_user_fields.html.haml (0.9ms)
25462
+ Rendered base/_address_fields.html.haml (1.8ms)
25463
+ Rendered base/_tag_fields.html.haml (0.5ms)
25464
+ Rendered base/fields_for.html.haml within layouts/application (5.3ms)
25465
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)
25466
+  (0.1ms) rollback transaction
25467
+  (0.1ms) begin transaction
25468
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25469
+ Processing by BaseController#fields_for as HTML
25470
+ Rendered base/_user_fields.html.haml (0.4ms)
25471
+ Rendered base/_address_fields.html.haml (0.6ms)
25472
+ Rendered base/_tag_fields.html.haml (0.2ms)
25473
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
25474
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
25475
+  (0.0ms) rollback transaction
25476
+  (0.0ms) begin transaction
25477
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25478
+ Processing by BaseController#fields_for as HTML
25479
+ Rendered base/_user_fields.html.haml (0.4ms)
25480
+ Rendered base/_address_fields.html.haml (0.6ms)
25481
+ Rendered base/_tag_fields.html.haml (0.2ms)
25482
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
25483
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
25484
+  (0.0ms) rollback transaction
25485
+  (0.1ms) begin transaction
25486
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25487
+ Processing by BaseController#fields_for as HTML
25488
+ Rendered base/_user_fields.html.haml (0.4ms)
25489
+ Rendered base/_address_fields.html.haml (0.5ms)
25490
+ Rendered base/_tag_fields.html.haml (0.2ms)
25491
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
25492
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
25493
+  (0.0ms) rollback transaction
25494
+  (0.0ms) begin transaction
25495
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25496
+ Processing by BaseController#fields_for as HTML
25497
+ Rendered base/_user_fields.html.haml (0.7ms)
25498
+ Rendered base/_address_fields.html.haml (1.0ms)
25499
+ Rendered base/_tag_fields.html.haml (0.5ms)
25500
+ Rendered base/fields_for.html.haml within layouts/application (4.1ms)
25501
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
25502
+  (0.0ms) rollback transaction
25503
+  (0.0ms) begin transaction
25504
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25505
+ Processing by BaseController#fields_for as HTML
25506
+ Rendered base/_user_fields.html.haml (0.4ms)
25507
+ Rendered base/_address_fields.html.haml (0.6ms)
25508
+ Rendered base/_tag_fields.html.haml (0.2ms)
25509
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
25510
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
25511
+  (0.0ms) rollback transaction
25512
+  (0.0ms) begin transaction
25513
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25514
+ Processing by BaseController#fields_for as HTML
25515
+ Rendered base/_user_fields.html.haml (2.0ms)
25516
+ Rendered base/_address_fields.html.haml (1.6ms)
25517
+ Rendered base/_tag_fields.html.haml (0.4ms)
25518
+ Rendered base/fields_for.html.haml within layouts/application (6.5ms)
25519
+ Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms)
25520
+  (0.1ms) rollback transaction
25521
+  (0.1ms) begin transaction
25522
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25523
+ Processing by BaseController#fields_for as HTML
25524
+ Rendered base/_user_fields.html.haml (0.5ms)
25525
+ Rendered base/_address_fields.html.haml (0.7ms)
25526
+ Rendered base/_tag_fields.html.haml (0.2ms)
25527
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
25528
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
25529
+  (0.1ms) rollback transaction
25530
+  (0.0ms) begin transaction
25531
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25532
+ Processing by BaseController#fields_for as HTML
25533
+ Rendered base/_user_fields.html.haml (0.8ms)
25534
+ Rendered base/_address_fields.html.haml (1.3ms)
25535
+ Rendered base/_tag_fields.html.haml (0.6ms)
25536
+ Rendered base/fields_for.html.haml within layouts/application (5.4ms)
25537
+ Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)
25538
+  (0.2ms) rollback transaction
25539
+  (0.2ms) begin transaction
25540
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25541
+ Processing by BaseController#fields_for as HTML
25542
+ Rendered base/_user_fields.html.haml (0.9ms)
25543
+ Rendered base/_address_fields.html.haml (1.5ms)
25544
+ Rendered base/_tag_fields.html.haml (0.2ms)
25545
+ Rendered base/fields_for.html.haml within layouts/application (5.2ms)
25546
+ Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.0ms)
25547
+  (0.1ms) rollback transaction
25548
+  (0.1ms) begin transaction
25549
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25550
+ Processing by BaseController#fields_for as HTML
25551
+ Rendered base/_user_fields.html.haml (0.8ms)
25552
+ Rendered base/_address_fields.html.haml (0.8ms)
25553
+ Rendered base/_tag_fields.html.haml (0.2ms)
25554
+ Rendered base/fields_for.html.haml within layouts/application (15.8ms)
25555
+ Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.0ms)
25556
+  (0.1ms) rollback transaction
25557
+  (0.0ms) begin transaction
25558
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25559
+ Processing by BaseController#fields_for as HTML
25560
+ Rendered base/_user_fields.html.haml (0.3ms)
25561
+ Rendered base/_address_fields.html.haml (0.7ms)
25562
+ Rendered base/_tag_fields.html.haml (0.4ms)
25563
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
25564
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
25565
+  (0.0ms) rollback transaction
25566
+  (0.0ms) begin transaction
25567
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25568
+ Processing by BaseController#fields_for as HTML
25569
+ Rendered base/_user_fields.html.haml (0.6ms)
25570
+ Rendered base/_address_fields.html.haml (0.9ms)
25571
+ Rendered base/_tag_fields.html.haml (0.4ms)
25572
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
25573
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
25574
+  (0.0ms) rollback transaction
25575
+  (0.0ms) begin transaction
25576
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25577
+ Processing by BaseController#fields_for as HTML
25578
+ Rendered base/_user_fields.html.haml (0.7ms)
25579
+ Rendered base/_address_fields.html.haml (0.9ms)
25580
+ Rendered base/_tag_fields.html.haml (0.5ms)
25581
+ Rendered base/fields_for.html.haml within layouts/application (4.6ms)
25582
+ Completed 200 OK in 9ms (Views: 6.0ms | ActiveRecord: 0.0ms)
25583
+  (0.0ms) rollback transaction
25584
+  (0.0ms) begin transaction
25585
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25586
+ Processing by BaseController#fields_for_explicit as HTML
25587
+ Rendered base/_user_fields.html.haml (2.2ms)
25588
+ Rendered base/_address_fields.html.haml (2.5ms)
25589
+ Rendered base/_tag_fields.html.haml (0.5ms)
25590
+ Rendered base/fields_for_explicit.html.haml within layouts/application (10.2ms)
25591
+ Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.0ms)
25592
+  (0.1ms) rollback transaction
25593
+  (0.1ms) begin transaction
25594
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25595
+ Processing by BaseController#fields_for_explicit as HTML
25596
+ Rendered base/_user_fields.html.haml (0.7ms)
25597
+ Rendered base/_address_fields.html.haml (0.9ms)
25598
+ Rendered base/_tag_fields.html.haml (0.6ms)
25599
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.7ms)
25600
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
25601
+  (0.0ms) rollback transaction
25602
+  (0.0ms) begin transaction
25603
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25604
+ Processing by BaseController#fields_for_explicit as HTML
25605
+ Rendered base/_user_fields.html.haml (0.9ms)
25606
+ Rendered base/_address_fields.html.haml (0.4ms)
25607
+ Rendered base/_tag_fields.html.haml (0.2ms)
25608
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.3ms)
25609
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
25610
+  (0.0ms) rollback transaction
25611
+  (0.0ms) begin transaction
25612
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:36:37 +0100
25613
+ Processing by BaseController#fields_for_explicit as HTML
25614
+ Rendered base/_user_fields.html.haml (1.4ms)
25615
+ Rendered base/_address_fields.html.haml (1.0ms)
25616
+ Rendered base/_tag_fields.html.haml (0.7ms)
25617
+ Rendered base/fields_for_explicit.html.haml within layouts/application (6.5ms)
25618
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
25619
+  (0.0ms) rollback transaction
25620
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25621
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25622
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
25623
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25624
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
25625
+  (0.1ms) select sqlite_version(*)
25626
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
25627
+  (0.1ms) SELECT version FROM "schema_migrations"
25628
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
25629
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
25630
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
25631
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25632
+  (0.1ms) begin transaction
25633
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25634
+ Processing by BaseController#basic_form as HTML
25635
+ Rendered base/_user_fields.html.haml (2.5ms)
25636
+ Rendered base/basic_form.html.haml within layouts/application (7.3ms)
25637
+ Completed 200 OK in 113ms (Views: 112.7ms | ActiveRecord: 0.0ms)
25638
+  (0.1ms) rollback transaction
25639
+  (0.0ms) begin transaction
25640
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25641
+ Processing by BaseController#basic_form as HTML
25642
+ Rendered base/_user_fields.html.haml (0.3ms)
25643
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
25644
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
25645
+  (0.0ms) rollback transaction
25646
+  (0.1ms) begin transaction
25647
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25648
+ Processing by BaseController#basic_form as HTML
25649
+ Rendered base/_user_fields.html.haml (0.4ms)
25650
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
25651
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
25652
+  (0.0ms) rollback transaction
25653
+  (0.0ms) begin transaction
25654
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25655
+ Processing by BaseController#basic_form as HTML
25656
+ Rendered base/_user_fields.html.haml (0.4ms)
25657
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
25658
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
25659
+  (0.0ms) rollback transaction
25660
+  (0.1ms) begin transaction
25661
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25662
+ Processing by BaseController#basic_form as HTML
25663
+ Rendered base/_user_fields.html.haml (0.3ms)
25664
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
25665
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
25666
+  (0.0ms) rollback transaction
25667
+  (0.0ms) begin transaction
25668
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25669
+ Processing by BaseController#basic_form as HTML
25670
+ Rendered base/_user_fields.html.haml (0.3ms)
25671
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
25672
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
25673
+  (0.1ms) rollback transaction
25674
+  (0.0ms) begin transaction
25675
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25676
+ Processing by BaseController#basic_form as HTML
25677
+ Rendered base/_user_fields.html.haml (0.4ms)
25678
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
25679
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
25680
+  (0.0ms) rollback transaction
25681
+  (0.0ms) begin transaction
25682
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25683
+ Processing by BaseController#basic_form as HTML
25684
+ Rendered base/_user_fields.html.haml (0.3ms)
25685
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
25686
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
25687
+  (0.0ms) rollback transaction
25688
+  (0.0ms) begin transaction
25689
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25690
+ Processing by BaseController#deep_fields_for as HTML
25691
+ Rendered base/_user_fields.html.haml (0.5ms)
25692
+ Rendered base/_tag_fields.html.haml (0.7ms)
25693
+ Rendered base/_address_fields.html.haml (4.3ms)
25694
+ Rendered base/_tag_fields.html.haml (0.2ms)
25695
+ Rendered base/deep_fields_for.html.haml within layouts/application (7.6ms)
25696
+ Completed 200 OK in 38ms (Views: 9.9ms | ActiveRecord: 0.6ms)
25697
+  (0.1ms) rollback transaction
25698
+  (0.0ms) begin transaction
25699
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25700
+ Processing by BaseController#deep_fields_for as HTML
25701
+ Rendered base/_user_fields.html.haml (0.3ms)
25702
+ Rendered base/_tag_fields.html.haml (0.2ms)
25703
+ Rendered base/_address_fields.html.haml (0.9ms)
25704
+ Rendered base/_tag_fields.html.haml (0.1ms)
25705
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
25706
+ Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.0ms)
25707
+  (0.2ms) rollback transaction
25708
+  (0.2ms) begin transaction
25709
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25710
+ Processing by BaseController#deep_fields_for as HTML
25711
+ Rendered base/_user_fields.html.haml (0.5ms)
25712
+ Rendered base/_tag_fields.html.haml (0.2ms)
25713
+ Rendered base/_address_fields.html.haml (0.9ms)
25714
+ Rendered base/_tag_fields.html.haml (0.2ms)
25715
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms)
25716
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
25717
+  (0.0ms) rollback transaction
25718
+  (0.0ms) begin transaction
25719
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25720
+ Processing by BaseController#deep_fields_for as HTML
25721
+ Rendered base/_user_fields.html.haml (0.6ms)
25722
+ Rendered base/_tag_fields.html.haml (0.2ms)
25723
+ Rendered base/_address_fields.html.haml (1.2ms)
25724
+ Rendered base/_tag_fields.html.haml (0.3ms)
25725
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.0ms)
25726
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
25727
+  (0.0ms) rollback transaction
25728
+  (0.0ms) begin transaction
25729
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25730
+ Processing by BaseController#nested_form_gem as HTML
25731
+ Rendered base/_user_fields.html.haml (0.4ms)
25732
+ Rendered base/_address_fields.html.haml (1.5ms)
25733
+ Rendered base/_address_fields.html.haml (1.0ms)
25734
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms)
25735
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
25736
+  (0.0ms) rollback transaction
25737
+  (0.0ms) begin transaction
25738
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25739
+ Processing by BaseController#nested_form_gem as HTML
25740
+ Rendered base/_user_fields.html.haml (0.4ms)
25741
+ Rendered base/_address_fields.html.haml (0.8ms)
25742
+ Rendered base/_address_fields.html.haml (0.7ms)
25743
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
25744
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
25745
+  (0.0ms) rollback transaction
25746
+  (0.0ms) begin transaction
25747
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25748
+ Processing by BaseController#nested_form_gem as HTML
25749
+ Rendered base/_user_fields.html.haml (0.4ms)
25750
+ Rendered base/_address_fields.html.haml (0.8ms)
25751
+ Rendered base/_address_fields.html.haml (0.7ms)
25752
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
25753
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
25754
+  (0.0ms) rollback transaction
25755
+  (0.0ms) begin transaction
25756
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25757
+ Processing by BaseController#nested_form_gem as HTML
25758
+ Rendered base/_user_fields.html.haml (0.4ms)
25759
+ Rendered base/_address_fields.html.haml (0.7ms)
25760
+ Rendered base/_address_fields.html.haml (0.6ms)
25761
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
25762
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
25763
+  (0.0ms) rollback transaction
25764
+  (0.0ms) begin transaction
25765
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25766
+ Processing by BaseController#nested_form_gem as HTML
25767
+ Rendered base/_user_fields.html.haml (0.4ms)
25768
+ Rendered base/_address_fields.html.haml (0.7ms)
25769
+ Rendered base/_address_fields.html.haml (0.7ms)
25770
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
25771
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
25772
+  (0.1ms) rollback transaction
25773
+  (0.1ms) begin transaction
25774
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25775
+ Processing by BaseController#nested_form_gem as HTML
25776
+ Rendered base/_user_fields.html.haml (0.6ms)
25777
+ Rendered base/_address_fields.html.haml (1.2ms)
25778
+ Rendered base/_address_fields.html.haml (0.8ms)
25779
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms)
25780
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
25781
+  (0.1ms) rollback transaction
25782
+  (0.1ms) begin transaction
25783
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25784
+ Processing by BaseController#nested_form_gem as HTML
25785
+ Rendered base/_user_fields.html.haml (0.4ms)
25786
+ Rendered base/_address_fields.html.haml (1.0ms)
25787
+ Rendered base/_address_fields.html.haml (0.8ms)
25788
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
25789
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
25790
+  (0.0ms) rollback transaction
25791
+  (0.1ms) begin transaction
25792
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25793
+ Processing by BaseController#nested_form_gem as HTML
25794
+ Rendered base/_user_fields.html.haml (0.5ms)
25795
+ Rendered base/_address_fields.html.haml (0.7ms)
25796
+ Rendered base/_address_fields.html.haml (0.7ms)
25797
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
25798
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
25799
+  (0.0ms) rollback transaction
25800
+  (0.0ms) begin transaction
25801
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25802
+ Processing by BaseController#nested_form_gem as HTML
25803
+ Rendered base/_user_fields.html.haml (0.4ms)
25804
+ Rendered base/_address_fields.html.haml (0.7ms)
25805
+ Rendered base/_address_fields.html.haml (5.4ms)
25806
+ Rendered base/nested_form_gem.html.haml within layouts/application (8.3ms)
25807
+ Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
25808
+  (0.1ms) rollback transaction
25809
+  (0.0ms) begin transaction
25810
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25811
+ Processing by BaseController#nested_form_gem as HTML
25812
+ Rendered base/_user_fields.html.haml (1.0ms)
25813
+ Rendered base/_address_fields.html.haml (1.1ms)
25814
+ Rendered base/_address_fields.html.haml (1.1ms)
25815
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
25816
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
25817
+  (0.0ms) rollback transaction
25818
+  (0.0ms) begin transaction
25819
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25820
+ Processing by BaseController#nested_form_gem as HTML
25821
+ Parameters: {"inline_link_to_add"=>"true"}
25822
+ Rendered base/_user_fields.html.haml (0.7ms)
25823
+ Rendered base/_address_fields.html.haml (1.3ms)
25824
+ Rendered base/_address_fields.html.haml (0.9ms)
25825
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
25826
+ Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
25827
+  (0.1ms) rollback transaction
25828
+  (0.1ms) begin transaction
25829
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25830
+ Processing by BaseController#nested_form_gem as HTML
25831
+ Parameters: {"inline_link_to_add"=>"true"}
25832
+ Rendered base/_user_fields.html.haml (0.5ms)
25833
+ Rendered base/_address_fields.html.haml (0.9ms)
25834
+ Rendered base/_address_fields.html.haml (0.9ms)
25835
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
25836
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
25837
+  (0.1ms) rollback transaction
25838
+  (0.1ms) begin transaction
25839
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25840
+ Processing by BaseController#nested_form_gem as HTML
25841
+ Rendered base/_user_fields.html.haml (0.5ms)
25842
+ Rendered base/_address_fields.html.haml (0.8ms)
25843
+ Rendered base/_address_fields.html.haml (0.7ms)
25844
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
25845
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
25846
+  (0.0ms) rollback transaction
25847
+  (0.0ms) begin transaction
25848
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25849
+ Processing by BaseController#nested_form_gem as HTML
25850
+ Rendered base/_user_fields.html.haml (0.6ms)
25851
+ Rendered base/_address_fields.html.haml (1.1ms)
25852
+ Rendered base/_address_fields.html.haml (2.6ms)
25853
+ Rendered base/nested_form_gem.html.haml within layouts/application (8.5ms)
25854
+ Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms)
25855
+  (0.1ms) rollback transaction
25856
+  (0.0ms) begin transaction
25857
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25858
+ Processing by BaseController#nested_form_gem as HTML
25859
+ Rendered base/_user_fields.html.haml (0.8ms)
25860
+ Rendered base/_address_fields.html.haml (1.5ms)
25861
+ Rendered base/_address_fields.html.haml (1.0ms)
25862
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms)
25863
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)
25864
+  (0.1ms) rollback transaction
25865
+  (0.4ms) begin transaction
25866
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25867
+ Processing by BaseController#nested_form_gem as HTML
25868
+ Rendered base/_user_fields.html.haml (0.8ms)
25869
+ Rendered base/_address_fields.html.haml (0.9ms)
25870
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
25871
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
25872
+  (0.0ms) rollback transaction
25873
+  (0.0ms) begin transaction
25874
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25875
+ Processing by BaseController#nested_form_gem as HTML
25876
+ Rendered base/_user_fields.html.haml (0.9ms)
25877
+ Rendered base/_address_fields.html.haml (1.6ms)
25878
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
25879
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
25880
+  (0.0ms) rollback transaction
25881
+  (0.0ms) begin transaction
25882
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25883
+ Processing by BaseController#nested_form_gem as HTML
25884
+ Rendered base/_user_fields.html.haml (1.7ms)
25885
+ Rendered base/_address_fields.html.haml (1.7ms)
25886
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
25887
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
25888
+  (0.0ms) rollback transaction
25889
+  (0.2ms) begin transaction
25890
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25891
+ Processing by BaseController#fields_for_explicit as HTML
25892
+ Rendered base/_user_fields.html.haml (0.5ms)
25893
+ Rendered base/_address_fields.html.haml (0.5ms)
25894
+ Rendered base/_tag_fields.html.haml (0.2ms)
25895
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.6ms)
25896
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
25897
+  (0.1ms) rollback transaction
25898
+  (0.0ms) begin transaction
25899
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25900
+ Processing by BaseController#fields_for_explicit as HTML
25901
+ Rendered base/_user_fields.html.haml (0.9ms)
25902
+ Rendered base/_address_fields.html.haml (1.0ms)
25903
+ Rendered base/_tag_fields.html.haml (0.5ms)
25904
+ Rendered base/fields_for_explicit.html.haml within layouts/application (5.3ms)
25905
+ Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)
25906
+  (0.1ms) rollback transaction
25907
+  (0.0ms) begin transaction
25908
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25909
+ Processing by BaseController#fields_for_explicit as HTML
25910
+ Rendered base/_user_fields.html.haml (0.7ms)
25911
+ Rendered base/_address_fields.html.haml (0.9ms)
25912
+ Rendered base/_tag_fields.html.haml (0.3ms)
25913
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.8ms)
25914
+ Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.0ms)
25915
+  (0.0ms) rollback transaction
25916
+  (0.0ms) begin transaction
25917
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25918
+ Processing by BaseController#fields_for_explicit as HTML
25919
+ Rendered base/_user_fields.html.haml (0.5ms)
25920
+ Rendered base/_address_fields.html.haml (0.5ms)
25921
+ Rendered base/_tag_fields.html.haml (0.2ms)
25922
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.4ms)
25923
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25924
+  (0.0ms) rollback transaction
25925
+  (0.0ms) begin transaction
25926
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25927
+ Processing by BaseController#fields_for as HTML
25928
+ Rendered base/_user_fields.html.haml (0.4ms)
25929
+ Rendered base/_address_fields.html.haml (0.6ms)
25930
+ Rendered base/_tag_fields.html.haml (0.3ms)
25931
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
25932
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
25933
+  (0.0ms) rollback transaction
25934
+  (0.0ms) begin transaction
25935
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25936
+ Processing by BaseController#fields_for as HTML
25937
+ Rendered base/_user_fields.html.haml (0.4ms)
25938
+ Rendered base/_address_fields.html.haml (0.5ms)
25939
+ Rendered base/_tag_fields.html.haml (0.2ms)
25940
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
25941
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25942
+  (0.0ms) rollback transaction
25943
+  (0.0ms) begin transaction
25944
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25945
+ Processing by BaseController#fields_for as HTML
25946
+ Rendered base/_user_fields.html.haml (0.4ms)
25947
+ Rendered base/_address_fields.html.haml (0.5ms)
25948
+ Rendered base/_tag_fields.html.haml (0.2ms)
25949
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
25950
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
25951
+  (0.1ms) rollback transaction
25952
+  (0.0ms) begin transaction
25953
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25954
+ Processing by BaseController#fields_for as HTML
25955
+ Rendered base/_user_fields.html.haml (0.4ms)
25956
+ Rendered base/_address_fields.html.haml (0.5ms)
25957
+ Rendered base/_tag_fields.html.haml (0.2ms)
25958
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
25959
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
25960
+  (0.1ms) rollback transaction
25961
+  (0.0ms) begin transaction
25962
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25963
+ Processing by BaseController#fields_for as HTML
25964
+ Rendered base/_user_fields.html.haml (0.3ms)
25965
+ Rendered base/_address_fields.html.haml (0.4ms)
25966
+ Rendered base/_tag_fields.html.haml (0.2ms)
25967
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
25968
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
25969
+  (0.0ms) rollback transaction
25970
+  (0.0ms) begin transaction
25971
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25972
+ Processing by BaseController#fields_for as HTML
25973
+ Rendered base/_user_fields.html.haml (0.3ms)
25974
+ Rendered base/_address_fields.html.haml (0.4ms)
25975
+ Rendered base/_tag_fields.html.haml (0.2ms)
25976
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
25977
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
25978
+  (0.0ms) rollback transaction
25979
+  (0.1ms) begin transaction
25980
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25981
+ Processing by BaseController#fields_for as HTML
25982
+ Rendered base/_user_fields.html.haml (0.4ms)
25983
+ Rendered base/_address_fields.html.haml (0.8ms)
25984
+ Rendered base/_tag_fields.html.haml (0.3ms)
25985
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
25986
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
25987
+  (0.1ms) rollback transaction
25988
+  (0.0ms) begin transaction
25989
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25990
+ Processing by BaseController#fields_for as HTML
25991
+ Rendered base/_user_fields.html.haml (0.4ms)
25992
+ Rendered base/_address_fields.html.haml (0.7ms)
25993
+ Rendered base/_tag_fields.html.haml (0.2ms)
25994
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
25995
+ Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)
25996
+  (0.1ms) rollback transaction
25997
+  (0.1ms) begin transaction
25998
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
25999
+ Processing by BaseController#fields_for as HTML
26000
+ Rendered base/_user_fields.html.haml (0.3ms)
26001
+ Rendered base/_address_fields.html.haml (0.6ms)
26002
+ Rendered base/_tag_fields.html.haml (0.2ms)
26003
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
26004
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
26005
+  (0.0ms) rollback transaction
26006
+  (0.0ms) begin transaction
26007
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26008
+ Processing by BaseController#fields_for as HTML
26009
+ Rendered base/_user_fields.html.haml (0.4ms)
26010
+ Rendered base/_address_fields.html.haml (0.4ms)
26011
+ Rendered base/_tag_fields.html.haml (0.2ms)
26012
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
26013
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
26014
+  (0.0ms) rollback transaction
26015
+  (0.0ms) begin transaction
26016
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26017
+ Processing by BaseController#fields_for as HTML
26018
+ Rendered base/_user_fields.html.haml (0.5ms)
26019
+ Rendered base/_address_fields.html.haml (0.8ms)
26020
+ Rendered base/_tag_fields.html.haml (0.3ms)
26021
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
26022
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
26023
+  (0.0ms) rollback transaction
26024
+  (0.0ms) begin transaction
26025
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26026
+ Processing by BaseController#fields_for as HTML
26027
+ Rendered base/_user_fields.html.haml (0.3ms)
26028
+ Rendered base/_address_fields.html.haml (0.5ms)
26029
+ Rendered base/_tag_fields.html.haml (0.2ms)
26030
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
26031
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
26032
+  (0.0ms) rollback transaction
26033
+  (0.0ms) begin transaction
26034
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26035
+ Processing by BaseController#fields_for as HTML
26036
+ Rendered base/_user_fields.html.haml (0.4ms)
26037
+ Rendered base/_address_fields.html.haml (0.5ms)
26038
+ Rendered base/_tag_fields.html.haml (0.2ms)
26039
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
26040
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
26041
+  (0.0ms) rollback transaction
26042
+  (0.3ms) begin transaction
26043
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26044
+ Processing by BaseController#fields_for as HTML
26045
+ Rendered base/_user_fields.html.haml (0.4ms)
26046
+ Rendered base/_address_fields.html.haml (0.6ms)
26047
+ Rendered base/_tag_fields.html.haml (0.2ms)
26048
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
26049
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
26050
+  (0.0ms) rollback transaction
26051
+  (0.0ms) begin transaction
26052
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26053
+ Processing by BaseController#fields_for as HTML
26054
+ Rendered base/_user_fields.html.haml (0.3ms)
26055
+ Rendered base/_address_fields.html.haml (0.5ms)
26056
+ Rendered base/_tag_fields.html.haml (0.2ms)
26057
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
26058
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
26059
+  (0.0ms) rollback transaction
26060
+  (0.0ms) begin transaction
26061
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26062
+ Processing by BaseController#fields_for as HTML
26063
+ Rendered base/_user_fields.html.haml (0.8ms)
26064
+ Rendered base/_address_fields.html.haml (1.1ms)
26065
+ Rendered base/_tag_fields.html.haml (0.3ms)
26066
+ Rendered base/fields_for.html.haml within layouts/application (4.1ms)
26067
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
26068
+  (0.1ms) rollback transaction
26069
+  (0.0ms) begin transaction
26070
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26071
+ Processing by BaseController#fields_for as HTML
26072
+ Rendered base/_user_fields.html.haml (0.3ms)
26073
+ Rendered base/_address_fields.html.haml (0.6ms)
26074
+ Rendered base/_tag_fields.html.haml (0.2ms)
26075
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
26076
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
26077
+  (0.1ms) rollback transaction
26078
+  (0.1ms) begin transaction
26079
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:22 +0100
26080
+ Processing by BaseController#fields_for as HTML
26081
+ Rendered base/_user_fields.html.haml (0.4ms)
26082
+ Rendered base/_address_fields.html.haml (0.6ms)
26083
+ Rendered base/_tag_fields.html.haml (0.2ms)
26084
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
26085
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26086
+  (0.0ms) rollback transaction
26087
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26088
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
26089
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
26090
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
26091
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
26092
+  (0.1ms) select sqlite_version(*)
26093
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
26094
+  (0.1ms) SELECT version FROM "schema_migrations"
26095
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
26096
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
26097
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
26098
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26099
+  (0.1ms) begin transaction
26100
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26101
+ Processing by BaseController#deep_fields_for as HTML
26102
+ Rendered base/_user_fields.html.haml (2.5ms)
26103
+ Rendered base/_tag_fields.html.haml (0.6ms)
26104
+ Rendered base/_address_fields.html.haml (2.5ms)
26105
+ Rendered base/_tag_fields.html.haml (0.2ms)
26106
+ Rendered base/deep_fields_for.html.haml within layouts/application (19.9ms)
26107
+ Completed 200 OK in 141ms (Views: 117.4ms | ActiveRecord: 0.3ms)
26108
+  (0.1ms) rollback transaction
26109
+  (0.0ms) begin transaction
26110
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26111
+ Processing by BaseController#deep_fields_for as HTML
26112
+ Rendered base/_user_fields.html.haml (0.4ms)
26113
+ Rendered base/_tag_fields.html.haml (0.2ms)
26114
+ Rendered base/_address_fields.html.haml (0.6ms)
26115
+ Rendered base/_tag_fields.html.haml (0.1ms)
26116
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
26117
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
26118
+  (0.0ms) rollback transaction
26119
+  (0.0ms) begin transaction
26120
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26121
+ Processing by BaseController#deep_fields_for as HTML
26122
+ Rendered base/_user_fields.html.haml (0.4ms)
26123
+ Rendered base/_tag_fields.html.haml (0.2ms)
26124
+ Rendered base/_address_fields.html.haml (0.7ms)
26125
+ Rendered base/_tag_fields.html.haml (0.1ms)
26126
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
26127
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
26128
+  (0.0ms) rollback transaction
26129
+  (0.0ms) begin transaction
26130
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26131
+ Processing by BaseController#deep_fields_for as HTML
26132
+ Rendered base/_user_fields.html.haml (0.3ms)
26133
+ Rendered base/_tag_fields.html.haml (0.2ms)
26134
+ Rendered base/_address_fields.html.haml (0.6ms)
26135
+ Rendered base/_tag_fields.html.haml (0.2ms)
26136
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.9ms)
26137
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
26138
+  (0.1ms) rollback transaction
26139
+  (0.1ms) begin transaction
26140
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26141
+ Processing by BaseController#basic_form as HTML
26142
+ Rendered base/_user_fields.html.haml (0.4ms)
26143
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
26144
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26145
+  (0.1ms) rollback transaction
26146
+  (0.0ms) begin transaction
26147
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26148
+ Processing by BaseController#basic_form as HTML
26149
+ Rendered base/_user_fields.html.haml (0.3ms)
26150
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26151
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
26152
+  (0.0ms) rollback transaction
26153
+  (0.1ms) begin transaction
26154
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26155
+ Processing by BaseController#basic_form as HTML
26156
+ Rendered base/_user_fields.html.haml (0.3ms)
26157
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26158
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
26159
+  (0.0ms) rollback transaction
26160
+  (0.0ms) begin transaction
26161
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26162
+ Processing by BaseController#basic_form as HTML
26163
+ Rendered base/_user_fields.html.haml (0.3ms)
26164
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
26165
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
26166
+  (0.0ms) rollback transaction
26167
+  (0.1ms) begin transaction
26168
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26169
+ Processing by BaseController#basic_form as HTML
26170
+ Rendered base/_user_fields.html.haml (0.3ms)
26171
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26172
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
26173
+  (0.0ms) rollback transaction
26174
+  (0.0ms) begin transaction
26175
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26176
+ Processing by BaseController#basic_form as HTML
26177
+ Rendered base/_user_fields.html.haml (0.3ms)
26178
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26179
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
26180
+  (0.0ms) rollback transaction
26181
+  (0.0ms) begin transaction
26182
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26183
+ Processing by BaseController#basic_form as HTML
26184
+ Rendered base/_user_fields.html.haml (0.4ms)
26185
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
26186
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
26187
+  (0.2ms) rollback transaction
26188
+  (0.1ms) begin transaction
26189
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26190
+ Processing by BaseController#basic_form as HTML
26191
+ Rendered base/_user_fields.html.haml (0.5ms)
26192
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
26193
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
26194
+  (0.0ms) rollback transaction
26195
+  (0.1ms) begin transaction
26196
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26197
+ Processing by BaseController#fields_for as HTML
26198
+ Rendered base/_user_fields.html.haml (0.4ms)
26199
+ Rendered base/_address_fields.html.haml (0.6ms)
26200
+ Rendered base/_tag_fields.html.haml (0.2ms)
26201
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
26202
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
26203
+  (0.0ms) rollback transaction
26204
+  (0.0ms) begin transaction
26205
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26206
+ Processing by BaseController#fields_for as HTML
26207
+ Rendered base/_user_fields.html.haml (0.3ms)
26208
+ Rendered base/_address_fields.html.haml (0.5ms)
26209
+ Rendered base/_tag_fields.html.haml (0.2ms)
26210
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
26211
+ Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)
26212
+  (0.0ms) rollback transaction
26213
+  (0.0ms) begin transaction
26214
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26215
+ Processing by BaseController#fields_for as HTML
26216
+ Rendered base/_user_fields.html.haml (0.3ms)
26217
+ Rendered base/_address_fields.html.haml (0.4ms)
26218
+ Rendered base/_tag_fields.html.haml (0.2ms)
26219
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
26220
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
26221
+  (0.0ms) rollback transaction
26222
+  (0.0ms) begin transaction
26223
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26224
+ Processing by BaseController#fields_for as HTML
26225
+ Rendered base/_user_fields.html.haml (0.9ms)
26226
+ Rendered base/_address_fields.html.haml (0.9ms)
26227
+ Rendered base/_tag_fields.html.haml (0.3ms)
26228
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
26229
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.0ms)
26230
+  (0.1ms) rollback transaction
26231
+  (0.1ms) begin transaction
26232
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26233
+ Processing by BaseController#fields_for as HTML
26234
+ Rendered base/_user_fields.html.haml (0.4ms)
26235
+ Rendered base/_address_fields.html.haml (0.6ms)
26236
+ Rendered base/_tag_fields.html.haml (0.2ms)
26237
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
26238
+ Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
26239
+  (0.0ms) rollback transaction
26240
+  (0.0ms) begin transaction
26241
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26242
+ Processing by BaseController#fields_for as HTML
26243
+ Rendered base/_user_fields.html.haml (0.5ms)
26244
+ Rendered base/_address_fields.html.haml (0.6ms)
26245
+ Rendered base/_tag_fields.html.haml (0.2ms)
26246
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
26247
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
26248
+  (0.0ms) rollback transaction
26249
+  (0.0ms) begin transaction
26250
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26251
+ Processing by BaseController#fields_for as HTML
26252
+ Rendered base/_user_fields.html.haml (0.3ms)
26253
+ Rendered base/_address_fields.html.haml (0.4ms)
26254
+ Rendered base/_tag_fields.html.haml (0.2ms)
26255
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
26256
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
26257
+  (0.0ms) rollback transaction
26258
+  (0.0ms) begin transaction
26259
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26260
+ Processing by BaseController#fields_for as HTML
26261
+ Rendered base/_user_fields.html.haml (0.7ms)
26262
+ Rendered base/_address_fields.html.haml (0.9ms)
26263
+ Rendered base/_tag_fields.html.haml (0.2ms)
26264
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
26265
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
26266
+  (0.1ms) rollback transaction
26267
+  (0.0ms) begin transaction
26268
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26269
+ Processing by BaseController#fields_for as HTML
26270
+ Rendered base/_user_fields.html.haml (0.5ms)
26271
+ Rendered base/_address_fields.html.haml (0.7ms)
26272
+ Rendered base/_tag_fields.html.haml (0.3ms)
26273
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
26274
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26275
+  (0.1ms) rollback transaction
26276
+  (0.0ms) begin transaction
26277
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26278
+ Processing by BaseController#fields_for as HTML
26279
+ Rendered base/_user_fields.html.haml (0.6ms)
26280
+ Rendered base/_address_fields.html.haml (0.5ms)
26281
+ Rendered base/_tag_fields.html.haml (0.2ms)
26282
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
26283
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26284
+  (0.0ms) rollback transaction
26285
+  (0.0ms) begin transaction
26286
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26287
+ Processing by BaseController#fields_for as HTML
26288
+ Rendered base/_user_fields.html.haml (0.4ms)
26289
+ Rendered base/_address_fields.html.haml (0.5ms)
26290
+ Rendered base/_tag_fields.html.haml (0.2ms)
26291
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
26292
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
26293
+  (0.0ms) rollback transaction
26294
+  (0.0ms) begin transaction
26295
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26296
+ Processing by BaseController#fields_for as HTML
26297
+ Rendered base/_user_fields.html.haml (0.5ms)
26298
+ Rendered base/_address_fields.html.haml (0.8ms)
26299
+ Rendered base/_tag_fields.html.haml (0.3ms)
26300
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
26301
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
26302
+  (0.1ms) rollback transaction
26303
+  (0.1ms) begin transaction
26304
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26305
+ Processing by BaseController#fields_for as HTML
26306
+ Rendered base/_user_fields.html.haml (0.3ms)
26307
+ Rendered base/_address_fields.html.haml (0.5ms)
26308
+ Rendered base/_tag_fields.html.haml (0.2ms)
26309
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
26310
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
26311
+  (0.0ms) rollback transaction
26312
+  (0.1ms) begin transaction
26313
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26314
+ Processing by BaseController#fields_for as HTML
26315
+ Rendered base/_user_fields.html.haml (0.4ms)
26316
+ Rendered base/_address_fields.html.haml (0.4ms)
26317
+ Rendered base/_tag_fields.html.haml (0.2ms)
26318
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
26319
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
26320
+  (0.1ms) rollback transaction
26321
+  (0.0ms) begin transaction
26322
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26323
+ Processing by BaseController#fields_for as HTML
26324
+ Rendered base/_user_fields.html.haml (0.4ms)
26325
+ Rendered base/_address_fields.html.haml (0.5ms)
26326
+ Rendered base/_tag_fields.html.haml (0.2ms)
26327
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
26328
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
26329
+  (0.0ms) rollback transaction
26330
+  (0.0ms) begin transaction
26331
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26332
+ Processing by BaseController#fields_for as HTML
26333
+ Rendered base/_user_fields.html.haml (0.4ms)
26334
+ Rendered base/_address_fields.html.haml (0.6ms)
26335
+ Rendered base/_tag_fields.html.haml (0.2ms)
26336
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
26337
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26338
+  (0.0ms) rollback transaction
26339
+  (0.1ms) begin transaction
26340
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26341
+ Processing by BaseController#fields_for as HTML
26342
+ Rendered base/_user_fields.html.haml (0.6ms)
26343
+ Rendered base/_address_fields.html.haml (0.9ms)
26344
+ Rendered base/_tag_fields.html.haml (0.2ms)
26345
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
26346
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
26347
+  (0.1ms) rollback transaction
26348
+  (0.1ms) begin transaction
26349
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26350
+ Processing by BaseController#fields_for as HTML
26351
+ Rendered base/_user_fields.html.haml (0.5ms)
26352
+ Rendered base/_address_fields.html.haml (0.8ms)
26353
+ Rendered base/_tag_fields.html.haml (0.2ms)
26354
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
26355
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26356
+  (0.0ms) rollback transaction
26357
+  (0.0ms) begin transaction
26358
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26359
+ Processing by BaseController#fields_for_explicit as HTML
26360
+ Rendered base/_user_fields.html.haml (0.3ms)
26361
+ Rendered base/_address_fields.html.haml (0.5ms)
26362
+ Rendered base/_tag_fields.html.haml (0.3ms)
26363
+ Rendered base/fields_for_explicit.html.haml within layouts/application (29.3ms)
26364
+ Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms)
26365
+  (0.1ms) rollback transaction
26366
+  (0.0ms) begin transaction
26367
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26368
+ Processing by BaseController#fields_for_explicit as HTML
26369
+ Rendered base/_user_fields.html.haml (0.6ms)
26370
+ Rendered base/_address_fields.html.haml (0.7ms)
26371
+ Rendered base/_tag_fields.html.haml (0.1ms)
26372
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.0ms)
26373
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26374
+  (0.0ms) rollback transaction
26375
+  (0.0ms) begin transaction
26376
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26377
+ Processing by BaseController#fields_for_explicit as HTML
26378
+ Rendered base/_user_fields.html.haml (0.4ms)
26379
+ Rendered base/_address_fields.html.haml (0.8ms)
26380
+ Rendered base/_tag_fields.html.haml (0.4ms)
26381
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
26382
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
26383
+  (0.0ms) rollback transaction
26384
+  (0.0ms) begin transaction
26385
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26386
+ Processing by BaseController#fields_for_explicit as HTML
26387
+ Rendered base/_user_fields.html.haml (0.6ms)
26388
+ Rendered base/_address_fields.html.haml (0.9ms)
26389
+ Rendered base/_tag_fields.html.haml (0.2ms)
26390
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.7ms)
26391
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
26392
+  (0.1ms) rollback transaction
26393
+  (0.0ms) begin transaction
26394
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26395
+ Processing by BaseController#nested_form_gem as HTML
26396
+ Rendered base/_user_fields.html.haml (0.6ms)
26397
+ Rendered base/_address_fields.html.haml (1.5ms)
26398
+ Rendered base/_address_fields.html.haml (0.8ms)
26399
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.8ms)
26400
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms)
26401
+  (0.0ms) rollback transaction
26402
+  (0.0ms) begin transaction
26403
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26404
+ Processing by BaseController#nested_form_gem as HTML
26405
+ Rendered base/_user_fields.html.haml (0.6ms)
26406
+ Rendered base/_address_fields.html.haml (0.9ms)
26407
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
26408
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
26409
+  (0.0ms) rollback transaction
26410
+  (0.0ms) begin transaction
26411
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26412
+ Processing by BaseController#nested_form_gem as HTML
26413
+ Rendered base/_user_fields.html.haml (0.4ms)
26414
+ Rendered base/_address_fields.html.haml (0.6ms)
26415
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
26416
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
26417
+  (0.1ms) rollback transaction
26418
+  (0.0ms) begin transaction
26419
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26420
+ Processing by BaseController#nested_form_gem as HTML
26421
+ Rendered base/_user_fields.html.haml (0.6ms)
26422
+ Rendered base/_address_fields.html.haml (0.8ms)
26423
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
26424
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
26425
+  (0.1ms) rollback transaction
26426
+  (0.1ms) begin transaction
26427
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26428
+ Processing by BaseController#nested_form_gem as HTML
26429
+ Rendered base/_user_fields.html.haml (0.4ms)
26430
+ Rendered base/_address_fields.html.haml (0.7ms)
26431
+ Rendered base/_address_fields.html.haml (0.7ms)
26432
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms)
26433
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
26434
+  (0.0ms) rollback transaction
26435
+  (0.0ms) begin transaction
26436
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26437
+ Processing by BaseController#nested_form_gem as HTML
26438
+ Rendered base/_user_fields.html.haml (0.4ms)
26439
+ Rendered base/_address_fields.html.haml (0.7ms)
26440
+ Rendered base/_address_fields.html.haml (0.6ms)
26441
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
26442
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26443
+  (0.1ms) rollback transaction
26444
+  (0.0ms) begin transaction
26445
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26446
+ Processing by BaseController#nested_form_gem as HTML
26447
+ Rendered base/_user_fields.html.haml (0.4ms)
26448
+ Rendered base/_address_fields.html.haml (0.8ms)
26449
+ Rendered base/_address_fields.html.haml (1.4ms)
26450
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
26451
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
26452
+  (0.1ms) rollback transaction
26453
+  (0.1ms) begin transaction
26454
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26455
+ Processing by BaseController#nested_form_gem as HTML
26456
+ Rendered base/_user_fields.html.haml (0.7ms)
26457
+ Rendered base/_address_fields.html.haml (1.3ms)
26458
+ Rendered base/_address_fields.html.haml (0.9ms)
26459
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms)
26460
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
26461
+  (0.1ms) rollback transaction
26462
+  (0.1ms) begin transaction
26463
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26464
+ Processing by BaseController#nested_form_gem as HTML
26465
+ Rendered base/_user_fields.html.haml (1.0ms)
26466
+ Rendered base/_address_fields.html.haml (1.4ms)
26467
+ Rendered base/_address_fields.html.haml (1.4ms)
26468
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.1ms)
26469
+ Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
26470
+  (0.0ms) rollback transaction
26471
+  (0.5ms) begin transaction
26472
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26473
+ Processing by BaseController#nested_form_gem as HTML
26474
+ Rendered base/_user_fields.html.haml (1.2ms)
26475
+ Rendered base/_address_fields.html.haml (2.0ms)
26476
+ Rendered base/_address_fields.html.haml (1.2ms)
26477
+ Rendered base/nested_form_gem.html.haml within layouts/application (8.0ms)
26478
+ Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.0ms)
26479
+  (0.0ms) rollback transaction
26480
+  (0.0ms) begin transaction
26481
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26482
+ Processing by BaseController#nested_form_gem as HTML
26483
+ Rendered base/_user_fields.html.haml (0.8ms)
26484
+ Rendered base/_address_fields.html.haml (1.5ms)
26485
+ Rendered base/_address_fields.html.haml (1.5ms)
26486
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
26487
+ Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)
26488
+  (0.0ms) rollback transaction
26489
+  (0.0ms) begin transaction
26490
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26491
+ Processing by BaseController#nested_form_gem as HTML
26492
+ Rendered base/_user_fields.html.haml (0.6ms)
26493
+ Rendered base/_address_fields.html.haml (0.8ms)
26494
+ Rendered base/_address_fields.html.haml (2.0ms)
26495
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
26496
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
26497
+  (0.0ms) rollback transaction
26498
+  (0.0ms) begin transaction
26499
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:47 +0100
26500
+ Processing by BaseController#nested_form_gem as HTML
26501
+ Rendered base/_user_fields.html.haml (0.3ms)
26502
+ Rendered base/_address_fields.html.haml (0.7ms)
26503
+ Rendered base/_address_fields.html.haml (0.8ms)
26504
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
26505
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
26506
+  (0.1ms) rollback transaction
26507
+  (0.1ms) begin transaction
26508
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:48 +0100
26509
+ Processing by BaseController#nested_form_gem as HTML
26510
+ Rendered base/_user_fields.html.haml (0.8ms)
26511
+ Rendered base/_address_fields.html.haml (1.2ms)
26512
+ Rendered base/_address_fields.html.haml (1.6ms)
26513
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms)
26514
+ Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.0ms)
26515
+  (0.1ms) rollback transaction
26516
+  (0.0ms) begin transaction
26517
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:48 +0100
26518
+ Processing by BaseController#nested_form_gem as HTML
26519
+ Rendered base/_user_fields.html.haml (0.6ms)
26520
+ Rendered base/_address_fields.html.haml (0.9ms)
26521
+ Rendered base/_address_fields.html.haml (0.9ms)
26522
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
26523
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
26524
+  (0.0ms) rollback transaction
26525
+  (0.0ms) begin transaction
26526
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 14:37:48 +0100
26527
+ Processing by BaseController#nested_form_gem as HTML
26528
+ Rendered base/_user_fields.html.haml (0.9ms)
26529
+ Rendered base/_address_fields.html.haml (2.3ms)
26530
+ Rendered base/_address_fields.html.haml (2.1ms)
26531
+ Rendered base/nested_form_gem.html.haml within layouts/application (8.6ms)
26532
+ Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)
26533
+  (0.1ms) rollback transaction
26534
+  (0.0ms) begin transaction
26535
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:48 +0100
26536
+ Processing by BaseController#nested_form_gem as HTML
26537
+ Parameters: {"inline_link_to_add"=>"true"}
26538
+ Rendered base/_user_fields.html.haml (0.7ms)
26539
+ Rendered base/_address_fields.html.haml (0.9ms)
26540
+ Rendered base/_address_fields.html.haml (0.6ms)
26541
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
26542
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
26543
+  (0.0ms) rollback transaction
26544
+  (0.0ms) begin transaction
26545
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 14:37:48 +0100
26546
+ Processing by BaseController#nested_form_gem as HTML
26547
+ Parameters: {"inline_link_to_add"=>"true"}
26548
+ Rendered base/_user_fields.html.haml (0.5ms)
26549
+ Rendered base/_address_fields.html.haml (0.9ms)
26550
+ Rendered base/_address_fields.html.haml (0.7ms)
26551
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
26552
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26553
+  (0.0ms) rollback transaction