jump_back 0.0.1 → 0.1.1
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/lib/jump_back/redirect_back.rb +15 -32
- data/lib/jump_back/redirection_determiner.rb +13 -0
- data/lib/jump_back/referer_interpreter.rb +34 -0
- data/lib/jump_back/return_to_referer.rb +1 -0
- data/lib/jump_back/version.rb +1 -1
- data/spec/controller/tests_controller_spec.rb +32 -0
- data/spec/dummy/app/controllers/tests_controller.rb +3 -3
- data/spec/dummy/log/development.log +5 -0
- data/spec/dummy/log/test.log +4488 -0
- metadata +4 -2
data/spec/dummy/log/test.log
CHANGED
@@ -7227,3 +7227,4491 @@ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
|
7227
7227
|
Processing by TestsController#new as HTML
|
7228
7228
|
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
7229
7229
|
[1m[35m (0.0ms)[0m rollback transaction
|
7230
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
7231
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7232
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7233
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7235
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7236
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7237
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7238
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7239
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:52 -0600
|
7240
|
+
Processing by TestsController#new as HTML
|
7241
|
+
Rendered tests/new.html.erb within layouts/application (3.3ms)
|
7242
|
+
Completed 200 OK in 36ms (Views: 26.7ms | ActiveRecord: 0.0ms)
|
7243
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7244
|
+
Processing by TestsController#create as HTML
|
7245
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
7246
|
+
Redirected to http://www.example.com/tests/new
|
7247
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7248
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7249
|
+
Processing by TestsController#new as HTML
|
7250
|
+
Rendered tests/new.html.erb within layouts/application (0.6ms)
|
7251
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
7252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7254
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7255
|
+
Processing by TestsController#edit as HTML
|
7256
|
+
Parameters: {"id"=>"1"}
|
7257
|
+
Rendered tests/edit.html.erb within layouts/application (0.6ms)
|
7258
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
7259
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7260
|
+
Processing by TestsController#new as HTML
|
7261
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7262
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7263
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7264
|
+
Processing by TestsController#index as HTML
|
7265
|
+
Rendered tests/index.html.erb within layouts/application (1.3ms)
|
7266
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
7267
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7268
|
+
Processing by TestsController#update as HTML
|
7269
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7270
|
+
Redirected to http://www.example.com/tests/1/edit
|
7271
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7272
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7273
|
+
Processing by TestsController#edit as HTML
|
7274
|
+
Parameters: {"id"=>"1"}
|
7275
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7276
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7278
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7279
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7280
|
+
Processing by TestsController#edit as HTML
|
7281
|
+
Parameters: {"id"=>"1"}
|
7282
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7283
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7284
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7285
|
+
Processing by TestsController#new as HTML
|
7286
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7287
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7288
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7289
|
+
Processing by TestsController#edit as HTML
|
7290
|
+
Parameters: {"id"=>"1"}
|
7291
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7292
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7293
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7294
|
+
Processing by TestsController#index as HTML
|
7295
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
7296
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7297
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7298
|
+
Processing by TestsController#update as HTML
|
7299
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7300
|
+
Redirected to http://www.example.com/tests/new
|
7301
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7302
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7303
|
+
Processing by TestsController#new as HTML
|
7304
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7305
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7306
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7307
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7308
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7309
|
+
Processing by TestsController#edit as HTML
|
7310
|
+
Parameters: {"id"=>"1"}
|
7311
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7312
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7313
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7314
|
+
Processing by TestsController#new as HTML
|
7315
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
7316
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
7317
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7318
|
+
Processing by TestsController#index as HTML
|
7319
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
7320
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7321
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7322
|
+
Processing by TestsController#new as HTML
|
7323
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7324
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7325
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7326
|
+
Processing by TestsController#index as HTML
|
7327
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
7328
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
7329
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7330
|
+
Processing by TestsController#update as HTML
|
7331
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7332
|
+
Redirected to http://www.example.com/tests/1/edit
|
7333
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7334
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 08:58:53 -0600
|
7335
|
+
Processing by TestsController#edit as HTML
|
7336
|
+
Parameters: {"id"=>"1"}
|
7337
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7338
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7339
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7340
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7341
|
+
Processing by TestsController#offsite_with_default as HTML
|
7342
|
+
Redirected to http://test.host/tests/new
|
7343
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7344
|
+
Processing by TestsController#offsite_without_default as HTML
|
7345
|
+
Redirected to http://test.host/
|
7346
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7347
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7348
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7349
|
+
Processing by TestsController#offsite_with_default as HTML
|
7350
|
+
Redirected to http://rubyonrails.org/
|
7351
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7354
|
+
Processing by TestsController#create as HTML
|
7355
|
+
Redirected to http://test.host/
|
7356
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7357
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7358
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7359
|
+
Processing by TestsController#destroy as HTML
|
7360
|
+
Parameters: {"id"=>"1"}
|
7361
|
+
Redirected to http://test.host/tests/new
|
7362
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7365
|
+
Processing by TestsController#create as HTML
|
7366
|
+
Redirected to /tests/1
|
7367
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7368
|
+
Processing by TestsController#destroy as HTML
|
7369
|
+
Parameters: {"id"=>"2"}
|
7370
|
+
Redirected to /tests/1
|
7371
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7372
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7373
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7374
|
+
Processing by TestsController#create as HTML
|
7375
|
+
Redirected to http://test.host/
|
7376
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7377
|
+
Processing by TestsController#destroy as HTML
|
7378
|
+
Parameters: {"id"=>"1"}
|
7379
|
+
Redirected to http://test.host/tests/new
|
7380
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7381
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7383
|
+
Processing by TestsController#offsite_without_default as HTML
|
7384
|
+
Redirected to http://rubyonrails.org/
|
7385
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7386
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7387
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7388
|
+
Processing by TestsController#new as HTML
|
7389
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7390
|
+
Processing by TestsController#update as HTML
|
7391
|
+
Parameters: {"id"=>"1"}
|
7392
|
+
Redirected to http://test.host/tests/1
|
7393
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7395
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7396
|
+
Processing by TestsController#show as HTML
|
7397
|
+
Parameters: {"id"=>"1"}
|
7398
|
+
Redirected to http://test.host/tests/new
|
7399
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7400
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7401
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7402
|
+
Processing by TestsController#new as HTML
|
7403
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7404
|
+
Processing by TestsController#create as HTML
|
7405
|
+
Redirected to /tests/1
|
7406
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7407
|
+
Processing by TestsController#update as HTML
|
7408
|
+
Parameters: {"id"=>"1"}
|
7409
|
+
Redirected to http://test.host/tests/1
|
7410
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7411
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7412
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7413
|
+
Processing by TestsController#new as HTML
|
7414
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7415
|
+
Processing by TestsController#update as HTML
|
7416
|
+
Parameters: {"id"=>"1"}
|
7417
|
+
Redirected to http://test.host/tests/1
|
7418
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7419
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7421
|
+
Processing by TestsController#update as HTML
|
7422
|
+
Parameters: {"id"=>"1"}
|
7423
|
+
Redirected to http://test.host/
|
7424
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7425
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7426
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7427
|
+
Processing by TestsController#new as HTML
|
7428
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7429
|
+
Processing by TestsController#destroy as HTML
|
7430
|
+
Parameters: {"id"=>"1"}
|
7431
|
+
Redirected to /tests/1
|
7432
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7433
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7435
|
+
Processing by TestsController#new as HTML
|
7436
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7437
|
+
Processing by TestsController#edit as HTML
|
7438
|
+
Parameters: {"id"=>"1"}
|
7439
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
7440
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7441
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7442
|
+
Processing by TestsController#new as HTML
|
7443
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7444
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7445
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7446
|
+
Processing by TestsController#new as HTML
|
7447
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7448
|
+
Processing by TestsController#new as HTML
|
7449
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7450
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7451
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
7452
|
+
Processing by TestsController#new as HTML
|
7453
|
+
Rendered tests/new.html.erb within layouts/application (0.6ms)
|
7454
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
7455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7457
|
+
Processing by TestsController#new as HTML
|
7458
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7459
|
+
Processing by TestsController#new as HTML
|
7460
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7461
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7463
|
+
Processing by TestsController#offsite_without_default as HTML
|
7464
|
+
Redirected to http://rubyonrails.org/
|
7465
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7466
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7468
|
+
Processing by TestsController#create as HTML
|
7469
|
+
Redirected to http://test.host/
|
7470
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7471
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7473
|
+
Processing by TestsController#create as HTML
|
7474
|
+
Redirected to http://test.host/
|
7475
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7476
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7478
|
+
Processing by TestsController#offsite_with_default as HTML
|
7479
|
+
Redirected to http://rubyonrails.org/
|
7480
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7481
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7482
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7483
|
+
Processing by TestsController#destroy as HTML
|
7484
|
+
Parameters: {"id"=>"1"}
|
7485
|
+
Redirected to http://test.host/tests/new
|
7486
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7487
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7488
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7489
|
+
Processing by TestsController#create as HTML
|
7490
|
+
Redirected to /tests/1
|
7491
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7492
|
+
Processing by TestsController#destroy as HTML
|
7493
|
+
Parameters: {"id"=>"2"}
|
7494
|
+
Redirected to /tests/1
|
7495
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7496
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7497
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7498
|
+
Processing by TestsController#offsite_with_default as HTML
|
7499
|
+
Redirected to http://test.host/tests/new
|
7500
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7501
|
+
Processing by TestsController#offsite_without_default as HTML
|
7502
|
+
Redirected to http://test.host/
|
7503
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7504
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7505
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7506
|
+
Processing by TestsController#create as HTML
|
7507
|
+
Redirected to http://test.host/
|
7508
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7509
|
+
Processing by TestsController#destroy as HTML
|
7510
|
+
Parameters: {"id"=>"1"}
|
7511
|
+
Redirected to http://test.host/tests/new
|
7512
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7513
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7514
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7515
|
+
Processing by TestsController#new as HTML
|
7516
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7517
|
+
Processing by TestsController#destroy as HTML
|
7518
|
+
Parameters: {"id"=>"1"}
|
7519
|
+
Redirected to /tests/1
|
7520
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7521
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7523
|
+
Processing by TestsController#new as HTML
|
7524
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7525
|
+
Processing by TestsController#edit as HTML
|
7526
|
+
Parameters: {"id"=>"1"}
|
7527
|
+
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
7528
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7529
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7530
|
+
Processing by TestsController#new as HTML
|
7531
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7532
|
+
Processing by TestsController#update as HTML
|
7533
|
+
Parameters: {"id"=>"1"}
|
7534
|
+
Redirected to http://test.host/tests/1
|
7535
|
+
Completed 302 Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7536
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7537
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7538
|
+
Processing by TestsController#new as HTML
|
7539
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7540
|
+
Processing by TestsController#create as HTML
|
7541
|
+
Redirected to /tests/1
|
7542
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7543
|
+
Processing by TestsController#update as HTML
|
7544
|
+
Parameters: {"id"=>"1"}
|
7545
|
+
Redirected to http://test.host/tests/1
|
7546
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7547
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7548
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7549
|
+
Processing by TestsController#show as HTML
|
7550
|
+
Parameters: {"id"=>"1"}
|
7551
|
+
Redirected to http://test.host/tests/new
|
7552
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7553
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7554
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7555
|
+
Processing by TestsController#new as HTML
|
7556
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7557
|
+
Processing by TestsController#update as HTML
|
7558
|
+
Parameters: {"id"=>"1"}
|
7559
|
+
Redirected to http://test.host/tests/1
|
7560
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7561
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7562
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7563
|
+
Processing by TestsController#update as HTML
|
7564
|
+
Parameters: {"id"=>"1"}
|
7565
|
+
Redirected to http://test.host/
|
7566
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7567
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7569
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7570
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7571
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7572
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7573
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7574
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7575
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7576
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7577
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:23 -0600
|
7578
|
+
Processing by TestsController#new as HTML
|
7579
|
+
Completed 200 OK in 24ms (Views: 15.5ms | ActiveRecord: 0.0ms)
|
7580
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7581
|
+
Processing by TestsController#create as HTML
|
7582
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
7583
|
+
Redirected to http://www.example.com/tests/new
|
7584
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7585
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7586
|
+
Processing by TestsController#new as HTML
|
7587
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7588
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7590
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7591
|
+
Processing by TestsController#edit as HTML
|
7592
|
+
Parameters: {"id"=>"1"}
|
7593
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7594
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7595
|
+
Processing by TestsController#new as HTML
|
7596
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7597
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7598
|
+
Processing by TestsController#index as HTML
|
7599
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
7600
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7601
|
+
Processing by TestsController#new as HTML
|
7602
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
7603
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7604
|
+
Processing by TestsController#index as HTML
|
7605
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7606
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7607
|
+
Processing by TestsController#update as HTML
|
7608
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7609
|
+
Redirected to http://www.example.com/tests/1/edit
|
7610
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7611
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7612
|
+
Processing by TestsController#edit as HTML
|
7613
|
+
Parameters: {"id"=>"1"}
|
7614
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7615
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7616
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7617
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7618
|
+
Processing by TestsController#edit as HTML
|
7619
|
+
Parameters: {"id"=>"1"}
|
7620
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7621
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7622
|
+
Processing by TestsController#new as HTML
|
7623
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7624
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7625
|
+
Processing by TestsController#index as HTML
|
7626
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7627
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7628
|
+
Processing by TestsController#update as HTML
|
7629
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7630
|
+
Redirected to http://www.example.com/tests/1/edit
|
7631
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7632
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7633
|
+
Processing by TestsController#edit as HTML
|
7634
|
+
Parameters: {"id"=>"1"}
|
7635
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7636
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7637
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7638
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7639
|
+
Processing by TestsController#edit as HTML
|
7640
|
+
Parameters: {"id"=>"1"}
|
7641
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7642
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7643
|
+
Processing by TestsController#new as HTML
|
7644
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7645
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7646
|
+
Processing by TestsController#edit as HTML
|
7647
|
+
Parameters: {"id"=>"1"}
|
7648
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7649
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7650
|
+
Processing by TestsController#index as HTML
|
7651
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
7652
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7653
|
+
Processing by TestsController#update as HTML
|
7654
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7655
|
+
Redirected to http://www.example.com/tests/new
|
7656
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7657
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:50:24 -0600
|
7658
|
+
Processing by TestsController#new as HTML
|
7659
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7660
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7661
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
7662
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7663
|
+
Processing by TestsController#edit as HTML
|
7664
|
+
Parameters: {"id"=>"1"}
|
7665
|
+
Rendered tests/edit.html.erb within layouts/application (1.6ms)
|
7666
|
+
Completed 200 OK in 58ms (Views: 49.8ms | ActiveRecord: 0.0ms)
|
7667
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7668
|
+
Processing by TestsController#new as HTML
|
7669
|
+
Rendered tests/new.html.erb within layouts/application (0.7ms)
|
7670
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
7671
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7672
|
+
Processing by TestsController#edit as HTML
|
7673
|
+
Parameters: {"id"=>"1"}
|
7674
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7675
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7676
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7677
|
+
Processing by TestsController#index as HTML
|
7678
|
+
Rendered tests/index.html.erb within layouts/application (0.7ms)
|
7679
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
7680
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7681
|
+
Processing by TestsController#update as HTML
|
7682
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7683
|
+
Redirected to http://www.example.com/tests/new
|
7684
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7685
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7686
|
+
Processing by TestsController#new as HTML
|
7687
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7688
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7689
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7691
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7692
|
+
Processing by TestsController#edit as HTML
|
7693
|
+
Parameters: {"id"=>"1"}
|
7694
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7695
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7696
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7697
|
+
Processing by TestsController#new as HTML
|
7698
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7699
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7700
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7701
|
+
Processing by TestsController#index as HTML
|
7702
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
7703
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7704
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7705
|
+
Processing by TestsController#new as HTML
|
7706
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
7707
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7708
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7709
|
+
Processing by TestsController#index as HTML
|
7710
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
7711
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7712
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7713
|
+
Processing by TestsController#update as HTML
|
7714
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7715
|
+
Redirected to http://www.example.com/tests/1/edit
|
7716
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7717
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7718
|
+
Processing by TestsController#edit as HTML
|
7719
|
+
Parameters: {"id"=>"1"}
|
7720
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7721
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7722
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7723
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7724
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7725
|
+
Processing by TestsController#edit as HTML
|
7726
|
+
Parameters: {"id"=>"1"}
|
7727
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7728
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7729
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7730
|
+
Processing by TestsController#new as HTML
|
7731
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7732
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7733
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7734
|
+
Processing by TestsController#index as HTML
|
7735
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
7736
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
7737
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7738
|
+
Processing by TestsController#update as HTML
|
7739
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7740
|
+
Redirected to http://www.example.com/tests/1/edit
|
7741
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7742
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7743
|
+
Processing by TestsController#edit as HTML
|
7744
|
+
Parameters: {"id"=>"1"}
|
7745
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7746
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7747
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7748
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7749
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7750
|
+
Processing by TestsController#new as HTML
|
7751
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
7752
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7753
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:53:24 -0600
|
7754
|
+
Processing by TestsController#create as HTML
|
7755
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
7756
|
+
Completed 500 Internal Server Error in 1ms
|
7757
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7758
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7759
|
+
Processing by TestsController#new as HTML
|
7760
|
+
Rendered tests/new.html.erb within layouts/application (0.2ms)
|
7761
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7762
|
+
Processing by TestsController#edit as HTML
|
7763
|
+
Parameters: {"id"=>"1"}
|
7764
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7765
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
7766
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7767
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7768
|
+
Processing by TestsController#new as HTML
|
7769
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7770
|
+
Processing by TestsController#destroy as HTML
|
7771
|
+
Parameters: {"id"=>"1"}
|
7772
|
+
Completed 500 Internal Server Error in 0ms
|
7773
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7775
|
+
Processing by TestsController#new as HTML
|
7776
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7777
|
+
Processing by TestsController#update as HTML
|
7778
|
+
Parameters: {"id"=>"1"}
|
7779
|
+
Redirected to http://test.host/tests/1
|
7780
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7781
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7782
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7783
|
+
Processing by TestsController#update as HTML
|
7784
|
+
Parameters: {"id"=>"1"}
|
7785
|
+
Redirected to http://test.host/
|
7786
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7787
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7788
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7789
|
+
Processing by TestsController#new as HTML
|
7790
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7791
|
+
Processing by TestsController#update as HTML
|
7792
|
+
Parameters: {"id"=>"1"}
|
7793
|
+
Redirected to http://test.host/tests/1
|
7794
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7795
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7796
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7797
|
+
Processing by TestsController#new as HTML
|
7798
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7799
|
+
Processing by TestsController#create as HTML
|
7800
|
+
Completed 500 Internal Server Error in 0ms
|
7801
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7802
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7803
|
+
Processing by TestsController#show as HTML
|
7804
|
+
Parameters: {"id"=>"1"}
|
7805
|
+
Redirected to http://test.host/tests/new
|
7806
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7807
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7808
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7809
|
+
Processing by TestsController#new as HTML
|
7810
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7811
|
+
Processing by TestsController#new as HTML
|
7812
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7814
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7815
|
+
Processing by TestsController#new as HTML
|
7816
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7817
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7818
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7819
|
+
Processing by TestsController#create as HTML
|
7820
|
+
Completed 500 Internal Server Error in 0ms
|
7821
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7822
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7823
|
+
Processing by TestsController#offsite_without_default as HTML
|
7824
|
+
Completed 500 Internal Server Error in 0ms
|
7825
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7827
|
+
Processing by TestsController#create as HTML
|
7828
|
+
Completed 500 Internal Server Error in 0ms
|
7829
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7830
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7831
|
+
Processing by TestsController#offsite_with_default as HTML
|
7832
|
+
Completed 500 Internal Server Error in 0ms
|
7833
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
7834
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7835
|
+
Processing by TestsController#create as HTML
|
7836
|
+
Completed 500 Internal Server Error in 0ms
|
7837
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7838
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7839
|
+
Processing by TestsController#create as HTML
|
7840
|
+
Completed 500 Internal Server Error in 0ms
|
7841
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7842
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7843
|
+
Processing by TestsController#destroy as HTML
|
7844
|
+
Parameters: {"id"=>"1"}
|
7845
|
+
Completed 500 Internal Server Error in 0ms
|
7846
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7847
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7848
|
+
Processing by TestsController#offsite_with_default as HTML
|
7849
|
+
Completed 500 Internal Server Error in 0ms
|
7850
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7851
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7852
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7853
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7854
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7855
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7856
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7857
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7858
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7859
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
7860
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7861
|
+
Processing by TestsController#new as HTML
|
7862
|
+
Rendered tests/new.html.erb within layouts/application (2.4ms)
|
7863
|
+
Completed 200 OK in 76ms (Views: 61.9ms | ActiveRecord: 0.0ms)
|
7864
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7865
|
+
Processing by TestsController#create as HTML
|
7866
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
7867
|
+
Redirected to http://www.example.com/tests/new
|
7868
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7869
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7870
|
+
Processing by TestsController#new as HTML
|
7871
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7872
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7873
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7875
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7876
|
+
Processing by TestsController#edit as HTML
|
7877
|
+
Parameters: {"id"=>"1"}
|
7878
|
+
Rendered tests/edit.html.erb within layouts/application (0.7ms)
|
7879
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
7880
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7881
|
+
Processing by TestsController#new as HTML
|
7882
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7883
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
7884
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7885
|
+
Processing by TestsController#edit as HTML
|
7886
|
+
Parameters: {"id"=>"1"}
|
7887
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7888
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
7889
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7890
|
+
Processing by TestsController#index as HTML
|
7891
|
+
Rendered tests/index.html.erb within layouts/application (1.0ms)
|
7892
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
7893
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7894
|
+
Processing by TestsController#update as HTML
|
7895
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7896
|
+
Redirected to http://www.example.com/tests/new
|
7897
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7898
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7899
|
+
Processing by TestsController#new as HTML
|
7900
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7901
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7902
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7903
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7904
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7905
|
+
Processing by TestsController#edit as HTML
|
7906
|
+
Parameters: {"id"=>"1"}
|
7907
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
7908
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7909
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7910
|
+
Processing by TestsController#new as HTML
|
7911
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7912
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7913
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7914
|
+
Processing by TestsController#index as HTML
|
7915
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
7916
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7917
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7918
|
+
Processing by TestsController#update as HTML
|
7919
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7920
|
+
Redirected to http://www.example.com/tests/1/edit
|
7921
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7922
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7923
|
+
Processing by TestsController#edit as HTML
|
7924
|
+
Parameters: {"id"=>"1"}
|
7925
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7926
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7927
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7928
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7929
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7930
|
+
Processing by TestsController#edit as HTML
|
7931
|
+
Parameters: {"id"=>"1"}
|
7932
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7933
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7934
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7935
|
+
Processing by TestsController#new as HTML
|
7936
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
7937
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7938
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7939
|
+
Processing by TestsController#index as HTML
|
7940
|
+
Rendered tests/index.html.erb within layouts/application (0.6ms)
|
7941
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
7942
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7943
|
+
Processing by TestsController#new as HTML
|
7944
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7945
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7946
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7947
|
+
Processing by TestsController#index as HTML
|
7948
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
7949
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
7950
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7951
|
+
Processing by TestsController#update as HTML
|
7952
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
7953
|
+
Redirected to http://www.example.com/tests/1/edit
|
7954
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7955
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:08 -0600
|
7956
|
+
Processing by TestsController#edit as HTML
|
7957
|
+
Parameters: {"id"=>"1"}
|
7958
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
7959
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
7960
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7961
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7962
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7963
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7965
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7966
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7967
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7968
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7969
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7970
|
+
Processing by TestsController#new as HTML
|
7971
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
7972
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7973
|
+
Processing by TestsController#destroy as HTML
|
7974
|
+
Parameters: {"id"=>"1"}
|
7975
|
+
Redirected to /tests/1
|
7976
|
+
Completed 302 Found in 0ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
7977
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7978
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7979
|
+
Processing by TestsController#new as HTML
|
7980
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
7981
|
+
Processing by TestsController#edit as HTML
|
7982
|
+
Parameters: {"id"=>"1"}
|
7983
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
7984
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7986
|
+
Processing by TestsController#create as HTML
|
7987
|
+
Redirected to http://test.host/
|
7988
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
7989
|
+
Processing by TestsController#destroy as HTML
|
7990
|
+
Parameters: {"id"=>"1"}
|
7991
|
+
Redirected to http://test.host/tests/new
|
7992
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7993
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7994
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7995
|
+
Processing by TestsController#offsite_with_default as HTML
|
7996
|
+
Redirected to http://rubyonrails.org/
|
7997
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
7998
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7999
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8000
|
+
Processing by TestsController#destroy as HTML
|
8001
|
+
Parameters: {"id"=>"1"}
|
8002
|
+
Redirected to http://test.host/tests/new
|
8003
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8004
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8006
|
+
Processing by TestsController#offsite_with_default as HTML
|
8007
|
+
Redirected to http://test.host/tests/new
|
8008
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8009
|
+
Processing by TestsController#offsite_without_default as HTML
|
8010
|
+
Redirected to http://test.host/
|
8011
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8012
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8013
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8014
|
+
Processing by TestsController#create as HTML
|
8015
|
+
Redirected to /tests/1
|
8016
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8017
|
+
Processing by TestsController#destroy as HTML
|
8018
|
+
Parameters: {"id"=>"2"}
|
8019
|
+
Redirected to /tests/1
|
8020
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8022
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8023
|
+
Processing by TestsController#create as HTML
|
8024
|
+
Redirected to http://test.host/
|
8025
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8026
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8027
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8028
|
+
Processing by TestsController#offsite_without_default as HTML
|
8029
|
+
Redirected to http://rubyonrails.org/
|
8030
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8031
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8032
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8033
|
+
Processing by TestsController#create as HTML
|
8034
|
+
Redirected to http://test.host/
|
8035
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8036
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8037
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8038
|
+
Processing by TestsController#new as HTML
|
8039
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8040
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8042
|
+
Processing by TestsController#new as HTML
|
8043
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8044
|
+
Processing by TestsController#new as HTML
|
8045
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8046
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8047
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8048
|
+
Processing by TestsController#update as HTML
|
8049
|
+
Parameters: {"id"=>"1"}
|
8050
|
+
Redirected to http://test.host/
|
8051
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8052
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8053
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8054
|
+
Processing by TestsController#new as HTML
|
8055
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8056
|
+
Processing by TestsController#create as HTML
|
8057
|
+
Redirected to /tests/1
|
8058
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8059
|
+
Processing by TestsController#update as HTML
|
8060
|
+
Parameters: {"id"=>"1"}
|
8061
|
+
Redirected to http://test.host/tests/1
|
8062
|
+
Completed 302 Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8063
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8064
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8065
|
+
Processing by TestsController#show as HTML
|
8066
|
+
Parameters: {"id"=>"1"}
|
8067
|
+
Redirected to http://test.host/tests/new
|
8068
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8069
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8070
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8071
|
+
Processing by TestsController#new as HTML
|
8072
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8073
|
+
Processing by TestsController#update as HTML
|
8074
|
+
Parameters: {"id"=>"1"}
|
8075
|
+
Redirected to http://test.host/tests/1
|
8076
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8077
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8079
|
+
Processing by TestsController#new as HTML
|
8080
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8081
|
+
Processing by TestsController#update as HTML
|
8082
|
+
Parameters: {"id"=>"1"}
|
8083
|
+
Redirected to http://test.host/tests/1
|
8084
|
+
Completed 302 Found in 0ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8085
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8086
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
8087
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8088
|
+
Processing by TestsController#new as HTML
|
8089
|
+
Rendered tests/new.html.erb within layouts/application (2.6ms)
|
8090
|
+
Completed 200 OK in 67ms (Views: 56.8ms | ActiveRecord: 0.0ms)
|
8091
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8092
|
+
Processing by TestsController#create as HTML
|
8093
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
8094
|
+
Redirected to http://www.example.com/tests/new
|
8095
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8096
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8097
|
+
Processing by TestsController#new as HTML
|
8098
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8099
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
8100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8102
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8103
|
+
Processing by TestsController#edit as HTML
|
8104
|
+
Parameters: {"id"=>"1"}
|
8105
|
+
Rendered tests/edit.html.erb within layouts/application (0.6ms)
|
8106
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
8107
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8108
|
+
Processing by TestsController#new as HTML
|
8109
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8110
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8111
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8112
|
+
Processing by TestsController#edit as HTML
|
8113
|
+
Parameters: {"id"=>"1"}
|
8114
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
8115
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8116
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8117
|
+
Processing by TestsController#index as HTML
|
8118
|
+
Rendered tests/index.html.erb within layouts/application (1.1ms)
|
8119
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
8120
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8121
|
+
Processing by TestsController#update as HTML
|
8122
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8123
|
+
Redirected to http://www.example.com/tests/new
|
8124
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8125
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8126
|
+
Processing by TestsController#new as HTML
|
8127
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8128
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8129
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8130
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8131
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8132
|
+
Processing by TestsController#edit as HTML
|
8133
|
+
Parameters: {"id"=>"1"}
|
8134
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
8135
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8136
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8137
|
+
Processing by TestsController#new as HTML
|
8138
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8139
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8140
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8141
|
+
Processing by TestsController#index as HTML
|
8142
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
8143
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
8144
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8145
|
+
Processing by TestsController#update as HTML
|
8146
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8147
|
+
Redirected to http://www.example.com/tests/1/edit
|
8148
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8149
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8150
|
+
Processing by TestsController#edit as HTML
|
8151
|
+
Parameters: {"id"=>"1"}
|
8152
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
8153
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8154
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8155
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8156
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8157
|
+
Processing by TestsController#edit as HTML
|
8158
|
+
Parameters: {"id"=>"1"}
|
8159
|
+
Rendered tests/edit.html.erb within layouts/application (0.3ms)
|
8160
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
8161
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8162
|
+
Processing by TestsController#new as HTML
|
8163
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8164
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8165
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8166
|
+
Processing by TestsController#index as HTML
|
8167
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
8168
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8169
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8170
|
+
Processing by TestsController#new as HTML
|
8171
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8172
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8173
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8174
|
+
Processing by TestsController#index as HTML
|
8175
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
8176
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8177
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8178
|
+
Processing by TestsController#update as HTML
|
8179
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8180
|
+
Redirected to http://www.example.com/tests/1/edit
|
8181
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8182
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:56:18 -0600
|
8183
|
+
Processing by TestsController#edit as HTML
|
8184
|
+
Parameters: {"id"=>"1"}
|
8185
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
8186
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8187
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8188
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8189
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8190
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8192
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8193
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8194
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8195
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8196
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8197
|
+
Processing by TestsController#new as HTML
|
8198
|
+
Rendered tests/new.html.erb within layouts/application (0.2ms)
|
8199
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8200
|
+
Processing by TestsController#destroy as HTML
|
8201
|
+
Parameters: {"id"=>"1"}
|
8202
|
+
Redirected to /tests/1
|
8203
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8204
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8205
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8206
|
+
Processing by TestsController#new as HTML
|
8207
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8208
|
+
Processing by TestsController#edit as HTML
|
8209
|
+
Parameters: {"id"=>"1"}
|
8210
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8211
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8213
|
+
Processing by TestsController#create as HTML
|
8214
|
+
Redirected to http://test.host/
|
8215
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8216
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8218
|
+
Processing by TestsController#offsite_with_default as HTML
|
8219
|
+
Redirected to http://test.host/tests/new
|
8220
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8221
|
+
Processing by TestsController#offsite_without_default as HTML
|
8222
|
+
Redirected to http://test.host/
|
8223
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8224
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8225
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8226
|
+
Processing by TestsController#create as HTML
|
8227
|
+
Redirected to http://test.host/
|
8228
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8229
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8230
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8231
|
+
Processing by TestsController#create as HTML
|
8232
|
+
Redirected to /tests/1
|
8233
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8234
|
+
Processing by TestsController#destroy as HTML
|
8235
|
+
Parameters: {"id"=>"2"}
|
8236
|
+
Redirected to /tests/1
|
8237
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8238
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8239
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8240
|
+
Processing by TestsController#offsite_without_default as HTML
|
8241
|
+
Redirected to http://rubyonrails.org/
|
8242
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8243
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8244
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8245
|
+
Processing by TestsController#offsite_with_default as HTML
|
8246
|
+
Redirected to http://rubyonrails.org/
|
8247
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8248
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8249
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8250
|
+
Processing by TestsController#destroy as HTML
|
8251
|
+
Parameters: {"id"=>"1"}
|
8252
|
+
Redirected to http://test.host/tests/new
|
8253
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8254
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8256
|
+
Processing by TestsController#create as HTML
|
8257
|
+
Redirected to http://test.host/
|
8258
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8259
|
+
Processing by TestsController#destroy as HTML
|
8260
|
+
Parameters: {"id"=>"1"}
|
8261
|
+
Redirected to http://test.host/tests/new
|
8262
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8263
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8265
|
+
Processing by TestsController#new as HTML
|
8266
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8267
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8268
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8269
|
+
Processing by TestsController#new as HTML
|
8270
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8271
|
+
Processing by TestsController#new as HTML
|
8272
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
8273
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8274
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8275
|
+
Processing by TestsController#show as HTML
|
8276
|
+
Parameters: {"id"=>"1"}
|
8277
|
+
Redirected to http://test.host/tests/new
|
8278
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8279
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8280
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8281
|
+
Processing by TestsController#new as HTML
|
8282
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8283
|
+
Processing by TestsController#update as HTML
|
8284
|
+
Parameters: {"id"=>"1"}
|
8285
|
+
Redirected to http://test.host/tests/1
|
8286
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8287
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8289
|
+
Processing by TestsController#new as HTML
|
8290
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8291
|
+
Processing by TestsController#update as HTML
|
8292
|
+
Parameters: {"id"=>"1"}
|
8293
|
+
Redirected to http://test.host/tests/1
|
8294
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8295
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8296
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8297
|
+
Processing by TestsController#new as HTML
|
8298
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8299
|
+
Processing by TestsController#create as HTML
|
8300
|
+
Redirected to /tests/1
|
8301
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8302
|
+
Processing by TestsController#update as HTML
|
8303
|
+
Parameters: {"id"=>"1"}
|
8304
|
+
Redirected to http://test.host/tests/1
|
8305
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8306
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8307
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8308
|
+
Processing by TestsController#update as HTML
|
8309
|
+
Parameters: {"id"=>"1"}
|
8310
|
+
Redirected to http://test.host/
|
8311
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8312
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8313
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
8314
|
+
Processing by TestsController#new as HTML
|
8315
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8316
|
+
Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
8317
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8319
|
+
Processing by TestsController#new as HTML
|
8320
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8321
|
+
Processing by TestsController#new as HTML
|
8322
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8323
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8324
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8325
|
+
Processing by TestsController#new as HTML
|
8326
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8327
|
+
Processing by TestsController#destroy as HTML
|
8328
|
+
Parameters: {"id"=>"1"}
|
8329
|
+
Redirected to /tests/1
|
8330
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8331
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8332
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8333
|
+
Processing by TestsController#new as HTML
|
8334
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8335
|
+
Processing by TestsController#edit as HTML
|
8336
|
+
Parameters: {"id"=>"1"}
|
8337
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8339
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8340
|
+
Processing by TestsController#offsite_with_default as HTML
|
8341
|
+
Redirected to http://rubyonrails.org/
|
8342
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8343
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8344
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8345
|
+
Processing by TestsController#create as HTML
|
8346
|
+
Redirected to http://test.host/
|
8347
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8348
|
+
Processing by TestsController#destroy as HTML
|
8349
|
+
Parameters: {"id"=>"1"}
|
8350
|
+
Redirected to http://test.host/tests/new
|
8351
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8352
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8354
|
+
Processing by TestsController#offsite_without_default as HTML
|
8355
|
+
Redirected to http://rubyonrails.org/
|
8356
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8359
|
+
Processing by TestsController#offsite_with_default as HTML
|
8360
|
+
Redirected to http://test.host/tests/new
|
8361
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8362
|
+
Processing by TestsController#offsite_without_default as HTML
|
8363
|
+
Redirected to http://test.host/
|
8364
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8365
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8367
|
+
Processing by TestsController#destroy as HTML
|
8368
|
+
Parameters: {"id"=>"1"}
|
8369
|
+
Redirected to http://test.host/tests/new
|
8370
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8371
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8373
|
+
Processing by TestsController#create as HTML
|
8374
|
+
Redirected to /tests/1
|
8375
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8376
|
+
Processing by TestsController#destroy as HTML
|
8377
|
+
Parameters: {"id"=>"2"}
|
8378
|
+
Redirected to /tests/1
|
8379
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8380
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8381
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8382
|
+
Processing by TestsController#create as HTML
|
8383
|
+
Redirected to http://test.host/
|
8384
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8385
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8386
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8387
|
+
Processing by TestsController#create as HTML
|
8388
|
+
Redirected to http://test.host/
|
8389
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8390
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8391
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8392
|
+
Processing by TestsController#update as HTML
|
8393
|
+
Parameters: {"id"=>"1"}
|
8394
|
+
Redirected to http://test.host/
|
8395
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8396
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8398
|
+
Processing by TestsController#show as HTML
|
8399
|
+
Parameters: {"id"=>"1"}
|
8400
|
+
Redirected to http://test.host/tests/new
|
8401
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8402
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8403
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8404
|
+
Processing by TestsController#new as HTML
|
8405
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8406
|
+
Processing by TestsController#create as HTML
|
8407
|
+
Redirected to /tests/1
|
8408
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8409
|
+
Processing by TestsController#update as HTML
|
8410
|
+
Parameters: {"id"=>"1"}
|
8411
|
+
Redirected to http://test.host/tests/1
|
8412
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8413
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8414
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8415
|
+
Processing by TestsController#new as HTML
|
8416
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8417
|
+
Processing by TestsController#update as HTML
|
8418
|
+
Parameters: {"id"=>"1"}
|
8419
|
+
Redirected to http://test.host/tests/1
|
8420
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8421
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8423
|
+
Processing by TestsController#new as HTML
|
8424
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8425
|
+
Processing by TestsController#update as HTML
|
8426
|
+
Parameters: {"id"=>"1"}
|
8427
|
+
Redirected to http://test.host/tests/1
|
8428
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8429
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8430
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8431
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8432
|
+
Processing by TestsController#new as HTML
|
8433
|
+
Completed 200 OK in 15ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
8434
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8435
|
+
Processing by TestsController#create as HTML
|
8436
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
8437
|
+
Redirected to http://www.example.com/tests/new
|
8438
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
8439
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8440
|
+
Processing by TestsController#new as HTML
|
8441
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8442
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8443
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8444
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8445
|
+
Processing by TestsController#edit as HTML
|
8446
|
+
Parameters: {"id"=>"1"}
|
8447
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8448
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8449
|
+
Processing by TestsController#new as HTML
|
8450
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
8451
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8452
|
+
Processing by TestsController#index as HTML
|
8453
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
8454
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8455
|
+
Processing by TestsController#new as HTML
|
8456
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8457
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8458
|
+
Processing by TestsController#index as HTML
|
8459
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8460
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8461
|
+
Processing by TestsController#update as HTML
|
8462
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8463
|
+
Redirected to http://www.example.com/tests/1/edit
|
8464
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8465
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8466
|
+
Processing by TestsController#edit as HTML
|
8467
|
+
Parameters: {"id"=>"1"}
|
8468
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8469
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8470
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8471
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8472
|
+
Processing by TestsController#edit as HTML
|
8473
|
+
Parameters: {"id"=>"1"}
|
8474
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8475
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8476
|
+
Processing by TestsController#new as HTML
|
8477
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8478
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8479
|
+
Processing by TestsController#edit as HTML
|
8480
|
+
Parameters: {"id"=>"1"}
|
8481
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
8482
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8483
|
+
Processing by TestsController#index as HTML
|
8484
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
8485
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8486
|
+
Processing by TestsController#update as HTML
|
8487
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8488
|
+
Redirected to http://www.example.com/tests/new
|
8489
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8490
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8491
|
+
Processing by TestsController#new as HTML
|
8492
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
8493
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8494
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8495
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8496
|
+
Processing by TestsController#edit as HTML
|
8497
|
+
Parameters: {"id"=>"1"}
|
8498
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8499
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8500
|
+
Processing by TestsController#new as HTML
|
8501
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8502
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8503
|
+
Processing by TestsController#index as HTML
|
8504
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8505
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8506
|
+
Processing by TestsController#update as HTML
|
8507
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8508
|
+
Redirected to http://www.example.com/tests/1/edit
|
8509
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8510
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:57:05 -0600
|
8511
|
+
Processing by TestsController#edit as HTML
|
8512
|
+
Parameters: {"id"=>"1"}
|
8513
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8514
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8516
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8517
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8518
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8519
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8520
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8521
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8522
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8523
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
8524
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8525
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8526
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8527
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8528
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8529
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8530
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8531
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8532
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8533
|
+
Processing by TestsController#new as HTML
|
8534
|
+
Rendered tests/new.html.erb within layouts/application (1.7ms)
|
8535
|
+
Completed 200 OK in 56ms (Views: 47.0ms | ActiveRecord: 0.0ms)
|
8536
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8537
|
+
Processing by TestsController#create as HTML
|
8538
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
8539
|
+
Redirected to http://www.example.com/tests/new
|
8540
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
8541
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8542
|
+
Processing by TestsController#new as HTML
|
8543
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
8544
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
8545
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8546
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8547
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8548
|
+
Processing by TestsController#edit as HTML
|
8549
|
+
Parameters: {"id"=>"1"}
|
8550
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
8551
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
8552
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8553
|
+
Processing by TestsController#new as HTML
|
8554
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8555
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8556
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8557
|
+
Processing by TestsController#index as HTML
|
8558
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
8559
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
8560
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8561
|
+
Processing by TestsController#update as HTML
|
8562
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8563
|
+
Redirected to http://www.example.com/tests/1/edit
|
8564
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8565
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8566
|
+
Processing by TestsController#edit as HTML
|
8567
|
+
Parameters: {"id"=>"1"}
|
8568
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
8569
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8570
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8571
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8572
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8573
|
+
Processing by TestsController#edit as HTML
|
8574
|
+
Parameters: {"id"=>"1"}
|
8575
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
8576
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8577
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8578
|
+
Processing by TestsController#new as HTML
|
8579
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8580
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8581
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8582
|
+
Processing by TestsController#edit as HTML
|
8583
|
+
Parameters: {"id"=>"1"}
|
8584
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
8585
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8586
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8587
|
+
Processing by TestsController#index as HTML
|
8588
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
8589
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8590
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8591
|
+
Processing by TestsController#update as HTML
|
8592
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8593
|
+
Redirected to http://www.example.com/tests/new
|
8594
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8595
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8596
|
+
Processing by TestsController#new as HTML
|
8597
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
8598
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8599
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8600
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8601
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8602
|
+
Processing by TestsController#edit as HTML
|
8603
|
+
Parameters: {"id"=>"1"}
|
8604
|
+
Rendered tests/edit.html.erb within layouts/application (0.3ms)
|
8605
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
8606
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8607
|
+
Processing by TestsController#new as HTML
|
8608
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8609
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8610
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8611
|
+
Processing by TestsController#index as HTML
|
8612
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
8613
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
8614
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8615
|
+
Processing by TestsController#new as HTML
|
8616
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
8617
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8618
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8619
|
+
Processing by TestsController#index as HTML
|
8620
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
8621
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8622
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8623
|
+
Processing by TestsController#update as HTML
|
8624
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8625
|
+
Redirected to http://www.example.com/tests/1/edit
|
8626
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8627
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:19 -0600
|
8628
|
+
Processing by TestsController#edit as HTML
|
8629
|
+
Parameters: {"id"=>"1"}
|
8630
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
8631
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8633
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8634
|
+
Processing by TestsController#offsite_with_default as HTML
|
8635
|
+
Redirected to http://test.host/tests/new
|
8636
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8637
|
+
Processing by TestsController#offsite_without_default as HTML
|
8638
|
+
Redirected to http://test.host/
|
8639
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8640
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8642
|
+
Processing by TestsController#destroy as HTML
|
8643
|
+
Parameters: {"id"=>"1"}
|
8644
|
+
Redirected to http://test.host/tests/new
|
8645
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8646
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8647
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8648
|
+
Processing by TestsController#offsite_with_default as HTML
|
8649
|
+
Redirected to http://rubyonrails.org/
|
8650
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8651
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8652
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8653
|
+
Processing by TestsController#create as HTML
|
8654
|
+
Redirected to /tests/1
|
8655
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
8656
|
+
Processing by TestsController#destroy as HTML
|
8657
|
+
Parameters: {"id"=>"2"}
|
8658
|
+
Redirected to /tests/1
|
8659
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8660
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8661
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8662
|
+
Processing by TestsController#create as HTML
|
8663
|
+
Redirected to http://test.host/
|
8664
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
8665
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8666
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8667
|
+
Processing by TestsController#create as HTML
|
8668
|
+
Redirected to http://test.host/
|
8669
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
8670
|
+
Processing by TestsController#destroy as HTML
|
8671
|
+
Parameters: {"id"=>"1"}
|
8672
|
+
Redirected to http://test.host/tests/new
|
8673
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8674
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8676
|
+
Processing by TestsController#create as HTML
|
8677
|
+
Redirected to http://test.host/
|
8678
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
8679
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8681
|
+
Processing by TestsController#offsite_without_default as HTML
|
8682
|
+
Redirected to http://rubyonrails.org/
|
8683
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8684
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8685
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8686
|
+
Processing by TestsController#new as HTML
|
8687
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8688
|
+
Processing by TestsController#destroy as HTML
|
8689
|
+
Parameters: {"id"=>"1"}
|
8690
|
+
Redirected to /tests/1
|
8691
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8692
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8693
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8694
|
+
Processing by TestsController#new as HTML
|
8695
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8696
|
+
Processing by TestsController#edit as HTML
|
8697
|
+
Parameters: {"id"=>"1"}
|
8698
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
8699
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8700
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8701
|
+
Processing by TestsController#new as HTML
|
8702
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8703
|
+
Processing by TestsController#update as HTML
|
8704
|
+
Parameters: {"id"=>"1"}
|
8705
|
+
Redirected to http://test.host/tests/1
|
8706
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8707
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8708
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8709
|
+
Processing by TestsController#new as HTML
|
8710
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8711
|
+
Processing by TestsController#update as HTML
|
8712
|
+
Parameters: {"id"=>"1"}
|
8713
|
+
Redirected to http://test.host/tests/1
|
8714
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8715
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8716
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8717
|
+
Processing by TestsController#show as HTML
|
8718
|
+
Parameters: {"id"=>"1"}
|
8719
|
+
Redirected to http://test.host/tests/new
|
8720
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8721
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8722
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8723
|
+
Processing by TestsController#new as HTML
|
8724
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8725
|
+
Processing by TestsController#create as HTML
|
8726
|
+
Redirected to /tests/1
|
8727
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8728
|
+
Processing by TestsController#update as HTML
|
8729
|
+
Parameters: {"id"=>"1"}
|
8730
|
+
Redirected to http://test.host/tests/1
|
8731
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8732
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8733
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8734
|
+
Processing by TestsController#update as HTML
|
8735
|
+
Parameters: {"id"=>"1"}
|
8736
|
+
Redirected to http://test.host/
|
8737
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8738
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8739
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8740
|
+
Processing by TestsController#new as HTML
|
8741
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8742
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8744
|
+
Processing by TestsController#new as HTML
|
8745
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8746
|
+
Processing by TestsController#new as HTML
|
8747
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8748
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8749
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
8750
|
+
Processing by TestsController#new as HTML
|
8751
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
8752
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
8753
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8755
|
+
Processing by TestsController#new as HTML
|
8756
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8757
|
+
Processing by TestsController#new as HTML
|
8758
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8759
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8760
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8761
|
+
Processing by TestsController#create as HTML
|
8762
|
+
Redirected to http://test.host/
|
8763
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
8764
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8766
|
+
Processing by TestsController#offsite_without_default as HTML
|
8767
|
+
Redirected to http://rubyonrails.org/
|
8768
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8769
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8770
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8771
|
+
Processing by TestsController#offsite_with_default as HTML
|
8772
|
+
Redirected to http://rubyonrails.org/
|
8773
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8774
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8775
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8776
|
+
Processing by TestsController#create as HTML
|
8777
|
+
Redirected to /tests/1
|
8778
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
8779
|
+
Processing by TestsController#destroy as HTML
|
8780
|
+
Parameters: {"id"=>"2"}
|
8781
|
+
Redirected to /tests/1
|
8782
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8783
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8785
|
+
Processing by TestsController#create as HTML
|
8786
|
+
Redirected to http://test.host/
|
8787
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
8788
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8789
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8790
|
+
Processing by TestsController#destroy as HTML
|
8791
|
+
Parameters: {"id"=>"1"}
|
8792
|
+
Redirected to http://test.host/tests/new
|
8793
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8794
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8795
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8796
|
+
Processing by TestsController#offsite_with_default as HTML
|
8797
|
+
Redirected to http://test.host/tests/new
|
8798
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8799
|
+
Processing by TestsController#offsite_without_default as HTML
|
8800
|
+
Redirected to http://test.host/
|
8801
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8802
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8803
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8804
|
+
Processing by TestsController#create as HTML
|
8805
|
+
Redirected to http://test.host/
|
8806
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
8807
|
+
Processing by TestsController#destroy as HTML
|
8808
|
+
Parameters: {"id"=>"1"}
|
8809
|
+
Redirected to http://test.host/tests/new
|
8810
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8811
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8813
|
+
Processing by TestsController#new as HTML
|
8814
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8815
|
+
Processing by TestsController#destroy as HTML
|
8816
|
+
Parameters: {"id"=>"1"}
|
8817
|
+
Redirected to /tests/1
|
8818
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8819
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8820
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8821
|
+
Processing by TestsController#new as HTML
|
8822
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8823
|
+
Processing by TestsController#edit as HTML
|
8824
|
+
Parameters: {"id"=>"1"}
|
8825
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8826
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8827
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8828
|
+
Processing by TestsController#new as HTML
|
8829
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8830
|
+
Processing by TestsController#create as HTML
|
8831
|
+
Redirected to /tests/1
|
8832
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8833
|
+
Processing by TestsController#update as HTML
|
8834
|
+
Parameters: {"id"=>"1"}
|
8835
|
+
Redirected to http://test.host/tests/1
|
8836
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8837
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8838
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8839
|
+
Processing by TestsController#new as HTML
|
8840
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8841
|
+
Processing by TestsController#update as HTML
|
8842
|
+
Parameters: {"id"=>"1"}
|
8843
|
+
Redirected to http://test.host/tests/1
|
8844
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8847
|
+
Processing by TestsController#show as HTML
|
8848
|
+
Parameters: {"id"=>"1"}
|
8849
|
+
Redirected to http://test.host/tests/new
|
8850
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8851
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8852
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8853
|
+
Processing by TestsController#new as HTML
|
8854
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
8855
|
+
Processing by TestsController#update as HTML
|
8856
|
+
Parameters: {"id"=>"1"}
|
8857
|
+
Redirected to http://test.host/tests/1
|
8858
|
+
Completed 302 Found in 0ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
8859
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8860
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8861
|
+
Processing by TestsController#update as HTML
|
8862
|
+
Parameters: {"id"=>"1"}
|
8863
|
+
Redirected to http://test.host/
|
8864
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8865
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8866
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8867
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8868
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8869
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8870
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8871
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8873
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8875
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8876
|
+
Processing by TestsController#new as HTML
|
8877
|
+
Completed 200 OK in 18ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
8878
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8879
|
+
Processing by TestsController#create as HTML
|
8880
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
8881
|
+
Redirected to http://www.example.com/tests/new
|
8882
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
8883
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8884
|
+
Processing by TestsController#new as HTML
|
8885
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8886
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8888
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8889
|
+
Processing by TestsController#edit as HTML
|
8890
|
+
Parameters: {"id"=>"1"}
|
8891
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
8892
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8893
|
+
Processing by TestsController#new as HTML
|
8894
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8895
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8896
|
+
Processing by TestsController#index as HTML
|
8897
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
8898
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8899
|
+
Processing by TestsController#new as HTML
|
8900
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8901
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8902
|
+
Processing by TestsController#index as HTML
|
8903
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8904
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8905
|
+
Processing by TestsController#update as HTML
|
8906
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8907
|
+
Redirected to http://www.example.com/tests/1/edit
|
8908
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
8909
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8910
|
+
Processing by TestsController#edit as HTML
|
8911
|
+
Parameters: {"id"=>"1"}
|
8912
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8913
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8914
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8915
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8916
|
+
Processing by TestsController#edit as HTML
|
8917
|
+
Parameters: {"id"=>"1"}
|
8918
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8919
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8920
|
+
Processing by TestsController#new as HTML
|
8921
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8922
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8923
|
+
Processing by TestsController#index as HTML
|
8924
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8925
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8926
|
+
Processing by TestsController#update as HTML
|
8927
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8928
|
+
Redirected to http://www.example.com/tests/1/edit
|
8929
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8930
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8931
|
+
Processing by TestsController#edit as HTML
|
8932
|
+
Parameters: {"id"=>"1"}
|
8933
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8934
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8935
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8936
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8937
|
+
Processing by TestsController#edit as HTML
|
8938
|
+
Parameters: {"id"=>"1"}
|
8939
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8940
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8941
|
+
Processing by TestsController#new as HTML
|
8942
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8943
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8944
|
+
Processing by TestsController#edit as HTML
|
8945
|
+
Parameters: {"id"=>"1"}
|
8946
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
8947
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8948
|
+
Processing by TestsController#index as HTML
|
8949
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8950
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8951
|
+
Processing by TestsController#update as HTML
|
8952
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
8953
|
+
Redirected to http://www.example.com/tests/new
|
8954
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8955
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 09:58:54 -0600
|
8956
|
+
Processing by TestsController#new as HTML
|
8957
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
8958
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8959
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
8960
|
+
Processing by TestsController#new as HTML
|
8961
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
8962
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
8963
|
+
Processing by TestsController#edit as HTML
|
8964
|
+
Parameters: {"id"=>"1"}
|
8965
|
+
Rendered tests/edit.html.erb within layouts/application (0.3ms)
|
8966
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
8967
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8968
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8969
|
+
Processing by TestsController#new as HTML
|
8970
|
+
Completed 200 OK in 39ms (Views: 38.3ms | ActiveRecord: 0.0ms)
|
8971
|
+
Processing by TestsController#destroy as HTML
|
8972
|
+
Parameters: {"id"=>"1"}
|
8973
|
+
Completed 500 Internal Server Error in 0ms
|
8974
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
8975
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8976
|
+
Processing by TestsController#new as HTML
|
8977
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8978
|
+
Processing by TestsController#new as HTML
|
8979
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8980
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8981
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8982
|
+
Processing by TestsController#new as HTML
|
8983
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
8984
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8986
|
+
Processing by TestsController#update as HTML
|
8987
|
+
Parameters: {"id"=>"1"}
|
8988
|
+
Redirected to http://test.host/
|
8989
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
8990
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8992
|
+
Processing by TestsController#new as HTML
|
8993
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8994
|
+
Processing by TestsController#update as HTML
|
8995
|
+
Parameters: {"id"=>"1"}
|
8996
|
+
Redirected to http://test.host/tests/1
|
8997
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8998
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8999
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9000
|
+
Processing by TestsController#new as HTML
|
9001
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9002
|
+
Processing by TestsController#create as HTML
|
9003
|
+
Completed 500 Internal Server Error in 0ms
|
9004
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9005
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9006
|
+
Processing by TestsController#new as HTML
|
9007
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9008
|
+
Processing by TestsController#update as HTML
|
9009
|
+
Parameters: {"id"=>"1"}
|
9010
|
+
Redirected to http://test.host/tests/1
|
9011
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9012
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9013
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9014
|
+
Processing by TestsController#show as HTML
|
9015
|
+
Parameters: {"id"=>"1"}
|
9016
|
+
Redirected to http://test.host/tests/new
|
9017
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9018
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9019
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9020
|
+
Processing by TestsController#create as HTML
|
9021
|
+
Completed 500 Internal Server Error in 0ms
|
9022
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9024
|
+
Processing by TestsController#offsite_with_default as HTML
|
9025
|
+
Redirected to
|
9026
|
+
Completed 500 Internal Server Error in 0ms
|
9027
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9028
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9029
|
+
Processing by TestsController#create as HTML
|
9030
|
+
Completed 500 Internal Server Error in 0ms
|
9031
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9032
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9033
|
+
Processing by TestsController#create as HTML
|
9034
|
+
Completed 500 Internal Server Error in 0ms
|
9035
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9036
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9037
|
+
Processing by TestsController#destroy as HTML
|
9038
|
+
Parameters: {"id"=>"1"}
|
9039
|
+
Redirected to
|
9040
|
+
Completed 500 Internal Server Error in 0ms
|
9041
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9042
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9043
|
+
Processing by TestsController#offsite_without_default as HTML
|
9044
|
+
Completed 500 Internal Server Error in 0ms
|
9045
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9046
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9047
|
+
Processing by TestsController#create as HTML
|
9048
|
+
Completed 500 Internal Server Error in 0ms
|
9049
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9051
|
+
Processing by TestsController#offsite_with_default as HTML
|
9052
|
+
Completed 500 Internal Server Error in 0ms
|
9053
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9054
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9055
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9056
|
+
Processing by TestsController#edit as HTML
|
9057
|
+
Parameters: {"id"=>"1"}
|
9058
|
+
Completed 200 OK in 18ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
9059
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9060
|
+
Processing by TestsController#new as HTML
|
9061
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
9062
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9063
|
+
Processing by TestsController#index as HTML
|
9064
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
9065
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9066
|
+
Processing by TestsController#new as HTML
|
9067
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9068
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9069
|
+
Processing by TestsController#index as HTML
|
9070
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9071
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9072
|
+
Processing by TestsController#update as HTML
|
9073
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9074
|
+
Redirected to http://www.example.com/tests/1/edit
|
9075
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9076
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9077
|
+
Processing by TestsController#edit as HTML
|
9078
|
+
Parameters: {"id"=>"1"}
|
9079
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9080
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9081
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9082
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9083
|
+
Processing by TestsController#edit as HTML
|
9084
|
+
Parameters: {"id"=>"1"}
|
9085
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9086
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9087
|
+
Processing by TestsController#new as HTML
|
9088
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9089
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9090
|
+
Processing by TestsController#edit as HTML
|
9091
|
+
Parameters: {"id"=>"1"}
|
9092
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9093
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9094
|
+
Processing by TestsController#index as HTML
|
9095
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9096
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9097
|
+
Processing by TestsController#update as HTML
|
9098
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9099
|
+
Redirected to http://www.example.com/tests/new
|
9100
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9101
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9102
|
+
Processing by TestsController#new as HTML
|
9103
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9105
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9106
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9107
|
+
Processing by TestsController#edit as HTML
|
9108
|
+
Parameters: {"id"=>"1"}
|
9109
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9110
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9111
|
+
Processing by TestsController#new as HTML
|
9112
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9113
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9114
|
+
Processing by TestsController#index as HTML
|
9115
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9116
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9117
|
+
Processing by TestsController#update as HTML
|
9118
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9119
|
+
Redirected to http://www.example.com/tests/1/edit
|
9120
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9121
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9122
|
+
Processing by TestsController#edit as HTML
|
9123
|
+
Parameters: {"id"=>"1"}
|
9124
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
9125
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9127
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9128
|
+
Processing by TestsController#new as HTML
|
9129
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9130
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:09:42 -0600
|
9131
|
+
Processing by TestsController#create as HTML
|
9132
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9133
|
+
Completed 500 Internal Server Error in 0ms
|
9134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9137
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9138
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9139
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9140
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9141
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9142
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9143
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
9144
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9146
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9147
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9148
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9152
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9153
|
+
Processing by TestsController#new as HTML
|
9154
|
+
Rendered tests/new.html.erb within layouts/application (2.3ms)
|
9155
|
+
Completed 200 OK in 57ms (Views: 48.5ms | ActiveRecord: 0.0ms)
|
9156
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9157
|
+
Processing by TestsController#create as HTML
|
9158
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9159
|
+
Completed 500 Internal Server Error in 0ms
|
9160
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9161
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9162
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9163
|
+
Processing by TestsController#edit as HTML
|
9164
|
+
Parameters: {"id"=>"1"}
|
9165
|
+
Rendered tests/edit.html.erb within layouts/application (0.7ms)
|
9166
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
9167
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9168
|
+
Processing by TestsController#new as HTML
|
9169
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9170
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9171
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9172
|
+
Processing by TestsController#index as HTML
|
9173
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
9174
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
9175
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9176
|
+
Processing by TestsController#update as HTML
|
9177
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9178
|
+
Redirected to http://www.example.com/tests/1/edit
|
9179
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9180
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9181
|
+
Processing by TestsController#edit as HTML
|
9182
|
+
Parameters: {"id"=>"1"}
|
9183
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
9184
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9185
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9186
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9187
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9188
|
+
Processing by TestsController#edit as HTML
|
9189
|
+
Parameters: {"id"=>"1"}
|
9190
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9191
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9192
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9193
|
+
Processing by TestsController#new as HTML
|
9194
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
9195
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9196
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9197
|
+
Processing by TestsController#edit as HTML
|
9198
|
+
Parameters: {"id"=>"1"}
|
9199
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9200
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9201
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9202
|
+
Processing by TestsController#index as HTML
|
9203
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
9204
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9205
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9206
|
+
Processing by TestsController#update as HTML
|
9207
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9208
|
+
Redirected to http://www.example.com/tests/new
|
9209
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9210
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9211
|
+
Processing by TestsController#new as HTML
|
9212
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
9213
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9214
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9215
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9216
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9217
|
+
Processing by TestsController#edit as HTML
|
9218
|
+
Parameters: {"id"=>"1"}
|
9219
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9220
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9221
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9222
|
+
Processing by TestsController#new as HTML
|
9223
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
9224
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9225
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9226
|
+
Processing by TestsController#index as HTML
|
9227
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
9228
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
9229
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9230
|
+
Processing by TestsController#new as HTML
|
9231
|
+
Rendered tests/new.html.erb within layouts/application (0.7ms)
|
9232
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
9233
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9234
|
+
Processing by TestsController#index as HTML
|
9235
|
+
Rendered tests/index.html.erb within layouts/application (0.9ms)
|
9236
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
9237
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9238
|
+
Processing by TestsController#update as HTML
|
9239
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9240
|
+
Redirected to http://www.example.com/tests/1/edit
|
9241
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9242
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:12:54 -0600
|
9243
|
+
Processing by TestsController#edit as HTML
|
9244
|
+
Parameters: {"id"=>"1"}
|
9245
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
9246
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
9247
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9248
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9249
|
+
Processing by TestsController#offsite_with_default as HTML
|
9250
|
+
Completed 500 Internal Server Error in 0ms
|
9251
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9252
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9253
|
+
Processing by TestsController#create as HTML
|
9254
|
+
Completed 500 Internal Server Error in 0ms
|
9255
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9256
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9257
|
+
Processing by TestsController#create as HTML
|
9258
|
+
Completed 500 Internal Server Error in 0ms
|
9259
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9261
|
+
Processing by TestsController#create as HTML
|
9262
|
+
Completed 500 Internal Server Error in 0ms
|
9263
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9265
|
+
Processing by TestsController#offsite_with_default as HTML
|
9266
|
+
Completed 500 Internal Server Error in 0ms
|
9267
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9268
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9269
|
+
Processing by TestsController#create as HTML
|
9270
|
+
Completed 500 Internal Server Error in 0ms
|
9271
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9273
|
+
Processing by TestsController#offsite_without_default as HTML
|
9274
|
+
Completed 500 Internal Server Error in 0ms
|
9275
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9276
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9277
|
+
Processing by TestsController#destroy as HTML
|
9278
|
+
Parameters: {"id"=>"1"}
|
9279
|
+
Completed 500 Internal Server Error in 0ms
|
9280
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9281
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9282
|
+
Processing by TestsController#new as HTML
|
9283
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9284
|
+
Processing by TestsController#destroy as HTML
|
9285
|
+
Parameters: {"id"=>"1"}
|
9286
|
+
Completed 500 Internal Server Error in 0ms
|
9287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9289
|
+
Processing by TestsController#new as HTML
|
9290
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9291
|
+
Processing by TestsController#edit as HTML
|
9292
|
+
Parameters: {"id"=>"1"}
|
9293
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9294
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9295
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9296
|
+
Processing by TestsController#update as HTML
|
9297
|
+
Parameters: {"id"=>"1"}
|
9298
|
+
Redirected to http://test.host/
|
9299
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9300
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9302
|
+
Processing by TestsController#new as HTML
|
9303
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9304
|
+
Processing by TestsController#update as HTML
|
9305
|
+
Parameters: {"id"=>"1"}
|
9306
|
+
Redirected to http://test.host/tests/1
|
9307
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9308
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9309
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9310
|
+
Processing by TestsController#new as HTML
|
9311
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9312
|
+
Processing by TestsController#update as HTML
|
9313
|
+
Parameters: {"id"=>"1"}
|
9314
|
+
Redirected to http://test.host/tests/1
|
9315
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9316
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9318
|
+
Processing by TestsController#show as HTML
|
9319
|
+
Parameters: {"id"=>"1"}
|
9320
|
+
Redirected to http://test.host/tests/new
|
9321
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9322
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9323
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9324
|
+
Processing by TestsController#new as HTML
|
9325
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9326
|
+
Processing by TestsController#create as HTML
|
9327
|
+
Completed 500 Internal Server Error in 0ms
|
9328
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9330
|
+
Processing by TestsController#new as HTML
|
9331
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9332
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9333
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9334
|
+
Processing by TestsController#new as HTML
|
9335
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9336
|
+
Processing by TestsController#new as HTML
|
9337
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9339
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
9340
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9341
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9342
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9344
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9346
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9347
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9348
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9349
|
+
Processing by TestsController#new as HTML
|
9350
|
+
Rendered tests/new.html.erb within layouts/application (2.6ms)
|
9351
|
+
Completed 200 OK in 63ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
9352
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9353
|
+
Processing by TestsController#create as HTML
|
9354
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9355
|
+
Completed 500 Internal Server Error in 0ms
|
9356
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9357
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9358
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9359
|
+
Processing by TestsController#edit as HTML
|
9360
|
+
Parameters: {"id"=>"1"}
|
9361
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
9362
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
9363
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9364
|
+
Processing by TestsController#new as HTML
|
9365
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
9366
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9367
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9368
|
+
Processing by TestsController#index as HTML
|
9369
|
+
Rendered tests/index.html.erb within layouts/application (0.8ms)
|
9370
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
9371
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9372
|
+
Processing by TestsController#update as HTML
|
9373
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9374
|
+
Redirected to http://www.example.com/tests/1/edit
|
9375
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9376
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9377
|
+
Processing by TestsController#edit as HTML
|
9378
|
+
Parameters: {"id"=>"1"}
|
9379
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9380
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9381
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9383
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9384
|
+
Processing by TestsController#edit as HTML
|
9385
|
+
Parameters: {"id"=>"1"}
|
9386
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9387
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9388
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9389
|
+
Processing by TestsController#new as HTML
|
9390
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9391
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
9392
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9393
|
+
Processing by TestsController#edit as HTML
|
9394
|
+
Parameters: {"id"=>"1"}
|
9395
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
9396
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
9397
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9398
|
+
Processing by TestsController#index as HTML
|
9399
|
+
Rendered tests/index.html.erb within layouts/application (0.6ms)
|
9400
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
9401
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9402
|
+
Processing by TestsController#update as HTML
|
9403
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9404
|
+
Redirected to http://www.example.com/tests/new
|
9405
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9406
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9407
|
+
Processing by TestsController#new as HTML
|
9408
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9409
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9410
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9411
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9412
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9413
|
+
Processing by TestsController#edit as HTML
|
9414
|
+
Parameters: {"id"=>"1"}
|
9415
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9416
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9417
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9418
|
+
Processing by TestsController#new as HTML
|
9419
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
9420
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9421
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9422
|
+
Processing by TestsController#index as HTML
|
9423
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
9424
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9425
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9426
|
+
Processing by TestsController#new as HTML
|
9427
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9428
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
9429
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9430
|
+
Processing by TestsController#index as HTML
|
9431
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
9432
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9433
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9434
|
+
Processing by TestsController#update as HTML
|
9435
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9436
|
+
Redirected to http://www.example.com/tests/1/edit
|
9437
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9438
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:13:32 -0600
|
9439
|
+
Processing by TestsController#edit as HTML
|
9440
|
+
Parameters: {"id"=>"1"}
|
9441
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9442
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9443
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9445
|
+
Processing by TestsController#show as HTML
|
9446
|
+
Parameters: {"id"=>"1"}
|
9447
|
+
Redirected to http://test.host/tests/new
|
9448
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9449
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9450
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9451
|
+
Processing by TestsController#new as HTML
|
9452
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9453
|
+
Processing by TestsController#update as HTML
|
9454
|
+
Parameters: {"id"=>"1"}
|
9455
|
+
Redirected to http://test.host/tests/1
|
9456
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9457
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9458
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9459
|
+
Processing by TestsController#new as HTML
|
9460
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9461
|
+
Processing by TestsController#update as HTML
|
9462
|
+
Parameters: {"id"=>"1"}
|
9463
|
+
Redirected to http://test.host/tests/1
|
9464
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9465
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9467
|
+
Processing by TestsController#update as HTML
|
9468
|
+
Parameters: {"id"=>"1"}
|
9469
|
+
Redirected to http://test.host/
|
9470
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9471
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9473
|
+
Processing by TestsController#new as HTML
|
9474
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9475
|
+
Processing by TestsController#create as HTML
|
9476
|
+
Completed 500 Internal Server Error in 0ms
|
9477
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9478
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9479
|
+
Processing by TestsController#create as HTML
|
9480
|
+
Redirected to
|
9481
|
+
Completed 500 Internal Server Error in 0ms
|
9482
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9484
|
+
Processing by TestsController#offsite_without_default as HTML
|
9485
|
+
Completed 500 Internal Server Error in 0ms
|
9486
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9487
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9488
|
+
Processing by TestsController#offsite_with_default as HTML
|
9489
|
+
Completed 500 Internal Server Error in 0ms
|
9490
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9492
|
+
Processing by TestsController#create as HTML
|
9493
|
+
Redirected to
|
9494
|
+
Completed 500 Internal Server Error in 0ms
|
9495
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9496
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9497
|
+
Processing by TestsController#offsite_with_default as HTML
|
9498
|
+
Redirected to
|
9499
|
+
Completed 500 Internal Server Error in 0ms
|
9500
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9501
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9502
|
+
Processing by TestsController#create as HTML
|
9503
|
+
Completed 500 Internal Server Error in 0ms
|
9504
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9506
|
+
Processing by TestsController#create as HTML
|
9507
|
+
Completed 500 Internal Server Error in 0ms
|
9508
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9510
|
+
Processing by TestsController#destroy as HTML
|
9511
|
+
Parameters: {"id"=>"1"}
|
9512
|
+
Redirected to
|
9513
|
+
Completed 500 Internal Server Error in 0ms
|
9514
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9515
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9516
|
+
Processing by TestsController#new as HTML
|
9517
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9518
|
+
Processing by TestsController#destroy as HTML
|
9519
|
+
Parameters: {"id"=>"1"}
|
9520
|
+
Completed 500 Internal Server Error in 0ms
|
9521
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9522
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9523
|
+
Processing by TestsController#new as HTML
|
9524
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9525
|
+
Processing by TestsController#edit as HTML
|
9526
|
+
Parameters: {"id"=>"1"}
|
9527
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9528
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9529
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9530
|
+
Processing by TestsController#new as HTML
|
9531
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9532
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9534
|
+
Processing by TestsController#new as HTML
|
9535
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9536
|
+
Processing by TestsController#new as HTML
|
9537
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9538
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9539
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
9540
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9542
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9544
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9545
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9546
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9548
|
+
Processing by TestsController#create as HTML
|
9549
|
+
Redirected to
|
9550
|
+
Completed 500 Internal Server Error in 0ms
|
9551
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9552
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9553
|
+
Processing by TestsController#offsite_with_default as HTML
|
9554
|
+
Completed 500 Internal Server Error in 0ms
|
9555
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9556
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9557
|
+
Processing by TestsController#create as HTML
|
9558
|
+
Redirected to
|
9559
|
+
Completed 500 Internal Server Error in 0ms
|
9560
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9561
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9562
|
+
Processing by TestsController#create as HTML
|
9563
|
+
Redirected to
|
9564
|
+
Completed 500 Internal Server Error in 0ms
|
9565
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9567
|
+
Processing by TestsController#destroy as HTML
|
9568
|
+
Parameters: {"id"=>"1"}
|
9569
|
+
Redirected to
|
9570
|
+
Completed 500 Internal Server Error in 1ms
|
9571
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9572
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9573
|
+
Processing by TestsController#offsite_without_default as HTML
|
9574
|
+
Completed 500 Internal Server Error in 0ms
|
9575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9576
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9577
|
+
Processing by TestsController#offsite_with_default as HTML
|
9578
|
+
Redirected to
|
9579
|
+
Completed 500 Internal Server Error in 0ms
|
9580
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9581
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9582
|
+
Processing by TestsController#create as HTML
|
9583
|
+
Redirected to
|
9584
|
+
Completed 500 Internal Server Error in 0ms
|
9585
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9587
|
+
Processing by TestsController#new as HTML
|
9588
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
9589
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9590
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9591
|
+
Processing by TestsController#new as HTML
|
9592
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9593
|
+
Processing by TestsController#new as HTML
|
9594
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9595
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9596
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9597
|
+
Processing by TestsController#new as HTML
|
9598
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9599
|
+
Processing by TestsController#destroy as HTML
|
9600
|
+
Parameters: {"id"=>"1"}
|
9601
|
+
Redirected to
|
9602
|
+
Completed 500 Internal Server Error in 0ms
|
9603
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9604
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9605
|
+
Processing by TestsController#new as HTML
|
9606
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9607
|
+
Processing by TestsController#edit as HTML
|
9608
|
+
Parameters: {"id"=>"1"}
|
9609
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9610
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9612
|
+
Processing by TestsController#new as HTML
|
9613
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9614
|
+
Processing by TestsController#update as HTML
|
9615
|
+
Parameters: {"id"=>"1"}
|
9616
|
+
Redirected to http://test.host/tests/1
|
9617
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9618
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9620
|
+
Processing by TestsController#show as HTML
|
9621
|
+
Parameters: {"id"=>"1"}
|
9622
|
+
Redirected to http://test.host/tests/new
|
9623
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9625
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9626
|
+
Processing by TestsController#new as HTML
|
9627
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9628
|
+
Processing by TestsController#update as HTML
|
9629
|
+
Parameters: {"id"=>"1"}
|
9630
|
+
Redirected to http://test.host/tests/1
|
9631
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9633
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9634
|
+
Processing by TestsController#update as HTML
|
9635
|
+
Parameters: {"id"=>"1"}
|
9636
|
+
Redirected to http://test.host/
|
9637
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9638
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9639
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9640
|
+
Processing by TestsController#new as HTML
|
9641
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9642
|
+
Processing by TestsController#create as HTML
|
9643
|
+
Redirected to
|
9644
|
+
Completed 500 Internal Server Error in 0ms
|
9645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9646
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9647
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9648
|
+
Processing by TestsController#new as HTML
|
9649
|
+
Completed 200 OK in 16ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
9650
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9651
|
+
Processing by TestsController#create as HTML
|
9652
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9653
|
+
Redirected to
|
9654
|
+
Completed 500 Internal Server Error in 1ms
|
9655
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9656
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9657
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9658
|
+
Processing by TestsController#edit as HTML
|
9659
|
+
Parameters: {"id"=>"1"}
|
9660
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
9661
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9662
|
+
Processing by TestsController#new as HTML
|
9663
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9664
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9665
|
+
Processing by TestsController#index as HTML
|
9666
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
9667
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9668
|
+
Processing by TestsController#update as HTML
|
9669
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9670
|
+
Redirected to http://www.example.com/tests/1/edit
|
9671
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9672
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9673
|
+
Processing by TestsController#edit as HTML
|
9674
|
+
Parameters: {"id"=>"1"}
|
9675
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9676
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9677
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9678
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9679
|
+
Processing by TestsController#edit as HTML
|
9680
|
+
Parameters: {"id"=>"1"}
|
9681
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9682
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9683
|
+
Processing by TestsController#new as HTML
|
9684
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9685
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9686
|
+
Processing by TestsController#index as HTML
|
9687
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9688
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9689
|
+
Processing by TestsController#new as HTML
|
9690
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9691
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9692
|
+
Processing by TestsController#index as HTML
|
9693
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9694
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9695
|
+
Processing by TestsController#update as HTML
|
9696
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9697
|
+
Redirected to http://www.example.com/tests/1/edit
|
9698
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9699
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9700
|
+
Processing by TestsController#edit as HTML
|
9701
|
+
Parameters: {"id"=>"1"}
|
9702
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9703
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9704
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9705
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9706
|
+
Processing by TestsController#edit as HTML
|
9707
|
+
Parameters: {"id"=>"1"}
|
9708
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9709
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9710
|
+
Processing by TestsController#new as HTML
|
9711
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9712
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9713
|
+
Processing by TestsController#edit as HTML
|
9714
|
+
Parameters: {"id"=>"1"}
|
9715
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9716
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9717
|
+
Processing by TestsController#index as HTML
|
9718
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9719
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9720
|
+
Processing by TestsController#update as HTML
|
9721
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9722
|
+
Redirected to http://www.example.com/tests/new
|
9723
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9724
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:14:33 -0600
|
9725
|
+
Processing by TestsController#new as HTML
|
9726
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9728
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
9729
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9731
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9732
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9733
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9734
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9735
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9736
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9737
|
+
Processing by TestsController#create as HTML
|
9738
|
+
Redirected to http://rubyonrails.org/
|
9739
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
9740
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9741
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9742
|
+
Processing by TestsController#create as HTML
|
9743
|
+
Redirected to
|
9744
|
+
Completed 500 Internal Server Error in 0ms
|
9745
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9746
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9747
|
+
Processing by TestsController#offsite_without_default as HTML
|
9748
|
+
Completed 500 Internal Server Error in 0ms
|
9749
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9750
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9751
|
+
Processing by TestsController#offsite_with_default as HTML
|
9752
|
+
Completed 500 Internal Server Error in 0ms
|
9753
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9755
|
+
Processing by TestsController#create as HTML
|
9756
|
+
Redirected to
|
9757
|
+
Completed 500 Internal Server Error in 1ms
|
9758
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9759
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9760
|
+
Processing by TestsController#offsite_with_default as HTML
|
9761
|
+
Redirected to
|
9762
|
+
Completed 500 Internal Server Error in 0ms
|
9763
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9764
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9765
|
+
Processing by TestsController#destroy as HTML
|
9766
|
+
Parameters: {"id"=>"1"}
|
9767
|
+
Redirected to
|
9768
|
+
Completed 500 Internal Server Error in 1ms
|
9769
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9770
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9771
|
+
Processing by TestsController#create as HTML
|
9772
|
+
Redirected to http://test.host/
|
9773
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
9774
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
9775
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9776
|
+
Processing by TestsController#show as HTML
|
9777
|
+
Parameters: {"id"=>"1"}
|
9778
|
+
Redirected to http://test.host/tests/new
|
9779
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9780
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9781
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9782
|
+
Processing by TestsController#new as HTML
|
9783
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
9784
|
+
Processing by TestsController#update as HTML
|
9785
|
+
Parameters: {"id"=>"1"}
|
9786
|
+
Redirected to http://test.host/tests/1
|
9787
|
+
Completed 302 Found in 0ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
9788
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9789
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9790
|
+
Processing by TestsController#update as HTML
|
9791
|
+
Parameters: {"id"=>"1"}
|
9792
|
+
Redirected to http://test.host/
|
9793
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
9794
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9796
|
+
Processing by TestsController#new as HTML
|
9797
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9798
|
+
Processing by TestsController#create as HTML
|
9799
|
+
Redirected to http://test.host/
|
9800
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9801
|
+
Processing by TestsController#update as HTML
|
9802
|
+
Parameters: {"id"=>"1"}
|
9803
|
+
Redirected to http://test.host/tests/1
|
9804
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9805
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9806
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9807
|
+
Processing by TestsController#new as HTML
|
9808
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9809
|
+
Processing by TestsController#update as HTML
|
9810
|
+
Parameters: {"id"=>"1"}
|
9811
|
+
Redirected to http://test.host/tests/1
|
9812
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9814
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9815
|
+
Processing by TestsController#new as HTML
|
9816
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9817
|
+
Processing by TestsController#new as HTML
|
9818
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9819
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9820
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9821
|
+
Processing by TestsController#new as HTML
|
9822
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9823
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9824
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9825
|
+
Processing by TestsController#new as HTML
|
9826
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9827
|
+
Processing by TestsController#edit as HTML
|
9828
|
+
Parameters: {"id"=>"1"}
|
9829
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
9830
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9831
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9832
|
+
Processing by TestsController#new as HTML
|
9833
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9834
|
+
Processing by TestsController#destroy as HTML
|
9835
|
+
Parameters: {"id"=>"1"}
|
9836
|
+
Redirected to http://test.host/tests/new
|
9837
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9838
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9840
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:09 -0600
|
9841
|
+
Processing by TestsController#edit as HTML
|
9842
|
+
Parameters: {"id"=>"1"}
|
9843
|
+
Completed 200 OK in 21ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
9844
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9845
|
+
Processing by TestsController#new as HTML
|
9846
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
9847
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9848
|
+
Processing by TestsController#index as HTML
|
9849
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
9850
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9851
|
+
Processing by TestsController#update as HTML
|
9852
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9853
|
+
Redirected to http://www.example.com/tests/1/edit
|
9854
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9855
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9856
|
+
Processing by TestsController#edit as HTML
|
9857
|
+
Parameters: {"id"=>"1"}
|
9858
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9859
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9860
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9861
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9862
|
+
Processing by TestsController#edit as HTML
|
9863
|
+
Parameters: {"id"=>"1"}
|
9864
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9865
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9866
|
+
Processing by TestsController#new as HTML
|
9867
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9868
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9869
|
+
Processing by TestsController#index as HTML
|
9870
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9871
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9872
|
+
Processing by TestsController#new as HTML
|
9873
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9874
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9875
|
+
Processing by TestsController#index as HTML
|
9876
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
9877
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9878
|
+
Processing by TestsController#update as HTML
|
9879
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9880
|
+
Redirected to http://www.example.com/tests/1/edit
|
9881
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9882
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9883
|
+
Processing by TestsController#edit as HTML
|
9884
|
+
Parameters: {"id"=>"1"}
|
9885
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9886
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9888
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9889
|
+
Processing by TestsController#edit as HTML
|
9890
|
+
Parameters: {"id"=>"1"}
|
9891
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9892
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9893
|
+
Processing by TestsController#new as HTML
|
9894
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9895
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9896
|
+
Processing by TestsController#edit as HTML
|
9897
|
+
Parameters: {"id"=>"1"}
|
9898
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9899
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9900
|
+
Processing by TestsController#index as HTML
|
9901
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9902
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9903
|
+
Processing by TestsController#update as HTML
|
9904
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9905
|
+
Redirected to http://www.example.com/tests/new
|
9906
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9907
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9908
|
+
Processing by TestsController#new as HTML
|
9909
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9910
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9912
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9913
|
+
Processing by TestsController#new as HTML
|
9914
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
9915
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9916
|
+
Processing by TestsController#create as HTML
|
9917
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9918
|
+
Redirected to http://www.example.com/
|
9919
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
9920
|
+
Started GET "/" for 127.0.0.1 at 2015-01-14 10:15:10 -0600
|
9921
|
+
Processing by TestsController#index as HTML
|
9922
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9923
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9924
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
9925
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9926
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9927
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9928
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9929
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9930
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9931
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9932
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9933
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9934
|
+
Processing by TestsController#new as HTML
|
9935
|
+
Rendered tests/new.html.erb within layouts/application (2.5ms)
|
9936
|
+
Completed 200 OK in 55ms (Views: 46.3ms | ActiveRecord: 0.0ms)
|
9937
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9938
|
+
Processing by TestsController#create as HTML
|
9939
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
9940
|
+
Redirected to http://www.example.com/tests/new
|
9941
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
9942
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9943
|
+
Processing by TestsController#new as HTML
|
9944
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
9945
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
9946
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9947
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9948
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9949
|
+
Processing by TestsController#edit as HTML
|
9950
|
+
Parameters: {"id"=>"1"}
|
9951
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
9952
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
9953
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9954
|
+
Processing by TestsController#new as HTML
|
9955
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9956
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9957
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9958
|
+
Processing by TestsController#index as HTML
|
9959
|
+
Rendered tests/index.html.erb within layouts/application (1.1ms)
|
9960
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
9961
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9962
|
+
Processing by TestsController#update as HTML
|
9963
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9964
|
+
Redirected to http://www.example.com/tests/1/edit
|
9965
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9966
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9967
|
+
Processing by TestsController#edit as HTML
|
9968
|
+
Parameters: {"id"=>"1"}
|
9969
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
9970
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9971
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9972
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9973
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9974
|
+
Processing by TestsController#edit as HTML
|
9975
|
+
Parameters: {"id"=>"1"}
|
9976
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9977
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9978
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9979
|
+
Processing by TestsController#new as HTML
|
9980
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
9981
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9982
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9983
|
+
Processing by TestsController#edit as HTML
|
9984
|
+
Parameters: {"id"=>"1"}
|
9985
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
9986
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9987
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9988
|
+
Processing by TestsController#index as HTML
|
9989
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
9990
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
9991
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9992
|
+
Processing by TestsController#update as HTML
|
9993
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
9994
|
+
Redirected to http://www.example.com/tests/new
|
9995
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
9996
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
9997
|
+
Processing by TestsController#new as HTML
|
9998
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
9999
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10000
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10002
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10003
|
+
Processing by TestsController#edit as HTML
|
10004
|
+
Parameters: {"id"=>"1"}
|
10005
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10006
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10007
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10008
|
+
Processing by TestsController#new as HTML
|
10009
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10010
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10011
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10012
|
+
Processing by TestsController#index as HTML
|
10013
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
10014
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10015
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10016
|
+
Processing by TestsController#new as HTML
|
10017
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10018
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10019
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10020
|
+
Processing by TestsController#index as HTML
|
10021
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
10022
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10023
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10024
|
+
Processing by TestsController#update as HTML
|
10025
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10026
|
+
Redirected to http://www.example.com/tests/1/edit
|
10027
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10028
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:16:34 -0600
|
10029
|
+
Processing by TestsController#edit as HTML
|
10030
|
+
Parameters: {"id"=>"1"}
|
10031
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10032
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10033
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10034
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10035
|
+
Processing by TestsController#create as HTML
|
10036
|
+
Redirected to /tests/1
|
10037
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10038
|
+
Processing by TestsController#destroy as HTML
|
10039
|
+
Parameters: {"id"=>"2"}
|
10040
|
+
Redirected to /tests/1
|
10041
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10042
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10043
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10044
|
+
Processing by TestsController#create as HTML
|
10045
|
+
Redirected to http://test.host/
|
10046
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10047
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10048
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10049
|
+
Processing by TestsController#offsite_with_default as HTML
|
10050
|
+
Redirected to http://test.host/tests/new
|
10051
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10052
|
+
Processing by TestsController#offsite_without_default as HTML
|
10053
|
+
Redirected to http://test.host/
|
10054
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10055
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10056
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10057
|
+
Processing by TestsController#offsite_with_default as HTML
|
10058
|
+
Completed 500 Internal Server Error in 1ms
|
10059
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10060
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10061
|
+
Processing by TestsController#create as HTML
|
10062
|
+
Redirected to http://test.host/
|
10063
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10064
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10065
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10066
|
+
Processing by TestsController#offsite_without_default as HTML
|
10067
|
+
Completed 500 Internal Server Error in 0ms
|
10068
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10070
|
+
Processing by TestsController#destroy as HTML
|
10071
|
+
Parameters: {"id"=>"1"}
|
10072
|
+
Redirected to http://test.host/tests/new
|
10073
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10074
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10075
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10076
|
+
Processing by TestsController#create as HTML
|
10077
|
+
Redirected to http://test.host/
|
10078
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10079
|
+
Processing by TestsController#destroy as HTML
|
10080
|
+
Parameters: {"id"=>"1"}
|
10081
|
+
Redirected to http://test.host/tests/new
|
10082
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10083
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10084
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10085
|
+
Processing by TestsController#new as HTML
|
10086
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10087
|
+
Processing by TestsController#destroy as HTML
|
10088
|
+
Parameters: {"id"=>"1"}
|
10089
|
+
Redirected to /tests/1
|
10090
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10091
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10092
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10093
|
+
Processing by TestsController#new as HTML
|
10094
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10095
|
+
Processing by TestsController#edit as HTML
|
10096
|
+
Parameters: {"id"=>"1"}
|
10097
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
10098
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10099
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10100
|
+
Processing by TestsController#new as HTML
|
10101
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10102
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10103
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10104
|
+
Processing by TestsController#new as HTML
|
10105
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10106
|
+
Processing by TestsController#new as HTML
|
10107
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
10108
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10110
|
+
Processing by TestsController#new as HTML
|
10111
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10112
|
+
Processing by TestsController#update as HTML
|
10113
|
+
Parameters: {"id"=>"1"}
|
10114
|
+
Redirected to http://test.host/tests/1
|
10115
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10116
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10117
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10118
|
+
Processing by TestsController#new as HTML
|
10119
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10120
|
+
Processing by TestsController#update as HTML
|
10121
|
+
Parameters: {"id"=>"1"}
|
10122
|
+
Redirected to http://test.host/tests/1
|
10123
|
+
Completed 302 Found in 0ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10124
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10126
|
+
Processing by TestsController#show as HTML
|
10127
|
+
Parameters: {"id"=>"1"}
|
10128
|
+
Redirected to http://test.host/tests/new
|
10129
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10130
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10131
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10132
|
+
Processing by TestsController#new as HTML
|
10133
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10134
|
+
Processing by TestsController#create as HTML
|
10135
|
+
Redirected to /tests/1
|
10136
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10137
|
+
Processing by TestsController#update as HTML
|
10138
|
+
Parameters: {"id"=>"1"}
|
10139
|
+
Redirected to http://test.host/tests/1
|
10140
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10141
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10142
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10143
|
+
Processing by TestsController#update as HTML
|
10144
|
+
Parameters: {"id"=>"1"}
|
10145
|
+
Redirected to http://test.host/
|
10146
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10147
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10148
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
10149
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10150
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10151
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10152
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10153
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10155
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10156
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10157
|
+
Processing by TestsController#new as HTML
|
10158
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10159
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
10160
|
+
Processing by TestsController#new as HTML
|
10161
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10162
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10163
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10164
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10165
|
+
Processing by TestsController#new as HTML
|
10166
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10167
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10169
|
+
Processing by TestsController#offsite_without_default as HTML
|
10170
|
+
Redirected to http://rubyonrails.org/
|
10171
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10172
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10173
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10174
|
+
Processing by TestsController#offsite_with_default as HTML
|
10175
|
+
Redirected to http://test.host/tests/new
|
10176
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10177
|
+
Processing by TestsController#offsite_without_default as HTML
|
10178
|
+
Redirected to http://test.host/
|
10179
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10180
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10181
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10182
|
+
Processing by TestsController#create as HTML
|
10183
|
+
Redirected to http://test.host/
|
10184
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10185
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10186
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10187
|
+
Processing by TestsController#destroy as HTML
|
10188
|
+
Parameters: {"id"=>"1"}
|
10189
|
+
Redirected to http://test.host/tests/new
|
10190
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10192
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10193
|
+
Processing by TestsController#offsite_with_default as HTML
|
10194
|
+
Redirected to http://rubyonrails.org/
|
10195
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10196
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10198
|
+
Processing by TestsController#create as HTML
|
10199
|
+
Redirected to http://test.host/
|
10200
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10201
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10202
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10203
|
+
Processing by TestsController#create as HTML
|
10204
|
+
Redirected to http://test.host/
|
10205
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10206
|
+
Processing by TestsController#destroy as HTML
|
10207
|
+
Parameters: {"id"=>"1"}
|
10208
|
+
Redirected to http://test.host/tests/new
|
10209
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10210
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10211
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10212
|
+
Processing by TestsController#create as HTML
|
10213
|
+
Redirected to /tests/1
|
10214
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10215
|
+
Processing by TestsController#destroy as HTML
|
10216
|
+
Parameters: {"id"=>"2"}
|
10217
|
+
Redirected to /tests/1
|
10218
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10219
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10221
|
+
Processing by TestsController#new as HTML
|
10222
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10223
|
+
Processing by TestsController#create as HTML
|
10224
|
+
Redirected to /tests/1
|
10225
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10226
|
+
Processing by TestsController#update as HTML
|
10227
|
+
Parameters: {"id"=>"1"}
|
10228
|
+
Redirected to http://test.host/tests/1
|
10229
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10230
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10231
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10232
|
+
Processing by TestsController#new as HTML
|
10233
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10234
|
+
Processing by TestsController#update as HTML
|
10235
|
+
Parameters: {"id"=>"1"}
|
10236
|
+
Redirected to http://test.host/tests/1
|
10237
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10238
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
10239
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10240
|
+
Processing by TestsController#show as HTML
|
10241
|
+
Parameters: {"id"=>"1"}
|
10242
|
+
Redirected to http://test.host/tests/new
|
10243
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10244
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10245
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10246
|
+
Processing by TestsController#update as HTML
|
10247
|
+
Parameters: {"id"=>"1"}
|
10248
|
+
Redirected to http://test.host/
|
10249
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10252
|
+
Processing by TestsController#new as HTML
|
10253
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10254
|
+
Processing by TestsController#update as HTML
|
10255
|
+
Parameters: {"id"=>"1"}
|
10256
|
+
Redirected to http://test.host/tests/1
|
10257
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10258
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10259
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10260
|
+
Processing by TestsController#new as HTML
|
10261
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10262
|
+
Processing by TestsController#edit as HTML
|
10263
|
+
Parameters: {"id"=>"1"}
|
10264
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10267
|
+
Processing by TestsController#new as HTML
|
10268
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10269
|
+
Processing by TestsController#destroy as HTML
|
10270
|
+
Parameters: {"id"=>"1"}
|
10271
|
+
Redirected to /tests/1
|
10272
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10273
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10275
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10276
|
+
Processing by TestsController#edit as HTML
|
10277
|
+
Parameters: {"id"=>"1"}
|
10278
|
+
Completed 200 OK in 17ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
10279
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10280
|
+
Processing by TestsController#new as HTML
|
10281
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
10282
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10283
|
+
Processing by TestsController#index as HTML
|
10284
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
10285
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10286
|
+
Processing by TestsController#update as HTML
|
10287
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10288
|
+
Redirected to http://www.example.com/tests/1/edit
|
10289
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10290
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10291
|
+
Processing by TestsController#edit as HTML
|
10292
|
+
Parameters: {"id"=>"1"}
|
10293
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10294
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10295
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10296
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10297
|
+
Processing by TestsController#edit as HTML
|
10298
|
+
Parameters: {"id"=>"1"}
|
10299
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10300
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10301
|
+
Processing by TestsController#new as HTML
|
10302
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
10303
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10304
|
+
Processing by TestsController#index as HTML
|
10305
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
10306
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10307
|
+
Processing by TestsController#new as HTML
|
10308
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10309
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10310
|
+
Processing by TestsController#index as HTML
|
10311
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10312
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10313
|
+
Processing by TestsController#update as HTML
|
10314
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10315
|
+
Redirected to http://www.example.com/tests/1/edit
|
10316
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10317
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10318
|
+
Processing by TestsController#edit as HTML
|
10319
|
+
Parameters: {"id"=>"1"}
|
10320
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10321
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10322
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10323
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10324
|
+
Processing by TestsController#edit as HTML
|
10325
|
+
Parameters: {"id"=>"1"}
|
10326
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10327
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10328
|
+
Processing by TestsController#new as HTML
|
10329
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10330
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10331
|
+
Processing by TestsController#edit as HTML
|
10332
|
+
Parameters: {"id"=>"1"}
|
10333
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
10334
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10335
|
+
Processing by TestsController#index as HTML
|
10336
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10337
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10338
|
+
Processing by TestsController#update as HTML
|
10339
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10340
|
+
Redirected to http://www.example.com/tests/new
|
10341
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10342
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10343
|
+
Processing by TestsController#new as HTML
|
10344
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10345
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10346
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10347
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10348
|
+
Processing by TestsController#new as HTML
|
10349
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10350
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10351
|
+
Processing by TestsController#create as HTML
|
10352
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
10353
|
+
Redirected to http://www.example.com/tests/new
|
10354
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10355
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:17:11 -0600
|
10356
|
+
Processing by TestsController#new as HTML
|
10357
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10358
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
10359
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
10360
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10361
|
+
Processing by TestsController#new as HTML
|
10362
|
+
Rendered tests/new.html.erb within layouts/application (2.1ms)
|
10363
|
+
Completed 200 OK in 63ms (Views: 52.3ms | ActiveRecord: 0.0ms)
|
10364
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10365
|
+
Processing by TestsController#create as HTML
|
10366
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
10367
|
+
Completed 500 Internal Server Error in 1ms
|
10368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10370
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10371
|
+
Processing by TestsController#edit as HTML
|
10372
|
+
Parameters: {"id"=>"1"}
|
10373
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
10374
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
10375
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10376
|
+
Processing by TestsController#new as HTML
|
10377
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10378
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10379
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10380
|
+
Processing by TestsController#edit as HTML
|
10381
|
+
Parameters: {"id"=>"1"}
|
10382
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10383
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10384
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10385
|
+
Processing by TestsController#index as HTML
|
10386
|
+
Rendered tests/index.html.erb within layouts/application (1.0ms)
|
10387
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
10388
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10389
|
+
Processing by TestsController#update as HTML
|
10390
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10391
|
+
Redirected to http://www.example.com/tests/new
|
10392
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10393
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10394
|
+
Processing by TestsController#new as HTML
|
10395
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10396
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
10397
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10398
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10399
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10400
|
+
Processing by TestsController#edit as HTML
|
10401
|
+
Parameters: {"id"=>"1"}
|
10402
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10403
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10404
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10405
|
+
Processing by TestsController#new as HTML
|
10406
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10407
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10408
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10409
|
+
Processing by TestsController#index as HTML
|
10410
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10411
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
10412
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10413
|
+
Processing by TestsController#update as HTML
|
10414
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10415
|
+
Redirected to http://www.example.com/tests/1/edit
|
10416
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10417
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10418
|
+
Processing by TestsController#edit as HTML
|
10419
|
+
Parameters: {"id"=>"1"}
|
10420
|
+
Rendered tests/edit.html.erb within layouts/application (0.6ms)
|
10421
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
10422
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10423
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10424
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10425
|
+
Processing by TestsController#edit as HTML
|
10426
|
+
Parameters: {"id"=>"1"}
|
10427
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10428
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10429
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10430
|
+
Processing by TestsController#new as HTML
|
10431
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10432
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10433
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10434
|
+
Processing by TestsController#index as HTML
|
10435
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10436
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10437
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10438
|
+
Processing by TestsController#new as HTML
|
10439
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10440
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
10441
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10442
|
+
Processing by TestsController#index as HTML
|
10443
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10444
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10445
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10446
|
+
Processing by TestsController#update as HTML
|
10447
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10448
|
+
Redirected to http://www.example.com/tests/1/edit
|
10449
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10450
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:20:00 -0600
|
10451
|
+
Processing by TestsController#edit as HTML
|
10452
|
+
Parameters: {"id"=>"1"}
|
10453
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10454
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10457
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10458
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10459
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10461
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10463
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10464
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10465
|
+
Processing by TestsController#new as HTML
|
10466
|
+
Rendered tests/new.html.erb within layouts/application (0.2ms)
|
10467
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10468
|
+
Processing by TestsController#destroy as HTML
|
10469
|
+
Parameters: {"id"=>"1"}
|
10470
|
+
Completed 500 Internal Server Error in 1ms
|
10471
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10472
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10473
|
+
Processing by TestsController#new as HTML
|
10474
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10475
|
+
Processing by TestsController#edit as HTML
|
10476
|
+
Parameters: {"id"=>"1"}
|
10477
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10478
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10479
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10480
|
+
Processing by TestsController#offsite_with_default as HTML
|
10481
|
+
Completed 500 Internal Server Error in 1ms
|
10482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10484
|
+
Processing by TestsController#offsite_without_default as HTML
|
10485
|
+
Completed 500 Internal Server Error in 1ms
|
10486
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10487
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10488
|
+
Processing by TestsController#create as HTML
|
10489
|
+
Completed 500 Internal Server Error in 1ms
|
10490
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10491
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10492
|
+
Processing by TestsController#create as HTML
|
10493
|
+
Completed 500 Internal Server Error in 1ms
|
10494
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10495
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10496
|
+
Processing by TestsController#offsite_with_default as HTML
|
10497
|
+
Completed 500 Internal Server Error in 1ms
|
10498
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10499
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10500
|
+
Processing by TestsController#create as HTML
|
10501
|
+
Completed 500 Internal Server Error in 1ms
|
10502
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10503
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10504
|
+
Processing by TestsController#destroy as HTML
|
10505
|
+
Parameters: {"id"=>"1"}
|
10506
|
+
Completed 500 Internal Server Error in 1ms
|
10507
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10508
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10509
|
+
Processing by TestsController#create as HTML
|
10510
|
+
Completed 500 Internal Server Error in 1ms
|
10511
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10513
|
+
Processing by TestsController#new as HTML
|
10514
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10515
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10517
|
+
Processing by TestsController#new as HTML
|
10518
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10519
|
+
Processing by TestsController#new as HTML
|
10520
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
10521
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10522
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10523
|
+
Processing by TestsController#show as HTML
|
10524
|
+
Parameters: {"id"=>"1"}
|
10525
|
+
Redirected to http://test.host/tests/new
|
10526
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10527
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10529
|
+
Processing by TestsController#new as HTML
|
10530
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10531
|
+
Processing by TestsController#update as HTML
|
10532
|
+
Parameters: {"id"=>"1"}
|
10533
|
+
Redirected to http://test.host/tests/1
|
10534
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10535
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10536
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10537
|
+
Processing by TestsController#new as HTML
|
10538
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10539
|
+
Processing by TestsController#update as HTML
|
10540
|
+
Parameters: {"id"=>"1"}
|
10541
|
+
Redirected to http://test.host/tests/1
|
10542
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10543
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10544
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10545
|
+
Processing by TestsController#new as HTML
|
10546
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10547
|
+
Processing by TestsController#create as HTML
|
10548
|
+
Completed 500 Internal Server Error in 1ms
|
10549
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10550
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10551
|
+
Processing by TestsController#update as HTML
|
10552
|
+
Parameters: {"id"=>"1"}
|
10553
|
+
Redirected to http://test.host/
|
10554
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10555
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10556
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
10557
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10558
|
+
Processing by TestsController#new as HTML
|
10559
|
+
Rendered tests/new.html.erb within layouts/application (1.8ms)
|
10560
|
+
Completed 200 OK in 68ms (Views: 53.1ms | ActiveRecord: 0.0ms)
|
10561
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10562
|
+
Processing by TestsController#create as HTML
|
10563
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
10564
|
+
Redirected to http://www.example.com/tests/new
|
10565
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10566
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10567
|
+
Processing by TestsController#new as HTML
|
10568
|
+
Rendered tests/new.html.erb within layouts/application (0.6ms)
|
10569
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
10570
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10571
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10572
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10573
|
+
Processing by TestsController#edit as HTML
|
10574
|
+
Parameters: {"id"=>"1"}
|
10575
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
10576
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
10577
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10578
|
+
Processing by TestsController#new as HTML
|
10579
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10580
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10581
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10582
|
+
Processing by TestsController#edit as HTML
|
10583
|
+
Parameters: {"id"=>"1"}
|
10584
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10585
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10586
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10587
|
+
Processing by TestsController#index as HTML
|
10588
|
+
Rendered tests/index.html.erb within layouts/application (0.9ms)
|
10589
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
10590
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10591
|
+
Processing by TestsController#update as HTML
|
10592
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10593
|
+
Redirected to http://www.example.com/tests/new
|
10594
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10595
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10596
|
+
Processing by TestsController#new as HTML
|
10597
|
+
Rendered tests/new.html.erb within layouts/application (0.5ms)
|
10598
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
10599
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10600
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10601
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10602
|
+
Processing by TestsController#edit as HTML
|
10603
|
+
Parameters: {"id"=>"1"}
|
10604
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10605
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10606
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10607
|
+
Processing by TestsController#new as HTML
|
10608
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10609
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10610
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10611
|
+
Processing by TestsController#index as HTML
|
10612
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10613
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10614
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10615
|
+
Processing by TestsController#new as HTML
|
10616
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10617
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10618
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10619
|
+
Processing by TestsController#index as HTML
|
10620
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
10621
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10622
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10623
|
+
Processing by TestsController#update as HTML
|
10624
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10625
|
+
Redirected to http://www.example.com/tests/1/edit
|
10626
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10627
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10628
|
+
Processing by TestsController#edit as HTML
|
10629
|
+
Parameters: {"id"=>"1"}
|
10630
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10631
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10633
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10634
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10635
|
+
Processing by TestsController#edit as HTML
|
10636
|
+
Parameters: {"id"=>"1"}
|
10637
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10638
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10639
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10640
|
+
Processing by TestsController#new as HTML
|
10641
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10642
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10643
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10644
|
+
Processing by TestsController#index as HTML
|
10645
|
+
Rendered tests/index.html.erb within layouts/application (0.5ms)
|
10646
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10647
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10648
|
+
Processing by TestsController#update as HTML
|
10649
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10650
|
+
Redirected to http://www.example.com/tests/1/edit
|
10651
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10652
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:21:24 -0600
|
10653
|
+
Processing by TestsController#edit as HTML
|
10654
|
+
Parameters: {"id"=>"1"}
|
10655
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10656
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10657
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10658
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10659
|
+
Processing by TestsController#new as HTML
|
10660
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10661
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10662
|
+
Processing by TestsController#destroy as HTML
|
10663
|
+
Parameters: {"id"=>"1"}
|
10664
|
+
Redirected to /tests/1
|
10665
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10666
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10667
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10668
|
+
Processing by TestsController#new as HTML
|
10669
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10670
|
+
Processing by TestsController#edit as HTML
|
10671
|
+
Parameters: {"id"=>"1"}
|
10672
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
10673
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10674
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10675
|
+
Processing by TestsController#new as HTML
|
10676
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
10677
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10679
|
+
Processing by TestsController#new as HTML
|
10680
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10681
|
+
Processing by TestsController#new as HTML
|
10682
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10683
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10684
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10685
|
+
Processing by TestsController#offsite_without_default as HTML
|
10686
|
+
Redirected to http://rubyonrails.org/
|
10687
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10688
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10689
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10690
|
+
Processing by TestsController#create as HTML
|
10691
|
+
Redirected to /tests/1
|
10692
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10693
|
+
Processing by TestsController#destroy as HTML
|
10694
|
+
Parameters: {"id"=>"2"}
|
10695
|
+
Redirected to /tests/1
|
10696
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10697
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10699
|
+
Processing by TestsController#destroy as HTML
|
10700
|
+
Parameters: {"id"=>"1"}
|
10701
|
+
Redirected to http://test.host/tests/new
|
10702
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10703
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10704
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10705
|
+
Processing by TestsController#offsite_with_default as HTML
|
10706
|
+
Redirected to http://test.host/tests/new
|
10707
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10708
|
+
Processing by TestsController#offsite_without_default as HTML
|
10709
|
+
Redirected to http://test.host/
|
10710
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10711
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10712
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10713
|
+
Processing by TestsController#create as HTML
|
10714
|
+
Redirected to http://test.host/
|
10715
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10716
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10717
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10718
|
+
Processing by TestsController#create as HTML
|
10719
|
+
Redirected to http://test.host/
|
10720
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10721
|
+
Processing by TestsController#destroy as HTML
|
10722
|
+
Parameters: {"id"=>"1"}
|
10723
|
+
Redirected to http://test.host/tests/new
|
10724
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10725
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
10726
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10727
|
+
Processing by TestsController#offsite_with_default as HTML
|
10728
|
+
Redirected to http://rubyonrails.org/
|
10729
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10730
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10731
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10732
|
+
Processing by TestsController#create as HTML
|
10733
|
+
Redirected to http://test.host/
|
10734
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10735
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10736
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10737
|
+
Processing by TestsController#new as HTML
|
10738
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10739
|
+
Processing by TestsController#create as HTML
|
10740
|
+
Redirected to /tests/1
|
10741
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10742
|
+
Processing by TestsController#update as HTML
|
10743
|
+
Parameters: {"id"=>"1"}
|
10744
|
+
Redirected to http://test.host/tests/1
|
10745
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10746
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10747
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10748
|
+
Processing by TestsController#new as HTML
|
10749
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10750
|
+
Processing by TestsController#update as HTML
|
10751
|
+
Parameters: {"id"=>"1"}
|
10752
|
+
Redirected to http://test.host/tests/1
|
10753
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10754
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10755
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10756
|
+
Processing by TestsController#new as HTML
|
10757
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10758
|
+
Processing by TestsController#update as HTML
|
10759
|
+
Parameters: {"id"=>"1"}
|
10760
|
+
Redirected to http://test.host/tests/1
|
10761
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10762
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10763
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10764
|
+
Processing by TestsController#update as HTML
|
10765
|
+
Parameters: {"id"=>"1"}
|
10766
|
+
Redirected to http://test.host/
|
10767
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10768
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10769
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
10770
|
+
Processing by TestsController#show as HTML
|
10771
|
+
Parameters: {"id"=>"1"}
|
10772
|
+
Redirected to http://test.host/tests/new
|
10773
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10775
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10776
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10777
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10778
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10779
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10780
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10782
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10783
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
10784
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10785
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10786
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10787
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10788
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10789
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10790
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10791
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10792
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10793
|
+
Processing by TestsController#new as HTML
|
10794
|
+
Rendered tests/new.html.erb within layouts/application (3.5ms)
|
10795
|
+
Completed 200 OK in 75ms (Views: 65.7ms | ActiveRecord: 0.0ms)
|
10796
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10797
|
+
Processing by TestsController#create as HTML
|
10798
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
10799
|
+
Redirected to http://www.example.com/tests/new
|
10800
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
10801
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10802
|
+
Processing by TestsController#new as HTML
|
10803
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10804
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
10805
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10806
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10807
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10808
|
+
Processing by TestsController#edit as HTML
|
10809
|
+
Parameters: {"id"=>"1"}
|
10810
|
+
Rendered tests/edit.html.erb within layouts/application (0.5ms)
|
10811
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
10812
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10813
|
+
Processing by TestsController#new as HTML
|
10814
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10815
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10816
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10817
|
+
Processing by TestsController#index as HTML
|
10818
|
+
Rendered tests/index.html.erb within layouts/application (1.4ms)
|
10819
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
10820
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10821
|
+
Processing by TestsController#update as HTML
|
10822
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10823
|
+
Redirected to http://www.example.com/tests/1/edit
|
10824
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10825
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10826
|
+
Processing by TestsController#edit as HTML
|
10827
|
+
Parameters: {"id"=>"1"}
|
10828
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10829
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10830
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10831
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10832
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10833
|
+
Processing by TestsController#edit as HTML
|
10834
|
+
Parameters: {"id"=>"1"}
|
10835
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10836
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10837
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10838
|
+
Processing by TestsController#new as HTML
|
10839
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10840
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10841
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10842
|
+
Processing by TestsController#edit as HTML
|
10843
|
+
Parameters: {"id"=>"1"}
|
10844
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10845
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10846
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10847
|
+
Processing by TestsController#index as HTML
|
10848
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10849
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
10850
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10851
|
+
Processing by TestsController#update as HTML
|
10852
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10853
|
+
Redirected to http://www.example.com/tests/new
|
10854
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10855
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10856
|
+
Processing by TestsController#new as HTML
|
10857
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10858
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10859
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10860
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10861
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10862
|
+
Processing by TestsController#edit as HTML
|
10863
|
+
Parameters: {"id"=>"1"}
|
10864
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
10865
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10866
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10867
|
+
Processing by TestsController#new as HTML
|
10868
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
10869
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10870
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10871
|
+
Processing by TestsController#index as HTML
|
10872
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
10873
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10874
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10875
|
+
Processing by TestsController#new as HTML
|
10876
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
10877
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
10878
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10879
|
+
Processing by TestsController#index as HTML
|
10880
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
10881
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10882
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10883
|
+
Processing by TestsController#update as HTML
|
10884
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
10885
|
+
Redirected to http://www.example.com/tests/1/edit
|
10886
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
10887
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:45:17 -0600
|
10888
|
+
Processing by TestsController#edit as HTML
|
10889
|
+
Parameters: {"id"=>"1"}
|
10890
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
10891
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10893
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10894
|
+
Processing by TestsController#create as HTML
|
10895
|
+
Redirected to http://test.host/
|
10896
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10897
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10898
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10899
|
+
Processing by TestsController#offsite_without_default as HTML
|
10900
|
+
Redirected to http://rubyonrails.org/
|
10901
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10902
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10903
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10904
|
+
Processing by TestsController#create as HTML
|
10905
|
+
Redirected to http://test.host/
|
10906
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10907
|
+
Processing by TestsController#destroy as HTML
|
10908
|
+
Parameters: {"id"=>"1"}
|
10909
|
+
Redirected to http://test.host/tests/new
|
10910
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10911
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10912
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10913
|
+
Processing by TestsController#offsite_with_default as HTML
|
10914
|
+
Redirected to http://rubyonrails.org/
|
10915
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10916
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10917
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10918
|
+
Processing by TestsController#create as HTML
|
10919
|
+
Redirected to /tests/1
|
10920
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10921
|
+
Processing by TestsController#destroy as HTML
|
10922
|
+
Parameters: {"id"=>"2"}
|
10923
|
+
Redirected to /tests/1
|
10924
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10925
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10926
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10927
|
+
Processing by TestsController#offsite_with_default as HTML
|
10928
|
+
Redirected to http://test.host/tests/new
|
10929
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10930
|
+
Processing by TestsController#offsite_without_default as HTML
|
10931
|
+
Redirected to http://test.host/
|
10932
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10933
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10934
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10935
|
+
Processing by TestsController#offsite_without_default as HTML
|
10936
|
+
Redirected to http://rubyonrails.org/
|
10937
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10938
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10939
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10940
|
+
Processing by TestsController#destroy as HTML
|
10941
|
+
Parameters: {"id"=>"1"}
|
10942
|
+
Redirected to http://test.host/tests/new
|
10943
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10944
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10945
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10946
|
+
Processing by TestsController#create as HTML
|
10947
|
+
Redirected to http://test.host/
|
10948
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
10949
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10950
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10951
|
+
Processing by TestsController#new as HTML
|
10952
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10953
|
+
Processing by TestsController#destroy as HTML
|
10954
|
+
Parameters: {"id"=>"1"}
|
10955
|
+
Redirected to /tests/1
|
10956
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
10957
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10958
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10959
|
+
Processing by TestsController#new as HTML
|
10960
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
10961
|
+
Processing by TestsController#edit as HTML
|
10962
|
+
Parameters: {"id"=>"1"}
|
10963
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10965
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10966
|
+
Processing by TestsController#new as HTML
|
10967
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10968
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10969
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10970
|
+
Processing by TestsController#new as HTML
|
10971
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10972
|
+
Processing by TestsController#new as HTML
|
10973
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
10974
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10975
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10976
|
+
Processing by TestsController#new as HTML
|
10977
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10978
|
+
Processing by TestsController#update as HTML
|
10979
|
+
Parameters: {"id"=>"1"}
|
10980
|
+
Redirected to http://test.host/tests/1
|
10981
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
10982
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10983
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10984
|
+
Processing by TestsController#new as HTML
|
10985
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10986
|
+
Processing by TestsController#update as HTML
|
10987
|
+
Parameters: {"id"=>"1"}
|
10988
|
+
Redirected to http://test.host/tests/1
|
10989
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
10990
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10991
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10992
|
+
Processing by TestsController#update as HTML
|
10993
|
+
Parameters: {"id"=>"1"}
|
10994
|
+
Redirected to http://test.host/
|
10995
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
10996
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
10997
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
10998
|
+
Processing by TestsController#show as HTML
|
10999
|
+
Parameters: {"id"=>"1"}
|
11000
|
+
Redirected to http://test.host/tests/new
|
11001
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11002
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11003
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11004
|
+
Processing by TestsController#new as HTML
|
11005
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11006
|
+
Processing by TestsController#create as HTML
|
11007
|
+
Redirected to /tests/1
|
11008
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11009
|
+
Processing by TestsController#update as HTML
|
11010
|
+
Parameters: {"id"=>"1"}
|
11011
|
+
Redirected to http://test.host/tests/1
|
11012
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11013
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11014
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
11015
|
+
Processing by TestsController#destroy as HTML
|
11016
|
+
Parameters: {"id"=>"1"}
|
11017
|
+
Redirected to http://test.host/tests/new
|
11018
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11019
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11020
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11021
|
+
Processing by TestsController#offsite_with_default as HTML
|
11022
|
+
Redirected to http://test.host/tests/new
|
11023
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11024
|
+
Processing by TestsController#offsite_without_default as HTML
|
11025
|
+
Redirected to http://test.host/
|
11026
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11027
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11028
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11029
|
+
Processing by TestsController#offsite_without_default as HTML
|
11030
|
+
Redirected to http://test.host/
|
11031
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11032
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11033
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11034
|
+
Processing by TestsController#create as HTML
|
11035
|
+
Redirected to http://test.host/
|
11036
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11037
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11038
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11039
|
+
Processing by TestsController#create as HTML
|
11040
|
+
Redirected to /tests/1
|
11041
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
11042
|
+
Processing by TestsController#destroy as HTML
|
11043
|
+
Parameters: {"id"=>"2"}
|
11044
|
+
Redirected to /tests/1
|
11045
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11046
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11047
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11048
|
+
Processing by TestsController#offsite_without_default as HTML
|
11049
|
+
Redirected to http://rubyonrails.org/
|
11050
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11051
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11052
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11053
|
+
Processing by TestsController#offsite_with_default as HTML
|
11054
|
+
Redirected to http://test.host/tests/new
|
11055
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11056
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11057
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11058
|
+
Processing by TestsController#offsite_with_default as HTML
|
11059
|
+
Redirected to http://rubyonrails.org/
|
11060
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11061
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11062
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11063
|
+
Processing by TestsController#offsite_with_default as HTML
|
11064
|
+
Redirected to http://rubyonrails.org/
|
11065
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11066
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11068
|
+
Processing by TestsController#create as HTML
|
11069
|
+
Redirected to http://test.host/
|
11070
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11071
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11072
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11073
|
+
Processing by TestsController#offsite_without_default as HTML
|
11074
|
+
Redirected to http://rubyonrails.org/
|
11075
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11076
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11077
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11078
|
+
Processing by TestsController#create as HTML
|
11079
|
+
Redirected to http://test.host/
|
11080
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11081
|
+
Processing by TestsController#destroy as HTML
|
11082
|
+
Parameters: {"id"=>"1"}
|
11083
|
+
Redirected to http://test.host/tests/new
|
11084
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11085
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11087
|
+
Processing by TestsController#new as HTML
|
11088
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
11089
|
+
Processing by TestsController#new as HTML
|
11090
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11091
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11092
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11093
|
+
Processing by TestsController#new as HTML
|
11094
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11095
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11096
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
11097
|
+
Processing by TestsController#show as HTML
|
11098
|
+
Parameters: {"id"=>"1"}
|
11099
|
+
Redirected to http://test.host/tests/new
|
11100
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11101
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11102
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11103
|
+
Processing by TestsController#new as HTML
|
11104
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11105
|
+
Processing by TestsController#update as HTML
|
11106
|
+
Parameters: {"id"=>"1"}
|
11107
|
+
Redirected to http://test.host/tests/1
|
11108
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11109
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11111
|
+
Processing by TestsController#new as HTML
|
11112
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11113
|
+
Processing by TestsController#update as HTML
|
11114
|
+
Parameters: {"id"=>"1"}
|
11115
|
+
Redirected to http://test.host/tests/1
|
11116
|
+
Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11117
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11118
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11119
|
+
Processing by TestsController#new as HTML
|
11120
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
11121
|
+
Processing by TestsController#create as HTML
|
11122
|
+
Redirected to /tests/1
|
11123
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
11124
|
+
Processing by TestsController#update as HTML
|
11125
|
+
Parameters: {"id"=>"1"}
|
11126
|
+
Redirected to http://test.host/tests/1
|
11127
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
11128
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11129
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11130
|
+
Processing by TestsController#update as HTML
|
11131
|
+
Parameters: {"id"=>"1"}
|
11132
|
+
Redirected to http://test.host/
|
11133
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11136
|
+
Processing by TestsController#new as HTML
|
11137
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11138
|
+
Processing by TestsController#edit as HTML
|
11139
|
+
Parameters: {"id"=>"1"}
|
11140
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
11141
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11142
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11143
|
+
Processing by TestsController#new as HTML
|
11144
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11145
|
+
Processing by TestsController#destroy as HTML
|
11146
|
+
Parameters: {"id"=>"1"}
|
11147
|
+
Redirected to /tests/1
|
11148
|
+
Completed 302 Found in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11149
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11150
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11151
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11152
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11153
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11155
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11156
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11157
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11158
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11159
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11160
|
+
Processing by TestsController#edit as HTML
|
11161
|
+
Parameters: {"id"=>"1"}
|
11162
|
+
Completed 200 OK in 25ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
11163
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11164
|
+
Processing by TestsController#new as HTML
|
11165
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
11166
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11167
|
+
Processing by TestsController#index as HTML
|
11168
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
11169
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11170
|
+
Processing by TestsController#new as HTML
|
11171
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11172
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11173
|
+
Processing by TestsController#index as HTML
|
11174
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11175
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11176
|
+
Processing by TestsController#update as HTML
|
11177
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11178
|
+
Redirected to http://www.example.com/tests/1/edit
|
11179
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11180
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11181
|
+
Processing by TestsController#edit as HTML
|
11182
|
+
Parameters: {"id"=>"1"}
|
11183
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11184
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11185
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11186
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11187
|
+
Processing by TestsController#edit as HTML
|
11188
|
+
Parameters: {"id"=>"1"}
|
11189
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
11190
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11191
|
+
Processing by TestsController#new as HTML
|
11192
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11193
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11194
|
+
Processing by TestsController#index as HTML
|
11195
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11196
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11197
|
+
Processing by TestsController#update as HTML
|
11198
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11199
|
+
Redirected to http://www.example.com/tests/1/edit
|
11200
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11201
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11202
|
+
Processing by TestsController#edit as HTML
|
11203
|
+
Parameters: {"id"=>"1"}
|
11204
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
11205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11207
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11208
|
+
Processing by TestsController#edit as HTML
|
11209
|
+
Parameters: {"id"=>"1"}
|
11210
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11211
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11212
|
+
Processing by TestsController#new as HTML
|
11213
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11214
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11215
|
+
Processing by TestsController#edit as HTML
|
11216
|
+
Parameters: {"id"=>"1"}
|
11217
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
11218
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11219
|
+
Processing by TestsController#index as HTML
|
11220
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11221
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11222
|
+
Processing by TestsController#update as HTML
|
11223
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11224
|
+
Redirected to http://www.example.com/tests/new
|
11225
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11226
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11227
|
+
Processing by TestsController#new as HTML
|
11228
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
11229
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11230
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11231
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11232
|
+
Processing by TestsController#new as HTML
|
11233
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11234
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11235
|
+
Processing by TestsController#create as HTML
|
11236
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
11237
|
+
Redirected to http://www.example.com/tests/new
|
11238
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
11239
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:48:02 -0600
|
11240
|
+
Processing by TestsController#new as HTML
|
11241
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
11242
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
11243
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11244
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11245
|
+
Processing by TestsController#new as HTML
|
11246
|
+
Rendered tests/new.html.erb within layouts/application (1.7ms)
|
11247
|
+
Completed 200 OK in 58ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
11248
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11249
|
+
Processing by TestsController#create as HTML
|
11250
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
11251
|
+
Redirected to http://www.example.com/tests/new
|
11252
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
11253
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11254
|
+
Processing by TestsController#new as HTML
|
11255
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
11256
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11259
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11260
|
+
Processing by TestsController#edit as HTML
|
11261
|
+
Parameters: {"id"=>"1"}
|
11262
|
+
Rendered tests/edit.html.erb within layouts/application (0.7ms)
|
11263
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
11264
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11265
|
+
Processing by TestsController#new as HTML
|
11266
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
11267
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
11268
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11269
|
+
Processing by TestsController#edit as HTML
|
11270
|
+
Parameters: {"id"=>"1"}
|
11271
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
11272
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11273
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11274
|
+
Processing by TestsController#index as HTML
|
11275
|
+
Rendered tests/index.html.erb within layouts/application (0.9ms)
|
11276
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
11277
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11278
|
+
Processing by TestsController#update as HTML
|
11279
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11280
|
+
Redirected to http://www.example.com/tests/new
|
11281
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11282
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11283
|
+
Processing by TestsController#new as HTML
|
11284
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
11285
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11286
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11287
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11288
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11289
|
+
Processing by TestsController#edit as HTML
|
11290
|
+
Parameters: {"id"=>"1"}
|
11291
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
11292
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11293
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11294
|
+
Processing by TestsController#new as HTML
|
11295
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
11296
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11297
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11298
|
+
Processing by TestsController#index as HTML
|
11299
|
+
Rendered tests/index.html.erb within layouts/application (0.7ms)
|
11300
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
11301
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11302
|
+
Processing by TestsController#update as HTML
|
11303
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11304
|
+
Redirected to http://www.example.com/tests/1/edit
|
11305
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11306
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11307
|
+
Processing by TestsController#edit as HTML
|
11308
|
+
Parameters: {"id"=>"1"}
|
11309
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
11310
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11311
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11313
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11314
|
+
Processing by TestsController#edit as HTML
|
11315
|
+
Parameters: {"id"=>"1"}
|
11316
|
+
Rendered tests/edit.html.erb within layouts/application (0.1ms)
|
11317
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11318
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11319
|
+
Processing by TestsController#new as HTML
|
11320
|
+
Rendered tests/new.html.erb within layouts/application (0.4ms)
|
11321
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11322
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11323
|
+
Processing by TestsController#index as HTML
|
11324
|
+
Rendered tests/index.html.erb within layouts/application (0.3ms)
|
11325
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11326
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11327
|
+
Processing by TestsController#new as HTML
|
11328
|
+
Rendered tests/new.html.erb within layouts/application (0.3ms)
|
11329
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11330
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11331
|
+
Processing by TestsController#index as HTML
|
11332
|
+
Rendered tests/index.html.erb within layouts/application (0.4ms)
|
11333
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11334
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11335
|
+
Processing by TestsController#update as HTML
|
11336
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11337
|
+
Redirected to http://www.example.com/tests/1/edit
|
11338
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11339
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:49:31 -0600
|
11340
|
+
Processing by TestsController#edit as HTML
|
11341
|
+
Parameters: {"id"=>"1"}
|
11342
|
+
Rendered tests/edit.html.erb within layouts/application (0.2ms)
|
11343
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11344
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11346
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11347
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11348
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11349
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11350
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11351
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11354
|
+
Processing by TestsController#update as HTML
|
11355
|
+
Parameters: {"id"=>"1"}
|
11356
|
+
Redirected to http://test.host/
|
11357
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11358
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11359
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11360
|
+
Processing by TestsController#show as HTML
|
11361
|
+
Parameters: {"id"=>"1"}
|
11362
|
+
Redirected to http://test.host/tests/new
|
11363
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11364
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11366
|
+
Processing by TestsController#new as HTML
|
11367
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11368
|
+
Processing by TestsController#create as HTML
|
11369
|
+
Redirected to /tests/1
|
11370
|
+
Completed 301 Moved Permanently in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11371
|
+
Processing by TestsController#update as HTML
|
11372
|
+
Parameters: {"id"=>"1"}
|
11373
|
+
Redirected to http://test.host/tests/1
|
11374
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11375
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11376
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11377
|
+
Processing by TestsController#new as HTML
|
11378
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11379
|
+
Processing by TestsController#update as HTML
|
11380
|
+
Parameters: {"id"=>"1"}
|
11381
|
+
Redirected to http://test.host/tests/1
|
11382
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11383
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11385
|
+
Processing by TestsController#new as HTML
|
11386
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11387
|
+
Processing by TestsController#update as HTML
|
11388
|
+
Parameters: {"id"=>"1"}
|
11389
|
+
Redirected to http://test.host/tests/1
|
11390
|
+
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11392
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11393
|
+
Processing by TestsController#new as HTML
|
11394
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
11395
|
+
Processing by TestsController#destroy as HTML
|
11396
|
+
Parameters: {"id"=>"1"}
|
11397
|
+
Redirected to /tests/1
|
11398
|
+
Completed 302 Found in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
11399
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11400
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11401
|
+
Processing by TestsController#new as HTML
|
11402
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11403
|
+
Processing by TestsController#edit as HTML
|
11404
|
+
Parameters: {"id"=>"1"}
|
11405
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11408
|
+
Processing by TestsController#offsite_with_default as HTML
|
11409
|
+
Redirected to http://rubyonrails.org/
|
11410
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11413
|
+
Processing by TestsController#create as HTML
|
11414
|
+
Redirected to /tests/1
|
11415
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11416
|
+
Processing by TestsController#destroy as HTML
|
11417
|
+
Parameters: {"id"=>"2"}
|
11418
|
+
Redirected to /tests/1
|
11419
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11420
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11421
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11422
|
+
Processing by TestsController#destroy as HTML
|
11423
|
+
Parameters: {"id"=>"1"}
|
11424
|
+
Redirected to http://test.host/tests/new
|
11425
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11426
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11427
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11428
|
+
Processing by TestsController#create as HTML
|
11429
|
+
Redirected to http://test.host/
|
11430
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11431
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11433
|
+
Processing by TestsController#offsite_with_default as HTML
|
11434
|
+
Redirected to http://test.host/tests/new
|
11435
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11436
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11437
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11438
|
+
Processing by TestsController#create as HTML
|
11439
|
+
Redirected to http://test.host/
|
11440
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11441
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11443
|
+
Processing by TestsController#create as HTML
|
11444
|
+
Redirected to http://test.host/
|
11445
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11446
|
+
Processing by TestsController#destroy as HTML
|
11447
|
+
Parameters: {"id"=>"1"}
|
11448
|
+
Redirected to http://test.host/tests/new
|
11449
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11450
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11452
|
+
Processing by TestsController#offsite_without_default as HTML
|
11453
|
+
Redirected to http://test.host/
|
11454
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11457
|
+
Processing by TestsController#offsite_without_default as HTML
|
11458
|
+
Redirected to http://rubyonrails.org/
|
11459
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11460
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11461
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11462
|
+
Processing by TestsController#offsite_with_default as HTML
|
11463
|
+
Redirected to http://test.host/tests/new
|
11464
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11465
|
+
Processing by TestsController#offsite_without_default as HTML
|
11466
|
+
Redirected to http://test.host/
|
11467
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11468
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11469
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11470
|
+
Processing by TestsController#offsite_with_default as HTML
|
11471
|
+
Redirected to http://rubyonrails.org/
|
11472
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11475
|
+
Processing by TestsController#offsite_without_default as HTML
|
11476
|
+
Redirected to http://rubyonrails.org/
|
11477
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11478
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11480
|
+
Processing by TestsController#new as HTML
|
11481
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11482
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11483
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11484
|
+
Processing by TestsController#new as HTML
|
11485
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11486
|
+
Processing by TestsController#new as HTML
|
11487
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11488
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11489
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11490
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11491
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11492
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11493
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11494
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11495
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11496
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11497
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11498
|
+
Processing by TestsController#offsite_without_default as HTML
|
11499
|
+
Redirected to http://rubyonrails.org/
|
11500
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11501
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11502
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11503
|
+
Processing by TestsController#create as HTML
|
11504
|
+
Redirected to http://test.host/
|
11505
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11506
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11507
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11508
|
+
Processing by TestsController#offsite_with_default as HTML
|
11509
|
+
Redirected to http://rubyonrails.org/
|
11510
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11511
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11512
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11513
|
+
Processing by TestsController#offsite_with_default as HTML
|
11514
|
+
Redirected to http://test.host/tests/new
|
11515
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11516
|
+
Processing by TestsController#offsite_without_default as HTML
|
11517
|
+
Redirected to http://test.host/
|
11518
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11519
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
11520
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
11521
|
+
Processing by TestsController#offsite_with_default as HTML
|
11522
|
+
Redirected to http://rubyonrails.org/
|
11523
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11524
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11525
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11526
|
+
Processing by TestsController#offsite_with_default as HTML
|
11527
|
+
Redirected to http://test.host/tests/new
|
11528
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11529
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11530
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11531
|
+
Processing by TestsController#offsite_without_default as HTML
|
11532
|
+
Redirected to http://rubyonrails.org/
|
11533
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11534
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11535
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11536
|
+
Processing by TestsController#offsite_without_default as HTML
|
11537
|
+
Redirected to http://test.host/
|
11538
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11539
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11540
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11541
|
+
Processing by TestsController#destroy as HTML
|
11542
|
+
Parameters: {"id"=>"1"}
|
11543
|
+
Redirected to http://test.host/tests/new
|
11544
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11545
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11546
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11547
|
+
Processing by TestsController#create as HTML
|
11548
|
+
Redirected to http://test.host/
|
11549
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11550
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11552
|
+
Processing by TestsController#create as HTML
|
11553
|
+
Redirected to /tests/1
|
11554
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11555
|
+
Processing by TestsController#destroy as HTML
|
11556
|
+
Parameters: {"id"=>"2"}
|
11557
|
+
Redirected to /tests/1
|
11558
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11559
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11560
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11561
|
+
Processing by TestsController#create as HTML
|
11562
|
+
Redirected to http://test.host/
|
11563
|
+
Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
|
11564
|
+
Processing by TestsController#destroy as HTML
|
11565
|
+
Parameters: {"id"=>"1"}
|
11566
|
+
Redirected to http://test.host/tests/new
|
11567
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11568
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11569
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11570
|
+
Processing by TestsController#new as HTML
|
11571
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
11572
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11574
|
+
Processing by TestsController#new as HTML
|
11575
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11576
|
+
Processing by TestsController#new as HTML
|
11577
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11578
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11579
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11580
|
+
Processing by TestsController#new as HTML
|
11581
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11582
|
+
Processing by TestsController#destroy as HTML
|
11583
|
+
Parameters: {"id"=>"1"}
|
11584
|
+
Redirected to /tests/1
|
11585
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11586
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11588
|
+
Processing by TestsController#new as HTML
|
11589
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
11590
|
+
Processing by TestsController#edit as HTML
|
11591
|
+
Parameters: {"id"=>"1"}
|
11592
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
11593
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11594
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11595
|
+
Processing by TestsController#new as HTML
|
11596
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11597
|
+
Processing by TestsController#update as HTML
|
11598
|
+
Parameters: {"id"=>"1"}
|
11599
|
+
Redirected to http://test.host/tests/1
|
11600
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11601
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11603
|
+
Processing by TestsController#show as HTML
|
11604
|
+
Parameters: {"id"=>"1"}
|
11605
|
+
Redirected to http://test.host/tests/new
|
11606
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11607
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11608
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11609
|
+
Processing by TestsController#new as HTML
|
11610
|
+
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
11611
|
+
Processing by TestsController#create as HTML
|
11612
|
+
Redirected to /tests/1
|
11613
|
+
Completed 301 Moved Permanently in 0ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
11614
|
+
Processing by TestsController#update as HTML
|
11615
|
+
Parameters: {"id"=>"1"}
|
11616
|
+
Redirected to http://test.host/tests/1
|
11617
|
+
Completed 302 Found in 0ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
11618
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11619
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11620
|
+
Processing by TestsController#new as HTML
|
11621
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11622
|
+
Processing by TestsController#update as HTML
|
11623
|
+
Parameters: {"id"=>"1"}
|
11624
|
+
Redirected to http://test.host/tests/1
|
11625
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11626
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11627
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11628
|
+
Processing by TestsController#update as HTML
|
11629
|
+
Parameters: {"id"=>"1"}
|
11630
|
+
Redirected to http://test.host/
|
11631
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
11632
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11634
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11635
|
+
Processing by TestsController#new as HTML
|
11636
|
+
Completed 200 OK in 26ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
11637
|
+
Started POST "/tests" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11638
|
+
Processing by TestsController#create as HTML
|
11639
|
+
Parameters: {"utf8"=>"✓", "commit"=>"New test"}
|
11640
|
+
Redirected to http://www.example.com/tests/new
|
11641
|
+
Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
|
11642
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11643
|
+
Processing by TestsController#new as HTML
|
11644
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
11645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11646
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11647
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11648
|
+
Processing by TestsController#edit as HTML
|
11649
|
+
Parameters: {"id"=>"1"}
|
11650
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
11651
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11652
|
+
Processing by TestsController#new as HTML
|
11653
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11654
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11655
|
+
Processing by TestsController#index as HTML
|
11656
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
11657
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11658
|
+
Processing by TestsController#update as HTML
|
11659
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11660
|
+
Redirected to http://www.example.com/tests/1/edit
|
11661
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11662
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11663
|
+
Processing by TestsController#edit as HTML
|
11664
|
+
Parameters: {"id"=>"1"}
|
11665
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
11666
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11667
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11668
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11669
|
+
Processing by TestsController#edit as HTML
|
11670
|
+
Parameters: {"id"=>"1"}
|
11671
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11672
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11673
|
+
Processing by TestsController#new as HTML
|
11674
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11675
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11676
|
+
Processing by TestsController#index as HTML
|
11677
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11678
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11679
|
+
Processing by TestsController#new as HTML
|
11680
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11681
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11682
|
+
Processing by TestsController#index as HTML
|
11683
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
11684
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11685
|
+
Processing by TestsController#update as HTML
|
11686
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11687
|
+
Redirected to http://www.example.com/tests/1/edit
|
11688
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11689
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11690
|
+
Processing by TestsController#edit as HTML
|
11691
|
+
Parameters: {"id"=>"1"}
|
11692
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11693
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11694
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11695
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11696
|
+
Processing by TestsController#edit as HTML
|
11697
|
+
Parameters: {"id"=>"1"}
|
11698
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
11699
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11700
|
+
Processing by TestsController#new as HTML
|
11701
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
11702
|
+
Started GET "/tests/1/edit" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11703
|
+
Processing by TestsController#edit as HTML
|
11704
|
+
Parameters: {"id"=>"1"}
|
11705
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11706
|
+
Started GET "/tests" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11707
|
+
Processing by TestsController#index as HTML
|
11708
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11709
|
+
Started PUT "/tests/1" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11710
|
+
Processing by TestsController#update as HTML
|
11711
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Update test", "id"=>"1"}
|
11712
|
+
Redirected to http://www.example.com/tests/new
|
11713
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
11714
|
+
Started GET "/tests/new" for 127.0.0.1 at 2015-01-14 10:51:02 -0600
|
11715
|
+
Processing by TestsController#new as HTML
|
11716
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
11717
|
+
[1m[35m (0.1ms)[0m rollback transaction
|