strong_form 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/strong_form/form.rb +14 -7
- data/lib/strong_form/version.rb +1 -1
- data/spec/dummy/app/controllers/base_controller.rb +6 -0
- data/spec/dummy/app/views/base/fields_for_explicit.html.haml +8 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +3300 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/E6haN18CCNhwDqtCBl2Mpdw36x9r9ueGqUWs5VkbbTU.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/GqaM_izIT4HEPtrrNPj4ANWSh8woB-_LdCA8qnBAd68.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/HhLqAaTvuYuwgjUND4mK5eBePxjyKPD64_aN_YMacfI.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NAGh3C2mQEdEaSImUSF06RDZMijLl6U8J2gcPr98NBQ.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/QAU-vbHgg5D5c2OqGQEbvMqbF8DrpkBBYysiKXPtnTU.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TiYC0B8qsZlVddPO1rQyU-8_89k5BCfzYKeyNrvdP5U.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/VguhC2w9-v1gjhSO3Ebw85Km_5BpzzIOPF-U1DXsJGA.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/WdRXDAtbmRw9NcGpokami_cV1EmCGTdVQtM81zUAAK4.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/_755PJXlyHuPZVD39OTDgPWSWiMVLQtyH5LNgULt-8o.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +3 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +2 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/wSf8vKqXPWbfIazZqmHp1Vxib6afMKucOf0932u3eI8.cache +1 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/yOB9v7Yv4mV6xh92Y_4FWXIorQHkty60pktkCG4Tx5k.cache +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/zZx1C1nvQBmUxUZz7VTS6ifX81mMFt1JqGwLPPaGL8E.cache +1 -0
- data/spec/examples.txt +57 -53
- data/spec/features/strong_form_spec.rb +21 -0
- metadata +36 -2
data/spec/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.0ms)[0m rollback transaction
|
23254
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
23255
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
23256
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
23257
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
23258
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
23259
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
23260
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
23261
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
23262
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
23263
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
23264
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
23265
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
23266
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23267
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23269
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23270
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23271
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23273
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23286
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23296
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23316
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23334
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23379
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23415
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23433
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23451
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23460
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23478
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23492
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23499
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23506
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23520
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23527
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23552
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23561
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23579
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23599
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23608
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23617
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23635
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23644
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23662
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23671
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23687
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23695
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
23696
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
23697
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
23698
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
23699
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
23700
|
+
[1m[36m (0.4ms)[0m [1mselect sqlite_version(*)[0m
|
23701
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
23702
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
23703
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
23704
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
23705
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
23706
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
23707
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23716
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23725
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23753
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23763
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23772
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23799
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23808
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23817
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23844
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23852
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23860
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23868
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23886
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23895
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23922
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23940
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23949
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23958
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23967
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23994
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24030
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24044
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
24058
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24065
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24072
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24079
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24096
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24116
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24127
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24128
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24129
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24130
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24131
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24132
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24133
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24135
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24136
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
24137
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
24138
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
24139
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
24140
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
24141
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
24142
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
24143
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
24144
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
24145
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
24146
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
24147
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
24148
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
24149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24152
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24153
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24154
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24155
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24156
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24158
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24159
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24177
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24186
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24215
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24224
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24233
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24241
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24257
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24284
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24311
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24320
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24327
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24334
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24341
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24348
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24369
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24376
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24377
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24379
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24380
|
+
[1m[36m (5.3ms)[0m [1mbegin transaction[0m
|
24381
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24382
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24383
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24393
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24411
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24438
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24447
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24465
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24483
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24492
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24501
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24510
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24528
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24537
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24546
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24556
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24586
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
24587
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
24588
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
24589
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
24590
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
24591
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
24592
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
24593
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
24594
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
24595
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
24596
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
24597
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
24598
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24599
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24601
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24603
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24604
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24605
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24606
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24607
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24608
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24622
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24636
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24643
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24650
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24664
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24665
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24666
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24667
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24668
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24669
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24671
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24672
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24681
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24689
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24714
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24723
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24732
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24741
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24759
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24777
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24786
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24796
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24806
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24815
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24824
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24833
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24843
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24853
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24863
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24873
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24882
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24891
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24909
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24918
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24927
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24936
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24945
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24954
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24963
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24972
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24981
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24990
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24999
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25008
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25017
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25035
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25036
|
+
[1m[36m (2.8ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25037
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25038
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25039
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25040
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25041
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25042
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25043
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25044
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25045
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25046
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25047
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25048
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25049
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25050
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25051
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25052
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25053
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25054
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25055
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25056
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25057
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25058
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25059
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25060
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25062
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25063
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25064
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25065
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25066
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25067
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25068
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25069
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25070
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25071
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25072
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25073
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25074
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25076
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25077
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25078
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25079
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25080
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25081
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25082
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25083
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25084
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25085
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25086
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25087
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25088
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25089
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25090
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25091
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25092
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25093
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25094
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25095
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25096
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
25097
|
+
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25098
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25099
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25100
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25101
|
+
[1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25102
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25103
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25104
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25105
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25106
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25107
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25108
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25109
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25110
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25111
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25112
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25113
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25114
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25115
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25116
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25117
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25144
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25153
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25154
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25155
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25156
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25157
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25158
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25159
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25160
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25161
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25162
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25163
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25164
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25165
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25174
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25183
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25201
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25210
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25230
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25239
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25247
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25263
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25281
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25290
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25299
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25308
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25326
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25333
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25340
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25347
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25354
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25392
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25431
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
25440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25449
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25458
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25476
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25485
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25494
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25503
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25512
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25521
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25530
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
25539
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25548
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25557
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25575
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25584
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25593
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25620
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
25621
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25622
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
25623
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
25624
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
25625
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
25626
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
25627
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
25628
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
25629
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
25630
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
25631
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
25632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25639
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25646
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25660
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25667
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25674
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25688
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
25708
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25718
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25728
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25746
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25755
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25764
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25773
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25782
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25791
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25800
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25809
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25828
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25838
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25847
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25865
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25873
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25881
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25889
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25925
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25934
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25943
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25952
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25961
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25970
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
25979
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25988
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25997
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26015
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26024
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26033
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26042
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26060
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26087
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
26088
|
+
[1m[36m (2.9ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
26089
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
26090
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
26091
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
26092
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
26093
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
26094
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
26095
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
26096
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
26097
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
26098
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
26099
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26129
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26139
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26146
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26153
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26160
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26167
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26174
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
26188
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26195
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26213
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26240
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26258
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26267
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26285
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26294
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26303
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26312
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26339
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26348
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26357
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26393
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26402
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26426
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26435
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26453
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26471
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26489
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26498
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26507
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26525
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|