dynamic-fields-for 1.0.4 → 1.1.0
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.
- data/README.md +41 -0
- data/lib/dynamic-fields-for/feature.rb +4 -1
- data/lib/dynamic-fields-for/version.rb +1 -1
- data/spec/features/dynamic_fields_for_spec.rb +31 -8
- data/spec/rails_app/app/controllers/email_forms_controller.rb +9 -0
- data/spec/rails_app/app/models/email_form.rb +14 -0
- data/spec/rails_app/app/models/recipient.rb +7 -0
- data/spec/rails_app/app/views/email_forms/_form.html.haml +8 -0
- data/spec/rails_app/app/views/email_forms/create.html.haml +2 -0
- data/spec/rails_app/app/views/email_forms/new.html.haml +1 -0
- data/spec/rails_app/config/routes.rb +2 -0
- data/spec/rails_app/log/development.log +102 -0
- data/spec/rails_app/log/test.log +793 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/v3.0/EEYZ9ohW_3n1xeaoBonvyEaRISFHBaBEik8_Oibbz-c.cache +2 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/v3.0/ggMnMQ6G9ZUhTw6B_uuORICPqgjWrXKzX9WoKBGykRk.cache +1 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/v3.0/EEYZ9ohW_3n1xeaoBonvyEaRISFHBaBEik8_Oibbz-c.cache +2 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/v3.0/ggMnMQ6G9ZUhTw6B_uuORICPqgjWrXKzX9WoKBGykRk.cache +1 -0
- data/spec/rails_app/tmp/pids/server.pid +1 -1
- metadata +22 -2
data/spec/rails_app/log/test.log
CHANGED
@@ -15207,3 +15207,796 @@ Processing by UsersController#edit as HTML
|
|
15207
15207
|
Rendered users/edit.html.haml within layouts/application (125.3ms)
|
15208
15208
|
Completed 200 OK in 126ms (Views: 125.9ms | ActiveRecord: 0.1ms)
|
15209
15209
|
Started GET "/assets/application.js" for 127.0.0.1 at 2015-05-26 21:35:26 +0300
|
15210
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:43:13 +0300
|
15211
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:43:13 +0300
|
15212
|
+
Processing by UsersController#edit_without_fields as HTML
|
15213
|
+
Parameters: {"id"=>"953441985"}
|
15214
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (3.6ms)
|
15215
|
+
Completed 200 OK in 203ms (Views: 185.3ms | ActiveRecord: 0.1ms)
|
15216
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:13 +0300
|
15217
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15218
|
+
Processing by UsersController#update as HTML
|
15219
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update without fields", "id"=>"953441985"}
|
15220
|
+
Redirected to http://127.0.0.1:53338/users/953441985/edit
|
15221
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
15222
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15223
|
+
Processing by UsersController#edit as HTML
|
15224
|
+
Parameters: {"id"=>"953441985"}
|
15225
|
+
Rendered users/_form.html.haml (221.9ms)
|
15226
|
+
Rendered users/edit.html.haml within layouts/application (225.8ms)
|
15227
|
+
Completed 200 OK in 227ms (Views: 226.6ms | ActiveRecord: 0.1ms)
|
15228
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15229
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15230
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15231
|
+
Parameters: {"id"=>"953441985"}
|
15232
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (5.3ms)
|
15233
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
|
15234
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15235
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15236
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15237
|
+
Parameters: {"id"=>"953441985"}
|
15238
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (3.7ms)
|
15239
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
|
15240
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15241
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15242
|
+
Processing by UsersController#edit_without_fields as HTML
|
15243
|
+
Parameters: {"id"=>"953441985"}
|
15244
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (0.9ms)
|
15245
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
15246
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15247
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15248
|
+
Processing by UsersController#edit as HTML
|
15249
|
+
Parameters: {"id"=>"953441985"}
|
15250
|
+
Rendered users/_form.html.haml (96.4ms)
|
15251
|
+
Rendered users/edit.html.haml within layouts/application (96.6ms)
|
15252
|
+
Completed 200 OK in 98ms (Views: 97.2ms | ActiveRecord: 0.1ms)
|
15253
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15254
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15255
|
+
Processing by UsersController#events as HTML
|
15256
|
+
Parameters: {"id"=>"953441985"}
|
15257
|
+
Rendered users/events.html.haml within layouts/application (4.4ms)
|
15258
|
+
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms)
|
15259
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15260
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15261
|
+
Processing by UsersController#events as HTML
|
15262
|
+
Parameters: {"id"=>"953441985"}
|
15263
|
+
Rendered users/events.html.haml within layouts/application (3.2ms)
|
15264
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms)
|
15265
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15266
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15267
|
+
Processing by UsersController#new as HTML
|
15268
|
+
Rendered users/_form.html.haml (63.8ms)
|
15269
|
+
Rendered users/new.html.haml within layouts/application (64.5ms)
|
15270
|
+
Completed 200 OK in 72ms (Views: 65.8ms | ActiveRecord: 0.0ms)
|
15271
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15272
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15273
|
+
Processing by UsersController#create as HTML
|
15274
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434627794828"=>{"role_name"=>"new role 0"}, "1434627794863"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15275
|
+
Redirected to http://127.0.0.1:53338/users/953441986/edit
|
15276
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15277
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:43:14 +0300
|
15278
|
+
Processing by UsersController#edit as HTML
|
15279
|
+
Parameters: {"id"=>"953441986"}
|
15280
|
+
Rendered users/_form.html.haml (97.1ms)
|
15281
|
+
Rendered users/edit.html.haml within layouts/application (97.3ms)
|
15282
|
+
Completed 200 OK in 99ms (Views: 97.9ms | ActiveRecord: 0.1ms)
|
15283
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15284
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15285
|
+
Processing by UsersController#edit as HTML
|
15286
|
+
Parameters: {"id"=>"953441985"}
|
15287
|
+
Rendered users/_form.html.haml (97.4ms)
|
15288
|
+
Rendered users/edit.html.haml within layouts/application (97.6ms)
|
15289
|
+
Completed 200 OK in 99ms (Views: 98.2ms | ActiveRecord: 0.1ms)
|
15290
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15291
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15292
|
+
Processing by UsersController#update as HTML
|
15293
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434627795279"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434627795182"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434627795195"=>{"role_name"=>"new role 0"}, "1434627795229"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15294
|
+
Redirected to http://127.0.0.1:53338/users/953441985/edit
|
15295
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.4ms)
|
15296
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15297
|
+
Processing by UsersController#edit as HTML
|
15298
|
+
Parameters: {"id"=>"953441985"}
|
15299
|
+
Rendered users/_form.html.haml (98.0ms)
|
15300
|
+
Rendered users/edit.html.haml within layouts/application (98.2ms)
|
15301
|
+
Completed 200 OK in 100ms (Views: 98.8ms | ActiveRecord: 0.1ms)
|
15302
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15303
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15304
|
+
Processing by UsersController#new as HTML
|
15305
|
+
Rendered users/_form.html.haml (95.2ms)
|
15306
|
+
Rendered users/new.html.haml within layouts/application (95.4ms)
|
15307
|
+
Completed 200 OK in 98ms (Views: 96.2ms | ActiveRecord: 0.0ms)
|
15308
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15309
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15310
|
+
Processing by UsersController#create as HTML
|
15311
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434627795580"=>{"role_name"=>"new role 0"}, "1434627795615"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15312
|
+
Redirected to http://127.0.0.1:53338/users/953441986/edit
|
15313
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15314
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15315
|
+
Processing by UsersController#edit as HTML
|
15316
|
+
Parameters: {"id"=>"953441986"}
|
15317
|
+
Rendered users/_form.html.haml (96.2ms)
|
15318
|
+
Rendered users/edit.html.haml within layouts/application (96.5ms)
|
15319
|
+
Completed 200 OK in 98ms (Views: 97.1ms | ActiveRecord: 0.1ms)
|
15320
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15321
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15322
|
+
Processing by UsersController#edit as HTML
|
15323
|
+
Parameters: {"id"=>"953441985"}
|
15324
|
+
Rendered users/_form.html.haml (96.5ms)
|
15325
|
+
Rendered users/edit.html.haml within layouts/application (96.7ms)
|
15326
|
+
Completed 200 OK in 98ms (Views: 97.3ms | ActiveRecord: 0.1ms)
|
15327
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:15 +0300
|
15328
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:43:16 +0300
|
15329
|
+
Processing by UsersController#update as HTML
|
15330
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434627796023"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434627795924"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434627795936"=>{"role_name"=>"new role 0"}, "1434627796004"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15331
|
+
Redirected to http://127.0.0.1:53338/users/953441985/edit
|
15332
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15333
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:43:16 +0300
|
15334
|
+
Processing by UsersController#edit as HTML
|
15335
|
+
Parameters: {"id"=>"953441985"}
|
15336
|
+
Rendered users/_form.html.haml (95.6ms)
|
15337
|
+
Rendered users/edit.html.haml within layouts/application (95.9ms)
|
15338
|
+
Completed 200 OK in 97ms (Views: 96.5ms | ActiveRecord: 0.1ms)
|
15339
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:43:16 +0300
|
15340
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15341
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15342
|
+
Processing by UsersController#edit_without_fields as HTML
|
15343
|
+
Parameters: {"id"=>"953441985"}
|
15344
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (4.0ms)
|
15345
|
+
Completed 200 OK in 204ms (Views: 185.8ms | ActiveRecord: 0.1ms)
|
15346
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15347
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15348
|
+
Processing by UsersController#update as HTML
|
15349
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update without fields", "id"=>"953441985"}
|
15350
|
+
Redirected to http://127.0.0.1:53480/users/953441985/edit
|
15351
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
15352
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15353
|
+
Processing by UsersController#edit as HTML
|
15354
|
+
Parameters: {"id"=>"953441985"}
|
15355
|
+
Rendered users/_form.html.haml (219.5ms)
|
15356
|
+
Rendered users/edit.html.haml within layouts/application (223.3ms)
|
15357
|
+
Completed 200 OK in 225ms (Views: 224.2ms | ActiveRecord: 0.1ms)
|
15358
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15359
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15360
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15361
|
+
Parameters: {"id"=>"953441985"}
|
15362
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (5.2ms)
|
15363
|
+
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms)
|
15364
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15365
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15366
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15367
|
+
Parameters: {"id"=>"953441985"}
|
15368
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (4.0ms)
|
15369
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)
|
15370
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15371
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15372
|
+
Processing by UsersController#edit_without_fields as HTML
|
15373
|
+
Parameters: {"id"=>"953441985"}
|
15374
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (0.9ms)
|
15375
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
15376
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15377
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15378
|
+
Processing by UsersController#edit as HTML
|
15379
|
+
Parameters: {"id"=>"953441985"}
|
15380
|
+
Rendered users/_form.html.haml (103.3ms)
|
15381
|
+
Rendered users/edit.html.haml within layouts/application (103.5ms)
|
15382
|
+
Completed 200 OK in 105ms (Views: 104.2ms | ActiveRecord: 0.1ms)
|
15383
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15384
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15385
|
+
Processing by UsersController#events as HTML
|
15386
|
+
Parameters: {"id"=>"953441985"}
|
15387
|
+
Rendered users/events.html.haml within layouts/application (4.1ms)
|
15388
|
+
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
|
15389
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15390
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15391
|
+
Processing by UsersController#events as HTML
|
15392
|
+
Parameters: {"id"=>"953441985"}
|
15393
|
+
Rendered users/events.html.haml within layouts/application (3.3ms)
|
15394
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
|
15395
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:51 +0300
|
15396
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15397
|
+
Processing by UsersController#new as HTML
|
15398
|
+
Rendered users/_form.html.haml (65.5ms)
|
15399
|
+
Rendered users/new.html.haml within layouts/application (66.3ms)
|
15400
|
+
Completed 200 OK in 74ms (Views: 67.8ms | ActiveRecord: 0.0ms)
|
15401
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15402
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15403
|
+
Processing by UsersController#create as HTML
|
15404
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434628372163"=>{"role_name"=>"new role 0"}, "1434628372190"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15405
|
+
Redirected to http://127.0.0.1:53480/users/953441986/edit
|
15406
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15407
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15408
|
+
Processing by UsersController#edit as HTML
|
15409
|
+
Parameters: {"id"=>"953441986"}
|
15410
|
+
Rendered users/_form.html.haml (96.4ms)
|
15411
|
+
Rendered users/edit.html.haml within layouts/application (96.6ms)
|
15412
|
+
Completed 200 OK in 98ms (Views: 97.2ms | ActiveRecord: 0.1ms)
|
15413
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15414
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15415
|
+
Processing by UsersController#edit as HTML
|
15416
|
+
Parameters: {"id"=>"953441985"}
|
15417
|
+
Rendered users/_form.html.haml (97.2ms)
|
15418
|
+
Rendered users/edit.html.haml within layouts/application (97.4ms)
|
15419
|
+
Completed 200 OK in 99ms (Views: 98.1ms | ActiveRecord: 0.1ms)
|
15420
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15421
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15422
|
+
Processing by UsersController#update as HTML
|
15423
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434628372578"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434628372492"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434628372502"=>{"role_name"=>"new role 0"}, "1434628372530"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15424
|
+
Redirected to http://127.0.0.1:53480/users/953441985/edit
|
15425
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
|
15426
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15427
|
+
Processing by UsersController#edit as HTML
|
15428
|
+
Parameters: {"id"=>"953441985"}
|
15429
|
+
Rendered users/_form.html.haml (102.5ms)
|
15430
|
+
Rendered users/edit.html.haml within layouts/application (102.8ms)
|
15431
|
+
Completed 200 OK in 104ms (Views: 103.5ms | ActiveRecord: 0.1ms)
|
15432
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15433
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15434
|
+
Processing by UsersController#new as HTML
|
15435
|
+
Rendered users/_form.html.haml (98.8ms)
|
15436
|
+
Rendered users/new.html.haml within layouts/application (99.1ms)
|
15437
|
+
Completed 200 OK in 101ms (Views: 99.8ms | ActiveRecord: 0.0ms)
|
15438
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15439
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15440
|
+
Processing by UsersController#create as HTML
|
15441
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434628372883"=>{"role_name"=>"new role 0"}, "1434628372911"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15442
|
+
Redirected to http://127.0.0.1:53480/users/953441986/edit
|
15443
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15444
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:52:52 +0300
|
15445
|
+
Processing by UsersController#edit as HTML
|
15446
|
+
Parameters: {"id"=>"953441986"}
|
15447
|
+
Rendered users/_form.html.haml (98.0ms)
|
15448
|
+
Rendered users/edit.html.haml within layouts/application (98.2ms)
|
15449
|
+
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.1ms)
|
15450
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15451
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15452
|
+
Processing by UsersController#edit as HTML
|
15453
|
+
Parameters: {"id"=>"953441985"}
|
15454
|
+
Rendered users/_form.html.haml (99.6ms)
|
15455
|
+
Rendered users/edit.html.haml within layouts/application (99.8ms)
|
15456
|
+
Completed 200 OK in 101ms (Views: 100.5ms | ActiveRecord: 0.1ms)
|
15457
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15458
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15459
|
+
Processing by UsersController#update as HTML
|
15460
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434628373302"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434628373216"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434628373226"=>{"role_name"=>"new role 0"}, "1434628373288"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15461
|
+
Redirected to http://127.0.0.1:53480/users/953441985/edit
|
15462
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15463
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15464
|
+
Processing by UsersController#edit as HTML
|
15465
|
+
Parameters: {"id"=>"953441985"}
|
15466
|
+
Rendered users/_form.html.haml (98.5ms)
|
15467
|
+
Rendered users/edit.html.haml within layouts/application (98.8ms)
|
15468
|
+
Completed 200 OK in 100ms (Views: 99.4ms | ActiveRecord: 0.1ms)
|
15469
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:52:53 +0300
|
15470
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15471
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15472
|
+
Processing by UsersController#edit_without_fields as HTML
|
15473
|
+
Parameters: {"id"=>"953441985"}
|
15474
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (3.6ms)
|
15475
|
+
Completed 200 OK in 203ms (Views: 185.3ms | ActiveRecord: 0.1ms)
|
15476
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15477
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15478
|
+
Processing by UsersController#update as HTML
|
15479
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update without fields", "id"=>"953441985"}
|
15480
|
+
Redirected to http://127.0.0.1:53624/users/953441985/edit
|
15481
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
15482
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15483
|
+
Processing by UsersController#edit as HTML
|
15484
|
+
Parameters: {"id"=>"953441985"}
|
15485
|
+
Rendered users/_form.html.haml (174.4ms)
|
15486
|
+
Rendered users/edit.html.haml within layouts/application (207.3ms)
|
15487
|
+
Completed 200 OK in 209ms (Views: 208.2ms | ActiveRecord: 0.1ms)
|
15488
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15489
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15490
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15491
|
+
Parameters: {"id"=>"953441985"}
|
15492
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (4.8ms)
|
15493
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms)
|
15494
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15495
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15496
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15497
|
+
Parameters: {"id"=>"953441985"}
|
15498
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (4.3ms)
|
15499
|
+
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms)
|
15500
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15501
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15502
|
+
Processing by UsersController#edit_without_fields as HTML
|
15503
|
+
Parameters: {"id"=>"953441985"}
|
15504
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (0.9ms)
|
15505
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
15506
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15507
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:46 +0300
|
15508
|
+
Processing by UsersController#edit as HTML
|
15509
|
+
Parameters: {"id"=>"953441985"}
|
15510
|
+
Rendered users/_form.html.haml (99.6ms)
|
15511
|
+
Rendered users/edit.html.haml within layouts/application (99.8ms)
|
15512
|
+
Completed 200 OK in 101ms (Views: 100.4ms | ActiveRecord: 0.1ms)
|
15513
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15514
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15515
|
+
Processing by UsersController#events as HTML
|
15516
|
+
Parameters: {"id"=>"953441985"}
|
15517
|
+
Rendered users/events.html.haml within layouts/application (4.2ms)
|
15518
|
+
Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms)
|
15519
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15520
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15521
|
+
Processing by UsersController#events as HTML
|
15522
|
+
Parameters: {"id"=>"953441985"}
|
15523
|
+
Rendered users/events.html.haml within layouts/application (3.7ms)
|
15524
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
|
15525
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15526
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15527
|
+
Processing by UsersController#new as HTML
|
15528
|
+
Rendered users/_form.html.haml (96.4ms)
|
15529
|
+
Rendered users/new.html.haml within layouts/application (97.1ms)
|
15530
|
+
Completed 200 OK in 100ms (Views: 98.0ms | ActiveRecord: 0.0ms)
|
15531
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15532
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15533
|
+
Processing by UsersController#create as HTML
|
15534
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434628427360"=>{"role_name"=>"new role 0"}, "1434628427424"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15535
|
+
Redirected to http://127.0.0.1:53624/users/953441986/edit
|
15536
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15537
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15538
|
+
Processing by UsersController#edit as HTML
|
15539
|
+
Parameters: {"id"=>"953441986"}
|
15540
|
+
Rendered users/_form.html.haml (95.2ms)
|
15541
|
+
Rendered users/edit.html.haml within layouts/application (95.5ms)
|
15542
|
+
Completed 200 OK in 97ms (Views: 96.1ms | ActiveRecord: 0.1ms)
|
15543
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15544
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15545
|
+
Processing by UsersController#edit as HTML
|
15546
|
+
Parameters: {"id"=>"953441985"}
|
15547
|
+
Rendered users/_form.html.haml (97.2ms)
|
15548
|
+
Rendered users/edit.html.haml within layouts/application (97.5ms)
|
15549
|
+
Completed 200 OK in 99ms (Views: 98.1ms | ActiveRecord: 0.1ms)
|
15550
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15551
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15552
|
+
Processing by UsersController#update as HTML
|
15553
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434628427787"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434628427728"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434628427740"=>{"role_name"=>"new role 0"}, "1434628427770"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15554
|
+
Redirected to http://127.0.0.1:53624/users/953441985/edit
|
15555
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.3ms)
|
15556
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15557
|
+
Processing by UsersController#edit as HTML
|
15558
|
+
Parameters: {"id"=>"953441985"}
|
15559
|
+
Rendered users/_form.html.haml (95.6ms)
|
15560
|
+
Rendered users/edit.html.haml within layouts/application (95.9ms)
|
15561
|
+
Completed 200 OK in 97ms (Views: 96.5ms | ActiveRecord: 0.1ms)
|
15562
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15563
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 14:53:47 +0300
|
15564
|
+
Processing by UsersController#new as HTML
|
15565
|
+
Rendered users/_form.html.haml (96.0ms)
|
15566
|
+
Rendered users/new.html.haml within layouts/application (96.2ms)
|
15567
|
+
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.0ms)
|
15568
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15569
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15570
|
+
Processing by UsersController#create as HTML
|
15571
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434628428077"=>{"role_name"=>"new role 0"}, "1434628428141"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15572
|
+
Redirected to http://127.0.0.1:53624/users/953441986/edit
|
15573
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15574
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15575
|
+
Processing by UsersController#edit as HTML
|
15576
|
+
Parameters: {"id"=>"953441986"}
|
15577
|
+
Rendered users/_form.html.haml (94.8ms)
|
15578
|
+
Rendered users/edit.html.haml within layouts/application (95.0ms)
|
15579
|
+
Completed 200 OK in 96ms (Views: 95.7ms | ActiveRecord: 0.1ms)
|
15580
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15581
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15582
|
+
Processing by UsersController#edit as HTML
|
15583
|
+
Parameters: {"id"=>"953441985"}
|
15584
|
+
Rendered users/_form.html.haml (96.7ms)
|
15585
|
+
Rendered users/edit.html.haml within layouts/application (97.0ms)
|
15586
|
+
Completed 200 OK in 98ms (Views: 97.6ms | ActiveRecord: 0.1ms)
|
15587
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15588
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15589
|
+
Processing by UsersController#update as HTML
|
15590
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434628428506"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434628428446"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434628428458"=>{"role_name"=>"new role 0"}, "1434628428489"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15591
|
+
Redirected to http://127.0.0.1:53624/users/953441985/edit
|
15592
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15593
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15594
|
+
Processing by UsersController#edit as HTML
|
15595
|
+
Parameters: {"id"=>"953441985"}
|
15596
|
+
Rendered users/_form.html.haml (95.4ms)
|
15597
|
+
Rendered users/edit.html.haml within layouts/application (95.7ms)
|
15598
|
+
Completed 200 OK in 97ms (Views: 96.3ms | ActiveRecord: 0.1ms)
|
15599
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:53:48 +0300
|
15600
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:54:10 +0300
|
15601
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:55:36 +0300
|
15602
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:56:21 +0300
|
15603
|
+
Processing by EmailFormsController#new as HTML
|
15604
|
+
Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms)
|
15605
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:57:21 +0300
|
15606
|
+
Processing by EmailFormsController#new as HTML
|
15607
|
+
Rendered email_forms/_form.html.haml (33.2ms)
|
15608
|
+
Rendered email_forms/new.html.haml within layouts/application (37.3ms)
|
15609
|
+
Completed 500 Internal Server Error in 100ms (ActiveRecord: 0.0ms)
|
15610
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 14:58:21 +0300
|
15611
|
+
Processing by EmailFormsController#new as HTML
|
15612
|
+
Rendered email_forms/_form.html.haml (29.0ms)
|
15613
|
+
Rendered email_forms/new.html.haml within layouts/application (33.1ms)
|
15614
|
+
Completed 200 OK in 254ms (Views: 196.8ms | ActiveRecord: 0.0ms)
|
15615
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 14:58:21 +0300
|
15616
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15617
|
+
Processing by UsersController#edit as HTML
|
15618
|
+
Parameters: {"id"=>"953441985"}
|
15619
|
+
Rendered users/_form.html.haml (189.4ms)
|
15620
|
+
Rendered users/edit.html.haml within layouts/application (193.6ms)
|
15621
|
+
Completed 200 OK in 362ms (Views: 344.6ms | ActiveRecord: 0.2ms)
|
15622
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15623
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15624
|
+
Processing by UsersController#update as HTML
|
15625
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434629119756"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434629119676"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434629119686"=>{"role_name"=>"new role 0"}, "1434629119742"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15626
|
+
Redirected to http://127.0.0.1:54309/users/953441985/edit
|
15627
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.4ms)
|
15628
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15629
|
+
Processing by UsersController#edit as HTML
|
15630
|
+
Parameters: {"id"=>"953441985"}
|
15631
|
+
Rendered users/_form.html.haml (94.8ms)
|
15632
|
+
Rendered users/edit.html.haml within layouts/application (95.0ms)
|
15633
|
+
Completed 200 OK in 96ms (Views: 95.6ms | ActiveRecord: 0.1ms)
|
15634
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15635
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:05:19 +0300
|
15636
|
+
Processing by UsersController#edit as HTML
|
15637
|
+
Parameters: {"id"=>"953441985"}
|
15638
|
+
Rendered users/_form.html.haml (99.5ms)
|
15639
|
+
Rendered users/edit.html.haml within layouts/application (99.7ms)
|
15640
|
+
Completed 200 OK in 101ms (Views: 100.3ms | ActiveRecord: 0.1ms)
|
15641
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:20 +0300
|
15642
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:05:20 +0300
|
15643
|
+
Processing by UsersController#update as HTML
|
15644
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434629120114"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434629120068"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434629120078"=>{"role_name"=>"new role 0"}, "1434629120102"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15645
|
+
Redirected to http://127.0.0.1:54309/users/953441985/edit
|
15646
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15647
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:05:20 +0300
|
15648
|
+
Processing by UsersController#edit as HTML
|
15649
|
+
Parameters: {"id"=>"953441985"}
|
15650
|
+
Rendered users/_form.html.haml (94.2ms)
|
15651
|
+
Rendered users/edit.html.haml within layouts/application (94.4ms)
|
15652
|
+
Completed 200 OK in 96ms (Views: 95.0ms | ActiveRecord: 0.1ms)
|
15653
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:20 +0300
|
15654
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:05:26 +0300
|
15655
|
+
Processing by EmailFormsController#new as HTML
|
15656
|
+
Rendered email_forms/_form.html.haml (7.8ms)
|
15657
|
+
Rendered email_forms/new.html.haml within layouts/application (32.8ms)
|
15658
|
+
Completed 200 OK in 242ms (Views: 185.3ms | ActiveRecord: 0.0ms)
|
15659
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:26 +0300
|
15660
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:05:45 +0300
|
15661
|
+
Processing by EmailFormsController#new as HTML
|
15662
|
+
Rendered email_forms/_form.html.haml (7.7ms)
|
15663
|
+
Rendered email_forms/new.html.haml within layouts/application (33.0ms)
|
15664
|
+
Completed 200 OK in 242ms (Views: 183.9ms | ActiveRecord: 0.0ms)
|
15665
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:05:45 +0300
|
15666
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:09:32 +0300
|
15667
|
+
Processing by EmailFormsController#new as HTML
|
15668
|
+
Rendered email_forms/_form.html.haml (29.3ms)
|
15669
|
+
Rendered email_forms/new.html.haml within layouts/application (33.8ms)
|
15670
|
+
Completed 200 OK in 248ms (Views: 187.9ms | ActiveRecord: 0.0ms)
|
15671
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:09:32 +0300
|
15672
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:10:21 +0300
|
15673
|
+
Processing by EmailFormsController#new as HTML
|
15674
|
+
Rendered email_forms/_form.html.haml (7.9ms)
|
15675
|
+
Rendered email_forms/new.html.haml within layouts/application (32.7ms)
|
15676
|
+
Completed 200 OK in 242ms (Views: 185.2ms | ActiveRecord: 0.0ms)
|
15677
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:10:21 +0300
|
15678
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:11:08 +0300
|
15679
|
+
Processing by EmailFormsController#new as HTML
|
15680
|
+
Rendered email_forms/_form.html.haml (28.7ms)
|
15681
|
+
Rendered email_forms/new.html.haml within layouts/application (32.8ms)
|
15682
|
+
Completed 200 OK in 245ms (Views: 186.3ms | ActiveRecord: 0.0ms)
|
15683
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:11:08 +0300
|
15684
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:11:08 +0300
|
15685
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:12:11 +0300
|
15686
|
+
Processing by EmailFormsController#new as HTML
|
15687
|
+
Rendered email_forms/_form.html.haml (8.0ms)
|
15688
|
+
Rendered email_forms/new.html.haml within layouts/application (34.7ms)
|
15689
|
+
Completed 200 OK in 249ms (Views: 188.9ms | ActiveRecord: 0.0ms)
|
15690
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:12 +0300
|
15691
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:12:12 +0300
|
15692
|
+
Processing by EmailFormsController#create as HTML
|
15693
|
+
Parameters: {"utf8"=>"✓", "email_form"=>{"recipients_attributes"=>{"1434629532209"=>{"email"=>"email0@qwerty.com"}, "1434629532215"=>{"email"=>"email1@qwerty.com"}}}, "commit"=>"Create Email form"}
|
15694
|
+
Rendered email_forms/create.html.haml within layouts/application (0.6ms)
|
15695
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
15696
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:12 +0300
|
15697
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:12:25 +0300
|
15698
|
+
Processing by EmailFormsController#new as HTML
|
15699
|
+
Rendered email_forms/_form.html.haml (28.7ms)
|
15700
|
+
Rendered email_forms/new.html.haml within layouts/application (32.8ms)
|
15701
|
+
Completed 200 OK in 241ms (Views: 183.7ms | ActiveRecord: 0.0ms)
|
15702
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:25 +0300
|
15703
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:12:25 +0300
|
15704
|
+
Processing by EmailFormsController#create as HTML
|
15705
|
+
Parameters: {"utf8"=>"✓", "email_form"=>{"recipients_attributes"=>{"1434629545772"=>{"email"=>"email0@qwerty.com"}, "1434629545777"=>{"email"=>"email1@qwerty.com"}}}, "commit"=>"Create Email form"}
|
15706
|
+
Rendered email_forms/create.html.haml within layouts/application (0.6ms)
|
15707
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
15708
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:25 +0300
|
15709
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:12:51 +0300
|
15710
|
+
Processing by EmailFormsController#new as HTML
|
15711
|
+
Rendered email_forms/_form.html.haml (30.0ms)
|
15712
|
+
Rendered email_forms/new.html.haml within layouts/application (34.6ms)
|
15713
|
+
Completed 200 OK in 248ms (Views: 188.3ms | ActiveRecord: 0.0ms)
|
15714
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:51 +0300
|
15715
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:12:51 +0300
|
15716
|
+
Processing by EmailFormsController#create as HTML
|
15717
|
+
Parameters: {"utf8"=>"✓", "email_form"=>{"recipients_attributes"=>{"1434629571387"=>{"email"=>"email0@qwerty.com"}, "1434629571393"=>{"email"=>"email1@qwerty.com"}}}, "commit"=>"Create Email form"}
|
15718
|
+
Rendered email_forms/create.html.haml within layouts/application (0.6ms)
|
15719
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
15720
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:51 +0300
|
15721
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15722
|
+
Processing by EmailFormsController#new as HTML
|
15723
|
+
Rendered email_forms/_form.html.haml (7.6ms)
|
15724
|
+
Rendered email_forms/new.html.haml within layouts/application (33.9ms)
|
15725
|
+
Completed 200 OK in 247ms (Views: 190.5ms | ActiveRecord: 0.0ms)
|
15726
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15727
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15728
|
+
Processing by EmailFormsController#create as HTML
|
15729
|
+
Parameters: {"utf8"=>"✓", "email_form"=>{"recipients_attributes"=>{"1434629578537"=>{"email"=>"email0@qwerty.com"}, "1434629578543"=>{"email"=>"email1@qwerty.com"}}}, "commit"=>"Create Email form"}
|
15730
|
+
Rendered email_forms/create.html.haml within layouts/application (0.6ms)
|
15731
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
15732
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15733
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15734
|
+
Processing by UsersController#edit_without_fields as HTML
|
15735
|
+
Parameters: {"id"=>"953441985"}
|
15736
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (1.8ms)
|
15737
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
|
15738
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15739
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15740
|
+
Processing by UsersController#update as HTML
|
15741
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update without fields", "id"=>"953441985"}
|
15742
|
+
Redirected to http://127.0.0.1:54853/users/953441985/edit
|
15743
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
15744
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15745
|
+
Processing by UsersController#edit as HTML
|
15746
|
+
Parameters: {"id"=>"953441985"}
|
15747
|
+
Rendered users/_form.html.haml (209.5ms)
|
15748
|
+
Rendered users/edit.html.haml within layouts/application (210.5ms)
|
15749
|
+
Completed 200 OK in 212ms (Views: 211.3ms | ActiveRecord: 0.1ms)
|
15750
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15751
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15752
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15753
|
+
Parameters: {"id"=>"953441985"}
|
15754
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (4.8ms)
|
15755
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms)
|
15756
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15757
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15758
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15759
|
+
Parameters: {"id"=>"953441985"}
|
15760
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (3.8ms)
|
15761
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)
|
15762
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15763
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 15:12:58 +0300
|
15764
|
+
Processing by UsersController#edit_without_fields as HTML
|
15765
|
+
Parameters: {"id"=>"953441985"}
|
15766
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (1.0ms)
|
15767
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
15768
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15769
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15770
|
+
Processing by UsersController#edit as HTML
|
15771
|
+
Parameters: {"id"=>"953441985"}
|
15772
|
+
Rendered users/_form.html.haml (97.1ms)
|
15773
|
+
Rendered users/edit.html.haml within layouts/application (97.3ms)
|
15774
|
+
Completed 200 OK in 99ms (Views: 97.9ms | ActiveRecord: 0.1ms)
|
15775
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15776
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15777
|
+
Processing by UsersController#events as HTML
|
15778
|
+
Parameters: {"id"=>"953441985"}
|
15779
|
+
Rendered users/events.html.haml within layouts/application (3.9ms)
|
15780
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms)
|
15781
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15782
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15783
|
+
Processing by UsersController#events as HTML
|
15784
|
+
Parameters: {"id"=>"953441985"}
|
15785
|
+
Rendered users/events.html.haml within layouts/application (3.3ms)
|
15786
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
|
15787
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15788
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15789
|
+
Processing by UsersController#new as HTML
|
15790
|
+
Rendered users/_form.html.haml (95.6ms)
|
15791
|
+
Rendered users/new.html.haml within layouts/application (96.3ms)
|
15792
|
+
Completed 200 OK in 100ms (Views: 97.3ms | ActiveRecord: 0.0ms)
|
15793
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15794
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15795
|
+
Processing by UsersController#create as HTML
|
15796
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434629579413"=>{"role_name"=>"new role 0"}, "1434629579441"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15797
|
+
Redirected to http://127.0.0.1:54853/users/953441986/edit
|
15798
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15799
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15800
|
+
Processing by UsersController#edit as HTML
|
15801
|
+
Parameters: {"id"=>"953441986"}
|
15802
|
+
Rendered users/_form.html.haml (95.6ms)
|
15803
|
+
Rendered users/edit.html.haml within layouts/application (95.9ms)
|
15804
|
+
Completed 200 OK in 97ms (Views: 96.5ms | ActiveRecord: 0.1ms)
|
15805
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15806
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15807
|
+
Processing by UsersController#edit as HTML
|
15808
|
+
Parameters: {"id"=>"953441985"}
|
15809
|
+
Rendered users/_form.html.haml (99.4ms)
|
15810
|
+
Rendered users/edit.html.haml within layouts/application (99.7ms)
|
15811
|
+
Completed 200 OK in 101ms (Views: 100.3ms | ActiveRecord: 0.1ms)
|
15812
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15813
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15814
|
+
Processing by UsersController#update as HTML
|
15815
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434629579858"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434629579773"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434629579784"=>{"role_name"=>"new role 0"}, "1434629579843"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15816
|
+
Redirected to http://127.0.0.1:54853/users/953441985/edit
|
15817
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.3ms)
|
15818
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15819
|
+
Processing by UsersController#edit as HTML
|
15820
|
+
Parameters: {"id"=>"953441985"}
|
15821
|
+
Rendered users/_form.html.haml (95.8ms)
|
15822
|
+
Rendered users/edit.html.haml within layouts/application (96.0ms)
|
15823
|
+
Completed 200 OK in 97ms (Views: 96.6ms | ActiveRecord: 0.1ms)
|
15824
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:12:59 +0300
|
15825
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15826
|
+
Processing by UsersController#new as HTML
|
15827
|
+
Rendered users/_form.html.haml (126.5ms)
|
15828
|
+
Rendered users/new.html.haml within layouts/application (126.8ms)
|
15829
|
+
Completed 200 OK in 129ms (Views: 127.5ms | ActiveRecord: 0.0ms)
|
15830
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15831
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15832
|
+
Processing by UsersController#create as HTML
|
15833
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434629580175"=>{"role_name"=>"new role 0"}, "1434629580203"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15834
|
+
Redirected to http://127.0.0.1:54853/users/953441986/edit
|
15835
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15836
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15837
|
+
Processing by UsersController#edit as HTML
|
15838
|
+
Parameters: {"id"=>"953441986"}
|
15839
|
+
Rendered users/_form.html.haml (128.5ms)
|
15840
|
+
Rendered users/edit.html.haml within layouts/application (128.7ms)
|
15841
|
+
Completed 200 OK in 130ms (Views: 129.4ms | ActiveRecord: 0.1ms)
|
15842
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15843
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15844
|
+
Processing by UsersController#edit as HTML
|
15845
|
+
Parameters: {"id"=>"953441985"}
|
15846
|
+
Rendered users/_form.html.haml (96.2ms)
|
15847
|
+
Rendered users/edit.html.haml within layouts/application (96.4ms)
|
15848
|
+
Completed 200 OK in 98ms (Views: 97.0ms | ActiveRecord: 0.1ms)
|
15849
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15850
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15851
|
+
Processing by UsersController#update as HTML
|
15852
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434629580586"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434629580533"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434629580544"=>{"role_name"=>"new role 0"}, "1434629580571"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15853
|
+
Redirected to http://127.0.0.1:54853/users/953441985/edit
|
15854
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15855
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15856
|
+
Processing by UsersController#edit as HTML
|
15857
|
+
Parameters: {"id"=>"953441985"}
|
15858
|
+
Rendered users/_form.html.haml (94.5ms)
|
15859
|
+
Rendered users/edit.html.haml within layouts/application (94.7ms)
|
15860
|
+
Completed 200 OK in 96ms (Views: 95.3ms | ActiveRecord: 0.1ms)
|
15861
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:13:00 +0300
|
15862
|
+
Started GET "/email_forms/new" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15863
|
+
Processing by EmailFormsController#new as HTML
|
15864
|
+
Rendered email_forms/_form.html.haml (28.4ms)
|
15865
|
+
Rendered email_forms/new.html.haml within layouts/application (32.5ms)
|
15866
|
+
Completed 200 OK in 242ms (Views: 184.7ms | ActiveRecord: 0.0ms)
|
15867
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15868
|
+
Started POST "/email_forms" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15869
|
+
Processing by EmailFormsController#create as HTML
|
15870
|
+
Parameters: {"utf8"=>"✓", "email_form"=>{"recipients_attributes"=>{"1434630120594"=>{"email"=>"email0@qwerty.com"}, "1434630120600"=>{"email"=>"email1@qwerty.com"}}}, "commit"=>"Create Email form"}
|
15871
|
+
Rendered email_forms/create.html.haml within layouts/application (0.6ms)
|
15872
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
15873
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15874
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15875
|
+
Processing by UsersController#edit_without_fields as HTML
|
15876
|
+
Parameters: {"id"=>"953441985"}
|
15877
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (1.6ms)
|
15878
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
|
15879
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15880
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15881
|
+
Processing by UsersController#update as HTML
|
15882
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update without fields", "id"=>"953441985"}
|
15883
|
+
Redirected to http://127.0.0.1:54880/users/953441985/edit
|
15884
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
|
15885
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15886
|
+
Processing by UsersController#edit as HTML
|
15887
|
+
Parameters: {"id"=>"953441985"}
|
15888
|
+
Rendered users/_form.html.haml (204.9ms)
|
15889
|
+
Rendered users/edit.html.haml within layouts/application (206.0ms)
|
15890
|
+
Completed 200 OK in 207ms (Views: 206.8ms | ActiveRecord: 0.1ms)
|
15891
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15892
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15893
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15894
|
+
Parameters: {"id"=>"953441985"}
|
15895
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (5.0ms)
|
15896
|
+
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
|
15897
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:00 +0300
|
15898
|
+
Started GET "/users/953441985/edit_with_clean_text" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15899
|
+
Processing by UsersController#edit_with_clean_text as HTML
|
15900
|
+
Parameters: {"id"=>"953441985"}
|
15901
|
+
Rendered users/edit_with_clean_text.html.haml within layouts/application (3.7ms)
|
15902
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
|
15903
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15904
|
+
Started GET "/users/953441985/edit_without_fields" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15905
|
+
Processing by UsersController#edit_without_fields as HTML
|
15906
|
+
Parameters: {"id"=>"953441985"}
|
15907
|
+
Rendered users/edit_without_fields.html.haml within layouts/application (0.8ms)
|
15908
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
15909
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15910
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15911
|
+
Processing by UsersController#edit as HTML
|
15912
|
+
Parameters: {"id"=>"953441985"}
|
15913
|
+
Rendered users/_form.html.haml (97.6ms)
|
15914
|
+
Rendered users/edit.html.haml within layouts/application (97.9ms)
|
15915
|
+
Completed 200 OK in 99ms (Views: 98.5ms | ActiveRecord: 0.1ms)
|
15916
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15917
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15918
|
+
Processing by UsersController#events as HTML
|
15919
|
+
Parameters: {"id"=>"953441985"}
|
15920
|
+
Rendered users/events.html.haml within layouts/application (35.0ms)
|
15921
|
+
Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.1ms)
|
15922
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15923
|
+
Started GET "/users/953441985/events" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15924
|
+
Processing by UsersController#events as HTML
|
15925
|
+
Parameters: {"id"=>"953441985"}
|
15926
|
+
Rendered users/events.html.haml within layouts/application (3.1ms)
|
15927
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
15928
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15929
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15930
|
+
Processing by UsersController#new as HTML
|
15931
|
+
Rendered users/_form.html.haml (95.1ms)
|
15932
|
+
Rendered users/new.html.haml within layouts/application (95.7ms)
|
15933
|
+
Completed 200 OK in 99ms (Views: 96.7ms | ActiveRecord: 0.0ms)
|
15934
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15935
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15936
|
+
Processing by UsersController#create as HTML
|
15937
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434630121458"=>{"role_name"=>"new role 0"}, "1434630121517"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15938
|
+
Redirected to http://127.0.0.1:54880/users/953441986/edit
|
15939
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15940
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15941
|
+
Processing by UsersController#edit as HTML
|
15942
|
+
Parameters: {"id"=>"953441986"}
|
15943
|
+
Rendered users/_form.html.haml (94.1ms)
|
15944
|
+
Rendered users/edit.html.haml within layouts/application (94.3ms)
|
15945
|
+
Completed 200 OK in 96ms (Views: 95.0ms | ActiveRecord: 0.1ms)
|
15946
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15947
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15948
|
+
Processing by UsersController#edit as HTML
|
15949
|
+
Parameters: {"id"=>"953441985"}
|
15950
|
+
Rendered users/_form.html.haml (99.8ms)
|
15951
|
+
Rendered users/edit.html.haml within layouts/application (100.0ms)
|
15952
|
+
Completed 200 OK in 101ms (Views: 100.6ms | ActiveRecord: 0.1ms)
|
15953
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15954
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15955
|
+
Processing by UsersController#update as HTML
|
15956
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434630121903"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434630121818"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434630121829"=>{"role_name"=>"new role 0"}, "1434630121888"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15957
|
+
Redirected to http://127.0.0.1:54880/users/953441985/edit
|
15958
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.3ms)
|
15959
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:01 +0300
|
15960
|
+
Processing by UsersController#edit as HTML
|
15961
|
+
Parameters: {"id"=>"953441985"}
|
15962
|
+
Rendered users/_form.html.haml (95.4ms)
|
15963
|
+
Rendered users/edit.html.haml within layouts/application (95.6ms)
|
15964
|
+
Completed 200 OK in 97ms (Views: 96.2ms | ActiveRecord: 0.1ms)
|
15965
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15966
|
+
Started GET "/users/new" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15967
|
+
Processing by UsersController#new as HTML
|
15968
|
+
Rendered users/_form.html.haml (124.5ms)
|
15969
|
+
Rendered users/new.html.haml within layouts/application (124.8ms)
|
15970
|
+
Completed 200 OK in 127ms (Views: 125.4ms | ActiveRecord: 0.0ms)
|
15971
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15972
|
+
Started POST "/users" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15973
|
+
Processing by UsersController#create as HTML
|
15974
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"New user", "roles_attributes"=>{"0"=>{"role_name"=>"role 0"}, "1434630122217"=>{"role_name"=>"new role 0"}, "1434630122245"=>{"role_name"=>"new role 1"}}}, "commit"=>"Create User"}
|
15975
|
+
Redirected to http://127.0.0.1:54880/users/953441986/edit
|
15976
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
|
15977
|
+
Started GET "/users/953441986/edit" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15978
|
+
Processing by UsersController#edit as HTML
|
15979
|
+
Parameters: {"id"=>"953441986"}
|
15980
|
+
Rendered users/_form.html.haml (128.6ms)
|
15981
|
+
Rendered users/edit.html.haml within layouts/application (128.9ms)
|
15982
|
+
Completed 200 OK in 130ms (Views: 129.5ms | ActiveRecord: 0.1ms)
|
15983
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15984
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15985
|
+
Processing by UsersController#edit as HTML
|
15986
|
+
Parameters: {"id"=>"953441985"}
|
15987
|
+
Rendered users/_form.html.haml (94.2ms)
|
15988
|
+
Rendered users/edit.html.haml within layouts/application (94.4ms)
|
15989
|
+
Completed 200 OK in 96ms (Views: 95.0ms | ActiveRecord: 0.1ms)
|
15990
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15991
|
+
Started PATCH "/users/953441985" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15992
|
+
Processing by UsersController#update as HTML
|
15993
|
+
Parameters: {"utf8"=>"✓", "user"=>{"user_name"=>"Existing user", "roles_attributes"=>{"1434630122658"=>{"id"=>"642956446", "_destroy"=>"true"}, "1434630122573"=>{"id"=>"1062989094", "_destroy"=>"true"}, "0"=>{"role_name"=>"role 0", "id"=>"140303797"}, "1434630122583"=>{"role_name"=>"new role 0"}, "1434630122611"=>{"role_name"=>"new role 1"}}}, "commit"=>"Update User", "id"=>"953441985"}
|
15994
|
+
Redirected to http://127.0.0.1:54880/users/953441985/edit
|
15995
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
15996
|
+
Started GET "/users/953441985/edit" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|
15997
|
+
Processing by UsersController#edit as HTML
|
15998
|
+
Parameters: {"id"=>"953441985"}
|
15999
|
+
Rendered users/_form.html.haml (94.3ms)
|
16000
|
+
Rendered users/edit.html.haml within layouts/application (94.5ms)
|
16001
|
+
Completed 200 OK in 96ms (Views: 95.1ms | ActiveRecord: 0.1ms)
|
16002
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-06-18 15:22:02 +0300
|