strong_form 0.0.1 → 0.0.2
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/README.md +70 -0
- data/Rakefile +5 -8
- data/lib/strong_form/nested_form.rb +5 -2
- data/lib/strong_form/version.rb +1 -1
- data/spec/dummy/app/views/base/nested_form_gem.html.haml +5 -2
- data/spec/dummy/log/test.log +2970 -0
- data/spec/examples.txt +55 -52
- data/spec/features/strong_form_spec.rb +25 -4
- metadata +3 -2
data/spec/dummy/log/test.log
CHANGED
@@ -13926,3 +13926,2973 @@ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
|
13926
13926
|
[1m[35m (0.0ms)[0m rollback transaction
|
13927
13927
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13928
13928
|
[1m[35m (0.0ms)[0m rollback transaction
|
13929
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13930
|
+
[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
|
13931
|
+
[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)
|
13932
|
+
[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
|
13933
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
13934
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
13935
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
13936
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
13937
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
13938
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
13939
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
13940
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
13941
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
13942
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13943
|
+
Processing by BaseController#fields_for as HTML
|
13944
|
+
Rendered base/_user_fields.html.haml (3.0ms)
|
13945
|
+
Rendered base/_address_fields.html.haml (2.2ms)
|
13946
|
+
Rendered base/_tag_fields.html.haml (0.8ms)
|
13947
|
+
Rendered base/fields_for.html.haml within layouts/application (14.8ms)
|
13948
|
+
Completed 200 OK in 173ms (Views: 122.7ms | ActiveRecord: 0.7ms)
|
13949
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13950
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13951
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13952
|
+
Processing by BaseController#fields_for as HTML
|
13953
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
13954
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
13955
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
13956
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
13957
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
13958
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13959
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13960
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13961
|
+
Processing by BaseController#fields_for as HTML
|
13962
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
13963
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
13964
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
13965
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
13966
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13967
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13968
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13969
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13970
|
+
Processing by BaseController#fields_for as HTML
|
13971
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
13972
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
13973
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
13974
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
13975
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
13976
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13977
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13978
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13979
|
+
Processing by BaseController#fields_for as HTML
|
13980
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
13981
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
13982
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
13983
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
13984
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
13985
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13987
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:37 +0200
|
13988
|
+
Processing by BaseController#fields_for as HTML
|
13989
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
13990
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
13991
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
13992
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
13993
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
13994
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13996
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
13997
|
+
Processing by BaseController#fields_for as HTML
|
13998
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
13999
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
14000
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14001
|
+
Rendered base/fields_for.html.haml within layouts/application (3.5ms)
|
14002
|
+
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
14003
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14004
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14005
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14006
|
+
Processing by BaseController#fields_for as HTML
|
14007
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14008
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14009
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14010
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14011
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14012
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14013
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14014
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14015
|
+
Processing by BaseController#fields_for as HTML
|
14016
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14017
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14018
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14019
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14020
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14021
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
14022
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14023
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14024
|
+
Processing by BaseController#fields_for as HTML
|
14025
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14026
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14027
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14028
|
+
Rendered base/fields_for.html.haml within layouts/application (2.3ms)
|
14029
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14030
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14031
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14032
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14033
|
+
Processing by BaseController#fields_for as HTML
|
14034
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14035
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14036
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14037
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14038
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14039
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14041
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14042
|
+
Processing by BaseController#fields_for as HTML
|
14043
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14044
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14045
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14046
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14047
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14048
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14049
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14050
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14051
|
+
Processing by BaseController#fields_for as HTML
|
14052
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14053
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14054
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14055
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14056
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14057
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14059
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14060
|
+
Processing by BaseController#fields_for as HTML
|
14061
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14062
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14063
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14064
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14065
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
14066
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14068
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14069
|
+
Processing by BaseController#fields_for as HTML
|
14070
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14071
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14072
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14073
|
+
Rendered base/fields_for.html.haml within layouts/application (2.3ms)
|
14074
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14075
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14076
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14077
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14078
|
+
Processing by BaseController#fields_for as HTML
|
14079
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14080
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14081
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14082
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14083
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14084
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14086
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14087
|
+
Processing by BaseController#fields_for as HTML
|
14088
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14089
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14090
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14091
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14092
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14093
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14094
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14095
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14096
|
+
Processing by BaseController#fields_for as HTML
|
14097
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14098
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14099
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14100
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
14101
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14102
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14104
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14105
|
+
Processing by BaseController#basic_form as HTML
|
14106
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14107
|
+
Rendered base/basic_form.html.haml within layouts/application (2.2ms)
|
14108
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
14109
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14111
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14112
|
+
Processing by BaseController#basic_form as HTML
|
14113
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14114
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
14115
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
14116
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14118
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14119
|
+
Processing by BaseController#basic_form as HTML
|
14120
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14121
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
14122
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14123
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14124
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14125
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14126
|
+
Processing by BaseController#basic_form as HTML
|
14127
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14128
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
14129
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14131
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14132
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14133
|
+
Processing by BaseController#basic_form as HTML
|
14134
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14135
|
+
Rendered base/basic_form.html.haml within layouts/application (1.0ms)
|
14136
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
14137
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14138
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14139
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14140
|
+
Processing by BaseController#basic_form as HTML
|
14141
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14142
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
14143
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14144
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14146
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14147
|
+
Processing by BaseController#basic_form as HTML
|
14148
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14149
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
14150
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14151
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14152
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14153
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14154
|
+
Processing by BaseController#basic_form as HTML
|
14155
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14156
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
14157
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
14158
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14159
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14160
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14161
|
+
Processing by BaseController#nested_form_gem as HTML
|
14162
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14163
|
+
Rendered base/_address_fields.html.haml (2.9ms)
|
14164
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
14165
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (8.4ms)
|
14166
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
14167
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14169
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14170
|
+
Processing by BaseController#nested_form_gem as HTML
|
14171
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14172
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
14173
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
|
14174
|
+
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
14175
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14177
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14178
|
+
Processing by BaseController#nested_form_gem as HTML
|
14179
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14180
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14181
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
|
14182
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14183
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14185
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14186
|
+
Processing by BaseController#nested_form_gem as HTML
|
14187
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
14188
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14189
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
|
14190
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
14191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14193
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14194
|
+
Processing by BaseController#nested_form_gem as HTML
|
14195
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14196
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14197
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14198
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
|
14199
|
+
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
14200
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14201
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14202
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14203
|
+
Processing by BaseController#nested_form_gem as HTML
|
14204
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14205
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14206
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14207
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
|
14208
|
+
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
14209
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14210
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14211
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14212
|
+
Processing by BaseController#nested_form_gem as HTML
|
14213
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14214
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
14215
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14216
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
|
14217
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
14218
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14219
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14220
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14221
|
+
Processing by BaseController#nested_form_gem as HTML
|
14222
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14223
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14224
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14225
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
14226
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
14227
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14229
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14230
|
+
Processing by BaseController#nested_form_gem as HTML
|
14231
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14232
|
+
Rendered base/_address_fields.html.haml (1.4ms)
|
14233
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
14234
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
|
14235
|
+
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
14236
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14238
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14239
|
+
Processing by BaseController#nested_form_gem as HTML
|
14240
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14241
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14242
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14243
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
|
14244
|
+
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
14245
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14246
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14247
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14248
|
+
Processing by BaseController#nested_form_gem as HTML
|
14249
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14250
|
+
Rendered base/_address_fields.html.haml (1.5ms)
|
14251
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
14252
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms)
|
14253
|
+
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
14254
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14256
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14257
|
+
Processing by BaseController#nested_form_gem as HTML
|
14258
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
14259
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14260
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14261
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
|
14262
|
+
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
14263
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14265
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14266
|
+
Processing by BaseController#nested_form_gem as HTML
|
14267
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14268
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
14269
|
+
Rendered base/_address_fields.html.haml (5.3ms)
|
14270
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (10.1ms)
|
14271
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
14272
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14274
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14275
|
+
Processing by BaseController#nested_form_gem as HTML
|
14276
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14277
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
14278
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14279
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
|
14280
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
14281
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14282
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14283
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14284
|
+
Processing by BaseController#nested_form_gem as HTML
|
14285
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14286
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14287
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14288
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
|
14289
|
+
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
14290
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14291
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14292
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14293
|
+
Processing by BaseController#deep_fields_for as HTML
|
14294
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14295
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
14296
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
14297
|
+
Rendered base/_tag_fields.html.haml (0.6ms)
|
14298
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (6.9ms)
|
14299
|
+
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
14300
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
14301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14302
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14303
|
+
Processing by BaseController#deep_fields_for as HTML
|
14304
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
14305
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14306
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
14307
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14308
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.4ms)
|
14309
|
+
Completed 200 OK in 9ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
14310
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14311
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14312
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14313
|
+
Processing by BaseController#deep_fields_for as HTML
|
14314
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14315
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14316
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
14317
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
14318
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms)
|
14319
|
+
Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
14320
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14322
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:14:38 +0200
|
14323
|
+
Processing by BaseController#deep_fields_for as HTML
|
14324
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14325
|
+
Rendered base/_tag_fields.html.haml (0.5ms)
|
14326
|
+
Rendered base/_address_fields.html.haml (1.7ms)
|
14327
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
14328
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms)
|
14329
|
+
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
14330
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
14331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14332
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14333
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14334
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14336
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14337
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14338
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14340
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14341
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14342
|
+
[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
|
14343
|
+
[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)
|
14344
|
+
[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
|
14345
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14346
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
14347
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14348
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14349
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14350
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14351
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14352
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14354
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14355
|
+
Processing by BaseController#nested_form_gem as HTML
|
14356
|
+
Rendered base/_user_fields.html.haml (2.8ms)
|
14357
|
+
Rendered base/_address_fields.html.haml (3.8ms)
|
14358
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14359
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.2ms)
|
14360
|
+
Completed 200 OK in 147ms (Views: 113.6ms | ActiveRecord: 0.4ms)
|
14361
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14363
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14364
|
+
Processing by BaseController#nested_form_gem as HTML
|
14365
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14366
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14367
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14368
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
|
14369
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14371
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14372
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14373
|
+
Processing by BaseController#nested_form_gem as HTML
|
14374
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14375
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14376
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
|
14377
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14378
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14379
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14380
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14381
|
+
Processing by BaseController#nested_form_gem as HTML
|
14382
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14383
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14384
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
|
14385
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14386
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14388
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14389
|
+
Processing by BaseController#nested_form_gem as HTML
|
14390
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14391
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14392
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
|
14393
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
14394
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14396
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14397
|
+
Processing by BaseController#nested_form_gem as HTML
|
14398
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14399
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14400
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14401
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
|
14402
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
14403
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14404
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14405
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14406
|
+
Processing by BaseController#nested_form_gem as HTML
|
14407
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14408
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14409
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14410
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
|
14411
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14412
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14414
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14415
|
+
Processing by BaseController#nested_form_gem as HTML
|
14416
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14417
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14418
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14419
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
|
14420
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
14421
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14423
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14424
|
+
Processing by BaseController#nested_form_gem as HTML
|
14425
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14426
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14427
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14428
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
|
14429
|
+
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
14430
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14431
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14432
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14433
|
+
Processing by BaseController#nested_form_gem as HTML
|
14434
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14435
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14436
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14437
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
|
14438
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
14439
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14441
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14442
|
+
Processing by BaseController#nested_form_gem as HTML
|
14443
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14444
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14445
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14446
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
|
14447
|
+
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
14448
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14449
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14450
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14451
|
+
Processing by BaseController#nested_form_gem as HTML
|
14452
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14453
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14454
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14455
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
|
14456
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14457
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14458
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14459
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14460
|
+
Processing by BaseController#nested_form_gem as HTML
|
14461
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14462
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14463
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14464
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
|
14465
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
14466
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14468
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14469
|
+
Processing by BaseController#nested_form_gem as HTML
|
14470
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14471
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14472
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14473
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
|
14474
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14475
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14476
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14477
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14478
|
+
Processing by BaseController#nested_form_gem as HTML
|
14479
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14480
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14481
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14482
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
|
14483
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
14484
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14486
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14487
|
+
Processing by BaseController#deep_fields_for as HTML
|
14488
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14489
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
14490
|
+
Rendered base/_address_fields.html.haml (1.9ms)
|
14491
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14492
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.4ms)
|
14493
|
+
Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
14494
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14495
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14496
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14497
|
+
Processing by BaseController#deep_fields_for as HTML
|
14498
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14499
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14500
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14501
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14502
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms)
|
14503
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
14504
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14506
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14507
|
+
Processing by BaseController#deep_fields_for as HTML
|
14508
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14509
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
14510
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14511
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
14512
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
|
14513
|
+
Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14514
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14516
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14517
|
+
Processing by BaseController#deep_fields_for as HTML
|
14518
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14519
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
14520
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14521
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14522
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
|
14523
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14524
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14525
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14526
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14527
|
+
Processing by BaseController#fields_for as HTML
|
14528
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14529
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14530
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14531
|
+
Rendered base/fields_for.html.haml within layouts/application (2.8ms)
|
14532
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
14533
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14535
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14536
|
+
Processing by BaseController#fields_for as HTML
|
14537
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14538
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14539
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
14540
|
+
Rendered base/fields_for.html.haml within layouts/application (3.0ms)
|
14541
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
14542
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14544
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14545
|
+
Processing by BaseController#fields_for as HTML
|
14546
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14547
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14548
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14549
|
+
Rendered base/fields_for.html.haml within layouts/application (2.9ms)
|
14550
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
14551
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14552
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
14553
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14554
|
+
Processing by BaseController#fields_for as HTML
|
14555
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14556
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14557
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
14558
|
+
Rendered base/fields_for.html.haml within layouts/application (3.1ms)
|
14559
|
+
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
14560
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14561
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14562
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14563
|
+
Processing by BaseController#fields_for as HTML
|
14564
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14565
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14566
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
14567
|
+
Rendered base/fields_for.html.haml within layouts/application (3.1ms)
|
14568
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
14569
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14571
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14572
|
+
Processing by BaseController#fields_for as HTML
|
14573
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14574
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14575
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14576
|
+
Rendered base/fields_for.html.haml within layouts/application (2.3ms)
|
14577
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
14578
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14579
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14580
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14581
|
+
Processing by BaseController#fields_for as HTML
|
14582
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14583
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14584
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14585
|
+
Rendered base/fields_for.html.haml within layouts/application (2.5ms)
|
14586
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
14587
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14588
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14589
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14590
|
+
Processing by BaseController#fields_for as HTML
|
14591
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14592
|
+
Rendered base/_address_fields.html.haml (1.4ms)
|
14593
|
+
Rendered base/_tag_fields.html.haml (0.5ms)
|
14594
|
+
Rendered base/fields_for.html.haml within layouts/application (4.4ms)
|
14595
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
14596
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14598
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14599
|
+
Processing by BaseController#fields_for as HTML
|
14600
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14601
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14602
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14603
|
+
Rendered base/fields_for.html.haml within layouts/application (2.6ms)
|
14604
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
14605
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14606
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14607
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14608
|
+
Processing by BaseController#fields_for as HTML
|
14609
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14610
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
14611
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14612
|
+
Rendered base/fields_for.html.haml within layouts/application (3.1ms)
|
14613
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
14614
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14616
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14617
|
+
Processing by BaseController#fields_for as HTML
|
14618
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14619
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14620
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14621
|
+
Rendered base/fields_for.html.haml within layouts/application (3.1ms)
|
14622
|
+
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
14623
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14624
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14625
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14626
|
+
Processing by BaseController#fields_for as HTML
|
14627
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14628
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14629
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14630
|
+
Rendered base/fields_for.html.haml within layouts/application (2.6ms)
|
14631
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14634
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14635
|
+
Processing by BaseController#fields_for as HTML
|
14636
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14637
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14638
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14639
|
+
Rendered base/fields_for.html.haml within layouts/application (2.9ms)
|
14640
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
14641
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14642
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14643
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14644
|
+
Processing by BaseController#fields_for as HTML
|
14645
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14646
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
14647
|
+
Rendered base/_tag_fields.html.haml (0.5ms)
|
14648
|
+
Rendered base/fields_for.html.haml within layouts/application (4.2ms)
|
14649
|
+
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
14650
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14651
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14652
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14653
|
+
Processing by BaseController#fields_for as HTML
|
14654
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14655
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
14656
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14657
|
+
Rendered base/fields_for.html.haml within layouts/application (3.3ms)
|
14658
|
+
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
14659
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14660
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14661
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14662
|
+
Processing by BaseController#fields_for as HTML
|
14663
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14664
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
14665
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14666
|
+
Rendered base/fields_for.html.haml within layouts/application (8.6ms)
|
14667
|
+
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
14668
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14670
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14671
|
+
Processing by BaseController#fields_for as HTML
|
14672
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14673
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14674
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
14675
|
+
Rendered base/fields_for.html.haml within layouts/application (2.6ms)
|
14676
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14677
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14678
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14679
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14680
|
+
Processing by BaseController#fields_for as HTML
|
14681
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
14682
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14683
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14684
|
+
Rendered base/fields_for.html.haml within layouts/application (2.5ms)
|
14685
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14686
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14687
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14688
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14689
|
+
Processing by BaseController#basic_form as HTML
|
14690
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
14691
|
+
Rendered base/basic_form.html.haml within layouts/application (2.3ms)
|
14692
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
14693
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14694
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14695
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14696
|
+
Processing by BaseController#basic_form as HTML
|
14697
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
14698
|
+
Rendered base/basic_form.html.haml within layouts/application (1.6ms)
|
14699
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14700
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14701
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14702
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14703
|
+
Processing by BaseController#basic_form as HTML
|
14704
|
+
Rendered base/_user_fields.html.haml (1.0ms)
|
14705
|
+
Rendered base/basic_form.html.haml within layouts/application (2.3ms)
|
14706
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
14707
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14709
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:09 +0200
|
14710
|
+
Processing by BaseController#basic_form as HTML
|
14711
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14712
|
+
Rendered base/basic_form.html.haml within layouts/application (1.3ms)
|
14713
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
14714
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14715
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14716
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:10 +0200
|
14717
|
+
Processing by BaseController#basic_form as HTML
|
14718
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14719
|
+
Rendered base/basic_form.html.haml within layouts/application (1.4ms)
|
14720
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
14721
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14723
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:10 +0200
|
14724
|
+
Processing by BaseController#basic_form as HTML
|
14725
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14726
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
14727
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14728
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14730
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:10 +0200
|
14731
|
+
Processing by BaseController#basic_form as HTML
|
14732
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14733
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
14734
|
+
Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
14735
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14736
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14737
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-06-28 15:15:10 +0200
|
14738
|
+
Processing by BaseController#basic_form as HTML
|
14739
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14740
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
14741
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
14742
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14744
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14746
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14747
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14748
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14749
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14750
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14751
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14752
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14753
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14754
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
14755
|
+
[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)
|
14756
|
+
[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
|
14757
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14758
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
14759
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14760
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14761
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14762
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14763
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14764
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14766
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 10:59:43 +0200
|
14767
|
+
Processing by BaseController#nested_form_gem as HTML
|
14768
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14769
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (1.6ms)
|
14770
|
+
Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.4ms)
|
14771
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14772
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14773
|
+
[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
|
14774
|
+
[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)
|
14775
|
+
[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
|
14776
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14777
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
14778
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14779
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14780
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14781
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14782
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14783
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14785
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:05:27 +0200
|
14786
|
+
Processing by BaseController#nested_form_gem as HTML
|
14787
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14788
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (1.3ms)
|
14789
|
+
Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.6ms)
|
14790
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14791
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14792
|
+
[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
|
14793
|
+
[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)
|
14794
|
+
[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
|
14795
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14796
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
14797
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14798
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14799
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14800
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14801
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14802
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14803
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14804
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:06:12 +0200
|
14805
|
+
Processing by BaseController#nested_form_gem as HTML
|
14806
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14807
|
+
Rendered base/_user_fields.html.haml (4.2ms)
|
14808
|
+
Rendered base/_address_fields.html.haml (4.8ms)
|
14809
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (20.2ms)
|
14810
|
+
Completed 200 OK in 159ms (Views: 124.4ms | ActiveRecord: 0.5ms)
|
14811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14812
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14813
|
+
[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
|
14814
|
+
[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)
|
14815
|
+
[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
|
14816
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14817
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
14818
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14819
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14820
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14821
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14822
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14823
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.6ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14824
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14825
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:06:39 +0200
|
14826
|
+
Processing by BaseController#nested_form_gem as HTML
|
14827
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14828
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
|
14829
|
+
Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.3ms)
|
14830
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14831
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14832
|
+
[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
|
14833
|
+
[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)
|
14834
|
+
[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
|
14835
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14836
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
14837
|
+
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14838
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14839
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14840
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14841
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14842
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14843
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14844
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:06:55 +0200
|
14845
|
+
Processing by BaseController#nested_form_gem as HTML
|
14846
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14847
|
+
Rendered base/_user_fields.html.haml (2.5ms)
|
14848
|
+
Rendered base/_address_fields.html.haml (4.2ms)
|
14849
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (17.4ms)
|
14850
|
+
Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms)
|
14851
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14852
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14853
|
+
[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
|
14854
|
+
[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)
|
14855
|
+
[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
|
14856
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14857
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
14858
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14859
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14860
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14861
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14862
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14863
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14864
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14865
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:08:32 +0200
|
14866
|
+
Processing by BaseController#nested_form_gem as HTML
|
14867
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
14868
|
+
Rendered base/_user_fields.html.haml (3.2ms)
|
14869
|
+
Rendered base/_address_fields.html.haml (4.0ms)
|
14870
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14871
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (15.5ms)
|
14872
|
+
Completed 200 OK in 150ms (Views: 115.6ms | ActiveRecord: 0.4ms)
|
14873
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14874
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14875
|
+
[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
|
14876
|
+
[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)
|
14877
|
+
[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
|
14878
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
14879
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
14880
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
14881
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
14882
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
14883
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
14884
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
14885
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14886
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14887
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14888
|
+
Processing by BaseController#fields_for as HTML
|
14889
|
+
Rendered base/_user_fields.html.haml (2.8ms)
|
14890
|
+
Rendered base/_address_fields.html.haml (2.1ms)
|
14891
|
+
Rendered base/_tag_fields.html.haml (1.3ms)
|
14892
|
+
Rendered base/fields_for.html.haml within layouts/application (16.2ms)
|
14893
|
+
Completed 200 OK in 169ms (Views: 118.2ms | ActiveRecord: 0.8ms)
|
14894
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14895
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14896
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14897
|
+
Processing by BaseController#fields_for as HTML
|
14898
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14899
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14900
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14901
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14902
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14903
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14905
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14906
|
+
Processing by BaseController#fields_for as HTML
|
14907
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14908
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14909
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14910
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14911
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14912
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14914
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14915
|
+
Processing by BaseController#fields_for as HTML
|
14916
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14917
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14918
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
14919
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14920
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14921
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14922
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14923
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14924
|
+
Processing by BaseController#fields_for as HTML
|
14925
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14926
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14927
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14928
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
14929
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14930
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14932
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14933
|
+
Processing by BaseController#fields_for as HTML
|
14934
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14935
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14936
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14937
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
14938
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14939
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14940
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14941
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14942
|
+
Processing by BaseController#fields_for as HTML
|
14943
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14944
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14945
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14946
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
14947
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
14948
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14949
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14950
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14951
|
+
Processing by BaseController#fields_for as HTML
|
14952
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14953
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
14954
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14955
|
+
Rendered base/fields_for.html.haml within layouts/application (2.5ms)
|
14956
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
14957
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14958
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14959
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14960
|
+
Processing by BaseController#fields_for as HTML
|
14961
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
14962
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
14963
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14964
|
+
Rendered base/fields_for.html.haml within layouts/application (3.2ms)
|
14965
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
14966
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14967
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14968
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14969
|
+
Processing by BaseController#fields_for as HTML
|
14970
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14971
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14972
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14973
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
14974
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
14975
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14977
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14978
|
+
Processing by BaseController#fields_for as HTML
|
14979
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
14980
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14981
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14982
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
14983
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
14984
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14986
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14987
|
+
Processing by BaseController#fields_for as HTML
|
14988
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14989
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
14990
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
14991
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
14992
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
14993
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14994
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14995
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
14996
|
+
Processing by BaseController#fields_for as HTML
|
14997
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
14998
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
14999
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15000
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
15001
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
15002
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15004
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15005
|
+
Processing by BaseController#fields_for as HTML
|
15006
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15007
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15008
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15009
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
15010
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
15011
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15013
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15014
|
+
Processing by BaseController#fields_for as HTML
|
15015
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15016
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15017
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15018
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
15019
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
15020
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15022
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15023
|
+
Processing by BaseController#fields_for as HTML
|
15024
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15025
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15026
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15027
|
+
Rendered base/fields_for.html.haml within layouts/application (2.9ms)
|
15028
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
15029
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15030
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15031
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15032
|
+
Processing by BaseController#fields_for as HTML
|
15033
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15034
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15035
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
15036
|
+
Rendered base/fields_for.html.haml within layouts/application (3.0ms)
|
15037
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
15038
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15040
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15041
|
+
Processing by BaseController#fields_for as HTML
|
15042
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15043
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15044
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15045
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15046
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15047
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15048
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15049
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15050
|
+
Processing by BaseController#basic_form as HTML
|
15051
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15052
|
+
Rendered base/basic_form.html.haml within layouts/application (1.9ms)
|
15053
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
15054
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15055
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15056
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15057
|
+
Processing by BaseController#basic_form as HTML
|
15058
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15059
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
15060
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
15061
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15062
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15063
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15064
|
+
Processing by BaseController#basic_form as HTML
|
15065
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15066
|
+
Rendered base/basic_form.html.haml within layouts/application (1.1ms)
|
15067
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
15068
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15070
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15071
|
+
Processing by BaseController#basic_form as HTML
|
15072
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15073
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
15074
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
15075
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15076
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15077
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15078
|
+
Processing by BaseController#basic_form as HTML
|
15079
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15080
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
15081
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
15082
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15083
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15084
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15085
|
+
Processing by BaseController#basic_form as HTML
|
15086
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15087
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
15088
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
15089
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15090
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15091
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15092
|
+
Processing by BaseController#basic_form as HTML
|
15093
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15094
|
+
Rendered base/basic_form.html.haml within layouts/application (1.1ms)
|
15095
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
15096
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15098
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15099
|
+
Processing by BaseController#basic_form as HTML
|
15100
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15101
|
+
Rendered base/basic_form.html.haml within layouts/application (1.3ms)
|
15102
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
15103
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15104
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15105
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15106
|
+
Processing by BaseController#nested_form_gem as HTML
|
15107
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15108
|
+
Rendered base/_address_fields.html.haml (1.7ms)
|
15109
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15110
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (7.7ms)
|
15111
|
+
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
|
15112
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15114
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15115
|
+
Processing by BaseController#nested_form_gem as HTML
|
15116
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15117
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15118
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15119
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
|
15120
|
+
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
15121
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15122
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15123
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15124
|
+
Processing by BaseController#nested_form_gem as HTML
|
15125
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15126
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15127
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15128
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
|
15129
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
15130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15132
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15133
|
+
Processing by BaseController#nested_form_gem as HTML
|
15134
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15135
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15136
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15137
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
|
15138
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
15139
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15140
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15141
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15142
|
+
Processing by BaseController#nested_form_gem as HTML
|
15143
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15144
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15145
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15146
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
|
15147
|
+
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
15148
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15150
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15151
|
+
Processing by BaseController#nested_form_gem as HTML
|
15152
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15153
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15154
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15155
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
15156
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
15157
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15158
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15159
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15160
|
+
Processing by BaseController#nested_form_gem as HTML
|
15161
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
15162
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15163
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15164
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
|
15165
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
15166
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15167
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15168
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15169
|
+
Processing by BaseController#nested_form_gem as HTML
|
15170
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15171
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15172
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15173
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
|
15174
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
15175
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15177
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15178
|
+
Processing by BaseController#nested_form_gem as HTML
|
15179
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15180
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15181
|
+
Rendered base/_address_fields.html.haml (2.1ms)
|
15182
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.2ms)
|
15183
|
+
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
15184
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15186
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15187
|
+
Processing by BaseController#nested_form_gem as HTML
|
15188
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
15189
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15190
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15191
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
|
15192
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
15193
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15194
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15195
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15196
|
+
Processing by BaseController#nested_form_gem as HTML
|
15197
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15198
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15199
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15200
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15201
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
|
15202
|
+
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
15203
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
15204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15205
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15206
|
+
Processing by BaseController#nested_form_gem as HTML
|
15207
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15208
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
15209
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
15210
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
|
15211
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
15212
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15213
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
15214
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15215
|
+
Processing by BaseController#nested_form_gem as HTML
|
15216
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15217
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15218
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
|
15219
|
+
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
15220
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15221
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15222
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15223
|
+
Processing by BaseController#nested_form_gem as HTML
|
15224
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
15225
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15226
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
15227
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
15228
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15229
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15230
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15231
|
+
Processing by BaseController#nested_form_gem as HTML
|
15232
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15233
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15234
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
|
15235
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
15236
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15238
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15239
|
+
Processing by BaseController#nested_form_gem as HTML
|
15240
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15241
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15242
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15243
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
|
15244
|
+
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
15245
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15246
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15247
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15248
|
+
Processing by BaseController#deep_fields_for as HTML
|
15249
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15250
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
15251
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15252
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15253
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.6ms)
|
15254
|
+
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.0ms)
|
15255
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15256
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15257
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15258
|
+
Processing by BaseController#deep_fields_for as HTML
|
15259
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15260
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
15261
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15262
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
15263
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (3.2ms)
|
15264
|
+
Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
15265
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15267
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15268
|
+
Processing by BaseController#deep_fields_for as HTML
|
15269
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
15270
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15271
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
15272
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
15273
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (3.8ms)
|
15274
|
+
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
15275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15277
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:08:55 +0200
|
15278
|
+
Processing by BaseController#deep_fields_for as HTML
|
15279
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15280
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15281
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15282
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
15283
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.6ms)
|
15284
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
15285
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15286
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15287
|
+
[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
|
15288
|
+
[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)
|
15289
|
+
[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
|
15290
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15291
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15292
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15293
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15294
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15295
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15296
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15297
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15298
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15299
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:10:22 +0200
|
15300
|
+
Processing by BaseController#nested_form_gem as HTML
|
15301
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15302
|
+
Rendered base/_user_fields.html.haml (2.3ms)
|
15303
|
+
Rendered base/_address_fields.html.haml (4.0ms)
|
15304
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.7ms)
|
15305
|
+
Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.6ms)
|
15306
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15307
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15308
|
+
[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
|
15309
|
+
[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)
|
15310
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15311
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15312
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15313
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15314
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15315
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15316
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15317
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15318
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15319
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15320
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:10:50 +0200
|
15321
|
+
Processing by BaseController#nested_form_gem as HTML
|
15322
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15323
|
+
Rendered base/_user_fields.html.haml (2.8ms)
|
15324
|
+
Rendered base/_address_fields.html.haml (4.7ms)
|
15325
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (15.3ms)
|
15326
|
+
Completed 500 Internal Server Error in 56ms (ActiveRecord: 0.5ms)
|
15327
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15328
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15329
|
+
[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
|
15330
|
+
[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)
|
15331
|
+
[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
|
15332
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15333
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15334
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15335
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15336
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15337
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15338
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15339
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15340
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
15341
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:26 +0200
|
15342
|
+
Processing by BaseController#nested_form_gem as HTML
|
15343
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15344
|
+
Rendered base/_user_fields.html.haml (3.4ms)
|
15345
|
+
Rendered base/_address_fields.html.haml (4.5ms)
|
15346
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (18.0ms)
|
15347
|
+
Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.5ms)
|
15348
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15349
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15350
|
+
[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
|
15351
|
+
[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)
|
15352
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15353
|
+
[1m[35m (0.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15354
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15355
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15356
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15357
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15358
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15359
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15360
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15361
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15362
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:38 +0200
|
15363
|
+
Processing by BaseController#nested_form_gem as HTML
|
15364
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15365
|
+
Rendered base/_user_fields.html.haml (3.4ms)
|
15366
|
+
Rendered base/_address_fields.html.haml (4.4ms)
|
15367
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (18.0ms)
|
15368
|
+
Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.5ms)
|
15369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15370
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15371
|
+
[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
|
15372
|
+
[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)
|
15373
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15374
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15375
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15376
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15377
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15378
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15379
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15380
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15381
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15383
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:11:48 +0200
|
15384
|
+
Processing by BaseController#nested_form_gem as HTML
|
15385
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15386
|
+
Rendered base/_user_fields.html.haml (2.5ms)
|
15387
|
+
Rendered base/_address_fields.html.haml (3.3ms)
|
15388
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.7ms)
|
15389
|
+
Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.4ms)
|
15390
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15391
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15392
|
+
[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
|
15393
|
+
[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)
|
15394
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15395
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15396
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15397
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15398
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15399
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15400
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15401
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15402
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15403
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15404
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:11 +0200
|
15405
|
+
Processing by BaseController#nested_form_gem as HTML
|
15406
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15407
|
+
Rendered base/_user_fields.html.haml (2.3ms)
|
15408
|
+
Rendered base/_address_fields.html.haml (4.4ms)
|
15409
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.4ms)
|
15410
|
+
Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms)
|
15411
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15412
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15413
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15414
|
+
[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)
|
15415
|
+
[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
|
15416
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15417
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15418
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15419
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15420
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15421
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15422
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15423
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15424
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
15425
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:41 +0200
|
15426
|
+
Processing by BaseController#nested_form_gem as HTML
|
15427
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15428
|
+
Rendered base/_user_fields.html.haml (3.6ms)
|
15429
|
+
Rendered base/_address_fields.html.haml (4.3ms)
|
15430
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (18.3ms)
|
15431
|
+
Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.7ms)
|
15432
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15433
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15434
|
+
[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
|
15435
|
+
[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)
|
15436
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15437
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15438
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15439
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15440
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15441
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15442
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15443
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15444
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15446
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:12:53 +0200
|
15447
|
+
Processing by BaseController#nested_form_gem as HTML
|
15448
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15449
|
+
Rendered base/_user_fields.html.haml (3.0ms)
|
15450
|
+
Rendered base/_address_fields.html.haml (4.2ms)
|
15451
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (15.2ms)
|
15452
|
+
Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.5ms)
|
15453
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15454
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15455
|
+
[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
|
15456
|
+
[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)
|
15457
|
+
[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
|
15458
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15459
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15460
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15461
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15462
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15463
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15464
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15465
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15466
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15467
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:07 +0200
|
15468
|
+
Processing by BaseController#nested_form_gem as HTML
|
15469
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15470
|
+
Rendered base/_user_fields.html.haml (2.4ms)
|
15471
|
+
Rendered base/_address_fields.html.haml (3.6ms)
|
15472
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.5ms)
|
15473
|
+
Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.5ms)
|
15474
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15475
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15476
|
+
[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
|
15477
|
+
[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)
|
15478
|
+
[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
|
15479
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15480
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15481
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15482
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15483
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15484
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15485
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15486
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15487
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15488
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:26 +0200
|
15489
|
+
Processing by BaseController#nested_form_gem as HTML
|
15490
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15491
|
+
Rendered base/_user_fields.html.haml (2.2ms)
|
15492
|
+
Rendered base/_address_fields.html.haml (4.0ms)
|
15493
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.6ms)
|
15494
|
+
Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.5ms)
|
15495
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15496
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15497
|
+
[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
|
15498
|
+
[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)
|
15499
|
+
[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
|
15500
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15501
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15502
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15503
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15504
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15505
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15506
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15507
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15508
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15509
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:35 +0200
|
15510
|
+
Processing by BaseController#nested_form_gem as HTML
|
15511
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15512
|
+
Rendered base/_user_fields.html.haml (2.2ms)
|
15513
|
+
Rendered base/_address_fields.html.haml (3.7ms)
|
15514
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.6ms)
|
15515
|
+
Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.5ms)
|
15516
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15517
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15518
|
+
[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
|
15519
|
+
[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)
|
15520
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15521
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15522
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
15523
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15524
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15525
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15526
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15527
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15528
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15529
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
15530
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:14:57 +0200
|
15531
|
+
Processing by BaseController#nested_form_gem as HTML
|
15532
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15533
|
+
Rendered base/_user_fields.html.haml (3.6ms)
|
15534
|
+
Rendered base/_address_fields.html.haml (4.0ms)
|
15535
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (15.3ms)
|
15536
|
+
Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.7ms)
|
15537
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15538
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15539
|
+
[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
|
15540
|
+
[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)
|
15541
|
+
[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
|
15542
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15543
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15544
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15545
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15546
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15547
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15548
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15549
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15550
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15551
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:04 +0200
|
15552
|
+
Processing by BaseController#nested_form_gem as HTML
|
15553
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15554
|
+
Rendered base/_user_fields.html.haml (2.3ms)
|
15555
|
+
Rendered base/_address_fields.html.haml (3.8ms)
|
15556
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15557
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.1ms)
|
15558
|
+
Completed 200 OK in 145ms (Views: 107.6ms | ActiveRecord: 0.5ms)
|
15559
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15560
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15561
|
+
[1m[36m (2.5ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15562
|
+
[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)
|
15563
|
+
[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
|
15564
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15565
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
15566
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15567
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15568
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15569
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15570
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15571
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15572
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
15573
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15574
|
+
Processing by BaseController#fields_for as HTML
|
15575
|
+
Rendered base/_user_fields.html.haml (2.4ms)
|
15576
|
+
Rendered base/_address_fields.html.haml (2.0ms)
|
15577
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
15578
|
+
Rendered base/fields_for.html.haml within layouts/application (11.7ms)
|
15579
|
+
Completed 200 OK in 137ms (Views: 106.1ms | ActiveRecord: 0.3ms)
|
15580
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15581
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15582
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15583
|
+
Processing by BaseController#fields_for as HTML
|
15584
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15585
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15586
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15587
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
15588
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
15589
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15590
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
15591
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15592
|
+
Processing by BaseController#fields_for as HTML
|
15593
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15594
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15595
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15596
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15597
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
15598
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15599
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15600
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15601
|
+
Processing by BaseController#fields_for as HTML
|
15602
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15603
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15604
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15605
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15606
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15607
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15608
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15609
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15610
|
+
Processing by BaseController#fields_for as HTML
|
15611
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15612
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15613
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15614
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15615
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
15616
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15617
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15618
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15619
|
+
Processing by BaseController#fields_for as HTML
|
15620
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15621
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15622
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15623
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15624
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15625
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15626
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15627
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15628
|
+
Processing by BaseController#fields_for as HTML
|
15629
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15630
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15631
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15632
|
+
Rendered base/fields_for.html.haml within layouts/application (2.5ms)
|
15633
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
15634
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15635
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15636
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15637
|
+
Processing by BaseController#fields_for as HTML
|
15638
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15639
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15640
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
15641
|
+
Rendered base/fields_for.html.haml within layouts/application (2.6ms)
|
15642
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
15643
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15644
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15645
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15646
|
+
Processing by BaseController#fields_for as HTML
|
15647
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15648
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15649
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15650
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15651
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15652
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15654
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15655
|
+
Processing by BaseController#fields_for as HTML
|
15656
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15657
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15658
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15659
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
15660
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15661
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15662
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15663
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15664
|
+
Processing by BaseController#fields_for as HTML
|
15665
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15666
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15667
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15668
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15669
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15670
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15671
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15672
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15673
|
+
Processing by BaseController#fields_for as HTML
|
15674
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15675
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15676
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15677
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
15678
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15679
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15681
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15682
|
+
Processing by BaseController#fields_for as HTML
|
15683
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15684
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15685
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15686
|
+
Rendered base/fields_for.html.haml within layouts/application (2.5ms)
|
15687
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
15688
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15689
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15690
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15691
|
+
Processing by BaseController#fields_for as HTML
|
15692
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15693
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15694
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15695
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
15696
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
15697
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15699
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15700
|
+
Processing by BaseController#fields_for as HTML
|
15701
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15702
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15703
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15704
|
+
Rendered base/fields_for.html.haml within layouts/application (2.3ms)
|
15705
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
15706
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15707
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15708
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15709
|
+
Processing by BaseController#fields_for as HTML
|
15710
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15711
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15712
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15713
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
15714
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
15715
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15717
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15718
|
+
Processing by BaseController#fields_for as HTML
|
15719
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15720
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
15721
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15722
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
15723
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
15724
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15725
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15726
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15727
|
+
Processing by BaseController#fields_for as HTML
|
15728
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15729
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15730
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15731
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
15732
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
15733
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15735
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15736
|
+
Processing by BaseController#nested_form_gem as HTML
|
15737
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15738
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
15739
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15740
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms)
|
15741
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
15742
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15744
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15745
|
+
Processing by BaseController#nested_form_gem as HTML
|
15746
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15747
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15748
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
15749
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
15750
|
+
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
15751
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15752
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15753
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15754
|
+
Processing by BaseController#nested_form_gem as HTML
|
15755
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15756
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15757
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15758
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
|
15759
|
+
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
15760
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15761
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15762
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15763
|
+
Processing by BaseController#nested_form_gem as HTML
|
15764
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15765
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15766
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15767
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
15768
|
+
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
|
15769
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15770
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
15771
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15772
|
+
Processing by BaseController#nested_form_gem as HTML
|
15773
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15774
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15775
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15776
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
|
15777
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
15778
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15779
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15780
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15781
|
+
Processing by BaseController#nested_form_gem as HTML
|
15782
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
15783
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15784
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
15785
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15786
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
|
15787
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
15788
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15789
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
15790
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15791
|
+
Processing by BaseController#nested_form_gem as HTML
|
15792
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15793
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15794
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
|
15795
|
+
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
15796
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15797
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15798
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15799
|
+
Processing by BaseController#nested_form_gem as HTML
|
15800
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15801
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15802
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
|
15803
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
15804
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15805
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15806
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15807
|
+
Processing by BaseController#nested_form_gem as HTML
|
15808
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15809
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
15810
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms)
|
15811
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
15812
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15814
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15815
|
+
Processing by BaseController#nested_form_gem as HTML
|
15816
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15817
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15818
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15819
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
|
15820
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
15821
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15822
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15823
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15824
|
+
Processing by BaseController#nested_form_gem as HTML
|
15825
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15826
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15827
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
15828
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
|
15829
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
15830
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15831
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15832
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15833
|
+
Processing by BaseController#nested_form_gem as HTML
|
15834
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15835
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
15836
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15837
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
|
15838
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
15839
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15841
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15842
|
+
Processing by BaseController#nested_form_gem as HTML
|
15843
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15844
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15845
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
15846
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
|
15847
|
+
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
15848
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15849
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15850
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15851
|
+
Processing by BaseController#nested_form_gem as HTML
|
15852
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15853
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
15854
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15855
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
|
15856
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
15857
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15859
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15860
|
+
Processing by BaseController#nested_form_gem as HTML
|
15861
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15862
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15863
|
+
Rendered base/_address_fields.html.haml (1.5ms)
|
15864
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.0ms)
|
15865
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
15866
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
15867
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15868
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15869
|
+
Processing by BaseController#nested_form_gem as HTML
|
15870
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15871
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15872
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
15873
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
|
15874
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
15875
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15876
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15877
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15878
|
+
Processing by BaseController#deep_fields_for as HTML
|
15879
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15880
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
15881
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15882
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15883
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (5.0ms)
|
15884
|
+
Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
15885
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15886
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15887
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15888
|
+
Processing by BaseController#deep_fields_for as HTML
|
15889
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15890
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
15891
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
15892
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
15893
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms)
|
15894
|
+
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
15895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15897
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15898
|
+
Processing by BaseController#deep_fields_for as HTML
|
15899
|
+
Rendered base/_user_fields.html.haml (1.1ms)
|
15900
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
15901
|
+
Rendered base/_address_fields.html.haml (1.9ms)
|
15902
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
15903
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (5.1ms)
|
15904
|
+
Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
15905
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15906
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15907
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15908
|
+
Processing by BaseController#deep_fields_for as HTML
|
15909
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
15910
|
+
Rendered base/_tag_fields.html.haml (0.6ms)
|
15911
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
15912
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
15913
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (4.9ms)
|
15914
|
+
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
15915
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15917
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15918
|
+
Processing by BaseController#basic_form as HTML
|
15919
|
+
Rendered base/_user_fields.html.haml (1.1ms)
|
15920
|
+
Rendered base/basic_form.html.haml within layouts/application (3.5ms)
|
15921
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
15922
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15923
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15924
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15925
|
+
Processing by BaseController#basic_form as HTML
|
15926
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
15927
|
+
Rendered base/basic_form.html.haml within layouts/application (1.2ms)
|
15928
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
15929
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
15930
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15931
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15932
|
+
Processing by BaseController#basic_form as HTML
|
15933
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
15934
|
+
Rendered base/basic_form.html.haml within layouts/application (1.2ms)
|
15935
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
15936
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15937
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15938
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15939
|
+
Processing by BaseController#basic_form as HTML
|
15940
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
15941
|
+
Rendered base/basic_form.html.haml within layouts/application (1.1ms)
|
15942
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
15943
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15944
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15945
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15946
|
+
Processing by BaseController#basic_form as HTML
|
15947
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15948
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
15949
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
15950
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15951
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15952
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15953
|
+
Processing by BaseController#basic_form as HTML
|
15954
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15955
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
15956
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
15957
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15958
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15959
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15960
|
+
Processing by BaseController#basic_form as HTML
|
15961
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
15962
|
+
Rendered base/basic_form.html.haml within layouts/application (1.0ms)
|
15963
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
15964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15966
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:09 +0200
|
15967
|
+
Processing by BaseController#basic_form as HTML
|
15968
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
15969
|
+
Rendered base/basic_form.html.haml within layouts/application (1.3ms)
|
15970
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
15971
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15972
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15973
|
+
[1m[36m (2.6ms)[0m [1mCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
15974
|
+
[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)
|
15975
|
+
[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
|
15976
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
15977
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
15978
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
15979
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
15980
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
15981
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
15982
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
15983
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15984
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15985
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
15986
|
+
Processing by BaseController#basic_form as HTML
|
15987
|
+
Rendered base/_user_fields.html.haml (13.5ms)
|
15988
|
+
Rendered base/basic_form.html.haml within layouts/application (19.1ms)
|
15989
|
+
Completed 200 OK in 120ms (Views: 120.0ms | ActiveRecord: 0.0ms)
|
15990
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15992
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
15993
|
+
Processing by BaseController#basic_form as HTML
|
15994
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
15995
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
15996
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
15997
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
15998
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15999
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16000
|
+
Processing by BaseController#basic_form as HTML
|
16001
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16002
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16003
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
16004
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16006
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16007
|
+
Processing by BaseController#basic_form as HTML
|
16008
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16009
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
16010
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
16011
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16013
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16014
|
+
Processing by BaseController#basic_form as HTML
|
16015
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16016
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16017
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
16018
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16019
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16020
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16021
|
+
Processing by BaseController#basic_form as HTML
|
16022
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16023
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16024
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
16025
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16027
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16028
|
+
Processing by BaseController#basic_form as HTML
|
16029
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16030
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16031
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
16032
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16033
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16034
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16035
|
+
Processing by BaseController#basic_form as HTML
|
16036
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16037
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16038
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
16039
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16041
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16042
|
+
Processing by BaseController#deep_fields_for as HTML
|
16043
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16044
|
+
Rendered base/_tag_fields.html.haml (0.6ms)
|
16045
|
+
Rendered base/_address_fields.html.haml (2.9ms)
|
16046
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16047
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (6.5ms)
|
16048
|
+
Completed 200 OK in 28ms (Views: 8.5ms | ActiveRecord: 0.3ms)
|
16049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16051
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16052
|
+
Processing by BaseController#deep_fields_for as HTML
|
16053
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16054
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16055
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16056
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
16057
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
|
16058
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
16059
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16060
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16061
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16062
|
+
Processing by BaseController#deep_fields_for as HTML
|
16063
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16064
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16065
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16066
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16067
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
|
16068
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
16069
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16070
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16071
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16072
|
+
Processing by BaseController#deep_fields_for as HTML
|
16073
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16074
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
16075
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16076
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
16077
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
|
16078
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
16079
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16080
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
16081
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16082
|
+
Processing by BaseController#fields_for as HTML
|
16083
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16084
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16085
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16086
|
+
Rendered base/fields_for.html.haml within layouts/application (2.8ms)
|
16087
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
16088
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16089
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16090
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16091
|
+
Processing by BaseController#fields_for as HTML
|
16092
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16093
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16094
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16095
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16096
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
16097
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16098
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16099
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16100
|
+
Processing by BaseController#fields_for as HTML
|
16101
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16102
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16103
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16104
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
16105
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
16106
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16107
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16108
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16109
|
+
Processing by BaseController#fields_for as HTML
|
16110
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16111
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16112
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16113
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16114
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
16115
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16117
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16118
|
+
Processing by BaseController#fields_for as HTML
|
16119
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16120
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16121
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16122
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16123
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
16124
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16126
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16127
|
+
Processing by BaseController#fields_for as HTML
|
16128
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16129
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16130
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16131
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
16132
|
+
Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
16133
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16135
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16136
|
+
Processing by BaseController#fields_for as HTML
|
16137
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16138
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16139
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16140
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16141
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16144
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16145
|
+
Processing by BaseController#fields_for as HTML
|
16146
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16147
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16148
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16149
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16150
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16151
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16152
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16153
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16154
|
+
Processing by BaseController#fields_for as HTML
|
16155
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16156
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16157
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16158
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16159
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16160
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16161
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16162
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16163
|
+
Processing by BaseController#fields_for as HTML
|
16164
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16165
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16166
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16167
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16168
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
16169
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16170
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16171
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16172
|
+
Processing by BaseController#fields_for as HTML
|
16173
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16174
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16175
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16176
|
+
Rendered base/fields_for.html.haml within layouts/application (2.8ms)
|
16177
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
16178
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16180
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16181
|
+
Processing by BaseController#fields_for as HTML
|
16182
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16183
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16184
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16185
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16186
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
16187
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16189
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16190
|
+
Processing by BaseController#fields_for as HTML
|
16191
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16192
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16193
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16194
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
16195
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
16196
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16198
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16199
|
+
Processing by BaseController#fields_for as HTML
|
16200
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16201
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16202
|
+
Rendered base/_tag_fields.html.haml (23.8ms)
|
16203
|
+
Rendered base/fields_for.html.haml within layouts/application (25.7ms)
|
16204
|
+
Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms)
|
16205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16207
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16208
|
+
Processing by BaseController#fields_for as HTML
|
16209
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16210
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16211
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16212
|
+
Rendered base/fields_for.html.haml within layouts/application (3.3ms)
|
16213
|
+
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
16214
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16215
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16216
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16217
|
+
Processing by BaseController#fields_for as HTML
|
16218
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
16219
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16220
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16221
|
+
Rendered base/fields_for.html.haml within layouts/application (3.9ms)
|
16222
|
+
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
16223
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16225
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16226
|
+
Processing by BaseController#fields_for as HTML
|
16227
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16228
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16229
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16230
|
+
Rendered base/fields_for.html.haml within layouts/application (2.7ms)
|
16231
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
16232
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16233
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16234
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16235
|
+
Processing by BaseController#fields_for as HTML
|
16236
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16237
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16238
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16239
|
+
Rendered base/fields_for.html.haml within layouts/application (2.2ms)
|
16240
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
16241
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16242
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16243
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16244
|
+
Processing by BaseController#nested_form_gem as HTML
|
16245
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16246
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
16247
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16248
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.7ms)
|
16249
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
16250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16252
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16253
|
+
Processing by BaseController#nested_form_gem as HTML
|
16254
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16255
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16256
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
|
16257
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
16258
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16260
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16261
|
+
Processing by BaseController#nested_form_gem as HTML
|
16262
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16263
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16264
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
|
16265
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
16266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16267
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16268
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16269
|
+
Processing by BaseController#nested_form_gem as HTML
|
16270
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16271
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16272
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
|
16273
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
16274
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16276
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16277
|
+
Processing by BaseController#nested_form_gem as HTML
|
16278
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16279
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16280
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16281
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
|
16282
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
16283
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16284
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16285
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16286
|
+
Processing by BaseController#nested_form_gem as HTML
|
16287
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16288
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16289
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16290
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms)
|
16291
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
16292
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16294
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16295
|
+
Processing by BaseController#nested_form_gem as HTML
|
16296
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
16297
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16298
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16299
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16300
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
|
16301
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
16302
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16303
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16304
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16305
|
+
Processing by BaseController#nested_form_gem as HTML
|
16306
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16307
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16308
|
+
Rendered base/_address_fields.html.haml (1.5ms)
|
16309
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
|
16310
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
16311
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16313
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16314
|
+
Processing by BaseController#nested_form_gem as HTML
|
16315
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
16316
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16317
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16318
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
|
16319
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
16320
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16322
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16323
|
+
Processing by BaseController#nested_form_gem as HTML
|
16324
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
16325
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
16326
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
16327
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.0ms)
|
16328
|
+
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
16329
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16331
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16332
|
+
Processing by BaseController#nested_form_gem as HTML
|
16333
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
16334
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16335
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16336
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
|
16337
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
16338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16340
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16341
|
+
Processing by BaseController#nested_form_gem as HTML
|
16342
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16343
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16344
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16345
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
|
16346
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
16347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16349
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16350
|
+
Processing by BaseController#nested_form_gem as HTML
|
16351
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
16352
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16353
|
+
Rendered base/_address_fields.html.haml (1.2ms)
|
16354
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
|
16355
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
16356
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16357
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16358
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16359
|
+
Processing by BaseController#nested_form_gem as HTML
|
16360
|
+
Rendered base/_user_fields.html.haml (1.0ms)
|
16361
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16362
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16363
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
|
16364
|
+
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
16365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16367
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16368
|
+
Processing by BaseController#nested_form_gem as HTML
|
16369
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16370
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16371
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16372
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
|
16373
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
16374
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16376
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:15:37 +0200
|
16377
|
+
Processing by BaseController#nested_form_gem as HTML
|
16378
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16379
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16380
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16381
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
|
16382
|
+
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
16383
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16384
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16385
|
+
[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
|
16386
|
+
[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)
|
16387
|
+
[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
|
16388
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16389
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
16390
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
16391
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
16392
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
16393
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
16394
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
16395
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
16396
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16397
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:17:32 +0200
|
16398
|
+
Processing by BaseController#nested_form_gem as HTML
|
16399
|
+
Rendered base/_user_fields.html.haml (2.2ms)
|
16400
|
+
Rendered base/_address_fields.html.haml (3.9ms)
|
16401
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16402
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (13.2ms)
|
16403
|
+
Completed 200 OK in 141ms (Views: 105.1ms | ActiveRecord: 0.6ms)
|
16404
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16405
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16406
|
+
[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
|
16407
|
+
[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)
|
16408
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
16409
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16410
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
16411
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
16412
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
16413
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
16414
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
16415
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
16416
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
16417
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16418
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:17:43 +0200
|
16419
|
+
Processing by BaseController#nested_form_gem as HTML
|
16420
|
+
Rendered base/_user_fields.html.haml (2.8ms)
|
16421
|
+
Rendered base/_address_fields.html.haml (4.4ms)
|
16422
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16423
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (15.7ms)
|
16424
|
+
Completed 200 OK in 152ms (Views: 115.1ms | ActiveRecord: 0.6ms)
|
16425
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16426
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16427
|
+
[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
|
16428
|
+
[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)
|
16429
|
+
[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
|
16430
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16431
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
16432
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
16433
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
16434
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
16435
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
16436
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
16437
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
16438
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16439
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:04 +0200
|
16440
|
+
Processing by BaseController#nested_form_gem as HTML
|
16441
|
+
Rendered base/_user_fields.html.haml (2.6ms)
|
16442
|
+
Rendered base/_address_fields.html.haml (4.7ms)
|
16443
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16444
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.8ms)
|
16445
|
+
Completed 200 OK in 150ms (Views: 114.8ms | ActiveRecord: 0.5ms)
|
16446
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16447
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16448
|
+
[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
|
16449
|
+
[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)
|
16450
|
+
[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
|
16451
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16452
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
16453
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
16454
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
16455
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
16456
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
16457
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
16458
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
16459
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16460
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:19 +0200
|
16461
|
+
Processing by BaseController#nested_form_gem as HTML
|
16462
|
+
Rendered base/_user_fields.html.haml (2.8ms)
|
16463
|
+
Rendered base/_address_fields.html.haml (4.7ms)
|
16464
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16465
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (14.8ms)
|
16466
|
+
Completed 200 OK in 145ms (Views: 111.1ms | ActiveRecord: 0.5ms)
|
16467
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16468
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16469
|
+
[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
|
16470
|
+
[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)
|
16471
|
+
[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
|
16472
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
16473
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
16474
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
16475
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
16476
|
+
[1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
16477
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
16478
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
16479
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
16480
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16481
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16482
|
+
Processing by BaseController#deep_fields_for as HTML
|
16483
|
+
Rendered base/_user_fields.html.haml (2.2ms)
|
16484
|
+
Rendered base/_tag_fields.html.haml (0.7ms)
|
16485
|
+
Rendered base/_address_fields.html.haml (2.7ms)
|
16486
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16487
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (11.0ms)
|
16488
|
+
Completed 200 OK in 135ms (Views: 100.4ms | ActiveRecord: 0.2ms)
|
16489
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16490
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16491
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16492
|
+
Processing by BaseController#deep_fields_for as HTML
|
16493
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16494
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16495
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16496
|
+
Rendered base/_tag_fields.html.haml (0.1ms)
|
16497
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.7ms)
|
16498
|
+
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
16499
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16500
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16501
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16502
|
+
Processing by BaseController#deep_fields_for as HTML
|
16503
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16504
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16505
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16506
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16507
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.6ms)
|
16508
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
16509
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16510
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16511
|
+
Started GET "/deep_fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16512
|
+
Processing by BaseController#deep_fields_for as HTML
|
16513
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16514
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16515
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16516
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16517
|
+
Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
|
16518
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
16519
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16520
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16521
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16522
|
+
Processing by BaseController#basic_form as HTML
|
16523
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16524
|
+
Rendered base/basic_form.html.haml within layouts/application (1.7ms)
|
16525
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
16526
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16527
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16528
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16529
|
+
Processing by BaseController#basic_form as HTML
|
16530
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16531
|
+
Rendered base/basic_form.html.haml within layouts/application (0.9ms)
|
16532
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
16533
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16535
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16536
|
+
Processing by BaseController#basic_form as HTML
|
16537
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16538
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
16539
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
16540
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16542
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16543
|
+
Processing by BaseController#basic_form as HTML
|
16544
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16545
|
+
Rendered base/basic_form.html.haml within layouts/application (1.2ms)
|
16546
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
16547
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16548
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16549
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16550
|
+
Processing by BaseController#basic_form as HTML
|
16551
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16552
|
+
Rendered base/basic_form.html.haml within layouts/application (0.8ms)
|
16553
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
16554
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16555
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16556
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16557
|
+
Processing by BaseController#basic_form as HTML
|
16558
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16559
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16560
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
16561
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16562
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16563
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16564
|
+
Processing by BaseController#basic_form as HTML
|
16565
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16566
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16567
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
16568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16570
|
+
Started GET "/basic_form" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16571
|
+
Processing by BaseController#basic_form as HTML
|
16572
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16573
|
+
Rendered base/basic_form.html.haml within layouts/application (0.7ms)
|
16574
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
16575
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16577
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16578
|
+
Processing by BaseController#fields_for as HTML
|
16579
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16580
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16581
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16582
|
+
Rendered base/fields_for.html.haml within layouts/application (4.0ms)
|
16583
|
+
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
16584
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16586
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16587
|
+
Processing by BaseController#fields_for as HTML
|
16588
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16589
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16590
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16591
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
16592
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
16593
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16594
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16595
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16596
|
+
Processing by BaseController#fields_for as HTML
|
16597
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16598
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16599
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16600
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
16601
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
16602
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16604
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16605
|
+
Processing by BaseController#fields_for as HTML
|
16606
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16607
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16608
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16609
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16610
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16611
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16612
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16613
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16614
|
+
Processing by BaseController#fields_for as HTML
|
16615
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16616
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16617
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16618
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
16619
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
16620
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16621
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16622
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16623
|
+
Processing by BaseController#fields_for as HTML
|
16624
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16625
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16626
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16627
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16628
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16629
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16630
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16631
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16632
|
+
Processing by BaseController#fields_for as HTML
|
16633
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16634
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16635
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16636
|
+
Rendered base/fields_for.html.haml within layouts/application (1.9ms)
|
16637
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16638
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16639
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16640
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16641
|
+
Processing by BaseController#fields_for as HTML
|
16642
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16643
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16644
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16645
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
16646
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
16647
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16648
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16649
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16650
|
+
Processing by BaseController#fields_for as HTML
|
16651
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16652
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16653
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16654
|
+
Rendered base/fields_for.html.haml within layouts/application (2.1ms)
|
16655
|
+
Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
16656
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16658
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16659
|
+
Processing by BaseController#fields_for as HTML
|
16660
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16661
|
+
Rendered base/_address_fields.html.haml (0.4ms)
|
16662
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16663
|
+
Rendered base/fields_for.html.haml within layouts/application (2.0ms)
|
16664
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
16665
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16666
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16667
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16668
|
+
Processing by BaseController#fields_for as HTML
|
16669
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16670
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16671
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16672
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
16673
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
16674
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16676
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16677
|
+
Processing by BaseController#fields_for as HTML
|
16678
|
+
Rendered base/_user_fields.html.haml (0.3ms)
|
16679
|
+
Rendered base/_address_fields.html.haml (18.9ms)
|
16680
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16681
|
+
Rendered base/fields_for.html.haml within layouts/application (20.9ms)
|
16682
|
+
Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms)
|
16683
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16684
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16685
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16686
|
+
Processing by BaseController#fields_for as HTML
|
16687
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16688
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16689
|
+
Rendered base/_tag_fields.html.haml (0.4ms)
|
16690
|
+
Rendered base/fields_for.html.haml within layouts/application (2.7ms)
|
16691
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
16692
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16693
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16694
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16695
|
+
Processing by BaseController#fields_for as HTML
|
16696
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16697
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16698
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16699
|
+
Rendered base/fields_for.html.haml within layouts/application (2.7ms)
|
16700
|
+
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
16701
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16702
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16703
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16704
|
+
Processing by BaseController#fields_for as HTML
|
16705
|
+
Rendered base/_user_fields.html.haml (0.8ms)
|
16706
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16707
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16708
|
+
Rendered base/fields_for.html.haml within layouts/application (3.0ms)
|
16709
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
16710
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16711
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16712
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16713
|
+
Processing by BaseController#fields_for as HTML
|
16714
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16715
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16716
|
+
Rendered base/_tag_fields.html.haml (0.3ms)
|
16717
|
+
Rendered base/fields_for.html.haml within layouts/application (2.9ms)
|
16718
|
+
Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
16719
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16720
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16721
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16722
|
+
Processing by BaseController#fields_for as HTML
|
16723
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16724
|
+
Rendered base/_address_fields.html.haml (0.5ms)
|
16725
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16726
|
+
Rendered base/fields_for.html.haml within layouts/application (2.4ms)
|
16727
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
16728
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16730
|
+
Started GET "/fields_for" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16731
|
+
Processing by BaseController#fields_for as HTML
|
16732
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16733
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16734
|
+
Rendered base/_tag_fields.html.haml (0.2ms)
|
16735
|
+
Rendered base/fields_for.html.haml within layouts/application (2.8ms)
|
16736
|
+
Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
16737
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16739
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16740
|
+
Processing by BaseController#nested_form_gem as HTML
|
16741
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16742
|
+
Rendered base/_address_fields.html.haml (1.3ms)
|
16743
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16744
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
|
16745
|
+
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
16746
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16747
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16748
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16749
|
+
Processing by BaseController#nested_form_gem as HTML
|
16750
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
16751
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
16752
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16753
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
|
16754
|
+
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.0ms)
|
16755
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16756
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16757
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16758
|
+
Processing by BaseController#nested_form_gem as HTML
|
16759
|
+
Rendered base/_user_fields.html.haml (0.6ms)
|
16760
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16761
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16762
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
|
16763
|
+
Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
16764
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16765
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16766
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16767
|
+
Processing by BaseController#nested_form_gem as HTML
|
16768
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16769
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16770
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16771
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
|
16772
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
16773
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16774
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16775
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16776
|
+
Processing by BaseController#nested_form_gem as HTML
|
16777
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
16778
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
16779
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16780
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms)
|
16781
|
+
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
|
16782
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
16783
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16784
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16785
|
+
Processing by BaseController#nested_form_gem as HTML
|
16786
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16787
|
+
Rendered base/_address_fields.html.haml (1.9ms)
|
16788
|
+
Rendered base/_address_fields.html.haml (1.6ms)
|
16789
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms)
|
16790
|
+
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
16791
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16792
|
+
[1m[36m (6.3ms)[0m [1mbegin transaction[0m
|
16793
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16794
|
+
Processing by BaseController#nested_form_gem as HTML
|
16795
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
16796
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16797
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16798
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms)
|
16799
|
+
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
16800
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16801
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16802
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16803
|
+
Processing by BaseController#nested_form_gem as HTML
|
16804
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16805
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16806
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16807
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
|
16808
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
16809
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16810
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16811
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16812
|
+
Processing by BaseController#nested_form_gem as HTML
|
16813
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
16814
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16815
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
|
16816
|
+
Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
16817
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16819
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16820
|
+
Processing by BaseController#nested_form_gem as HTML
|
16821
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
16822
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16823
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
|
16824
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
16825
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16827
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16828
|
+
Processing by BaseController#nested_form_gem as HTML
|
16829
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
16830
|
+
Rendered base/_address_fields.html.haml (1.5ms)
|
16831
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
|
16832
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
16833
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16834
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16835
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16836
|
+
Processing by BaseController#nested_form_gem as HTML
|
16837
|
+
Rendered base/_user_fields.html.haml (0.7ms)
|
16838
|
+
Rendered base/_address_fields.html.haml (1.0ms)
|
16839
|
+
Rendered base/_address_fields.html.haml (0.6ms)
|
16840
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
|
16841
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
16842
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16843
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16844
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16845
|
+
Processing by BaseController#nested_form_gem as HTML
|
16846
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16847
|
+
Rendered base/_address_fields.html.haml (0.8ms)
|
16848
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16849
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
|
16850
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
16851
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16852
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16853
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16854
|
+
Processing by BaseController#nested_form_gem as HTML
|
16855
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16856
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16857
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16858
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms)
|
16859
|
+
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
16860
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16861
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16862
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16863
|
+
Processing by BaseController#nested_form_gem as HTML
|
16864
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
16865
|
+
Rendered base/_user_fields.html.haml (0.5ms)
|
16866
|
+
Rendered base/_address_fields.html.haml (0.9ms)
|
16867
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16868
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
|
16869
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
16870
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
16871
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16872
|
+
Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16873
|
+
Processing by BaseController#nested_form_gem as HTML
|
16874
|
+
Parameters: {"inline_link_to_add"=>"true"}
|
16875
|
+
Rendered base/_user_fields.html.haml (0.9ms)
|
16876
|
+
Rendered base/_address_fields.html.haml (1.7ms)
|
16877
|
+
Rendered base/_address_fields.html.haml (1.1ms)
|
16878
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (6.3ms)
|
16879
|
+
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
16880
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16881
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16882
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16883
|
+
Processing by BaseController#nested_form_gem as HTML
|
16884
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16885
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16886
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16887
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
|
16888
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
16889
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
16890
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16891
|
+
Started GET "/nested_form_gem" for 127.0.0.1 at 2015-07-02 11:18:24 +0200
|
16892
|
+
Processing by BaseController#nested_form_gem as HTML
|
16893
|
+
Rendered base/_user_fields.html.haml (0.4ms)
|
16894
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16895
|
+
Rendered base/_address_fields.html.haml (0.7ms)
|
16896
|
+
Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
|
16897
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
16898
|
+
[1m[35m (0.0ms)[0m rollback transaction
|