simple_sign_in 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/simple_sign_in/login_controller.rb +18 -1
- data/lib/simple_sign_in/controller_methods.rb +1 -1
- data/lib/simple_sign_in/engine.rb +0 -5
- data/lib/simple_sign_in/version.rb +1 -1
- data/spec/controllers/simple_sign_in/login_controller_spec.rb +19 -0
- data/spec/dummy/log/development.log +805 -0
- data/spec/dummy/log/test.log +1335 -0
- data/spec/features/simple_sign_in_login_flows_spec.rb +6 -0
- metadata +2 -2
data/spec/dummy/log/test.log
CHANGED
@@ -5350,3 +5350,1338 @@ Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-04 13:35:03 +0300
|
|
5350
5350
|
Processing by SimpleSignIn::LoginController#new as HTML
|
5351
5351
|
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
5352
5352
|
[1m[35m (0.2ms)[0m rollback transaction
|
5353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5354
|
+
Started GET "/" for 127.0.0.1 at 2013-08-04 18:45:38 +0300
|
5355
|
+
Processing by SecretsController#index as HTML
|
5356
|
+
Rendered secrets/index.html.erb within layouts/application (1.8ms)
|
5357
|
+
Completed 200 OK in 222ms (Views: 134.3ms | ActiveRecord: 0.0ms)
|
5358
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5359
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5360
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-04 18:45:38 +0300
|
5361
|
+
Processing by PublicController#index as HTML
|
5362
|
+
Rendered public/index.html.erb within layouts/application (0.4ms)
|
5363
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
5364
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5365
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5366
|
+
Started GET "/" for 127.0.0.1 at 2013-08-04 18:45:42 +0300
|
5367
|
+
Processing by SecretsController#index as HTML
|
5368
|
+
Redirected to http://127.0.0.1:50768/simple_sign_in
|
5369
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5370
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5371
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-04 18:45:42 +0300
|
5372
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5373
|
+
Rendered /Users/izharg/rails/projects/simple_sign_in/app/views/simple_sign_in/login/new.html.erb within layouts/simple_sign_in/application (2.2ms)
|
5374
|
+
Completed 200 OK in 117ms (Views: 116.1ms | ActiveRecord: 0.0ms)
|
5375
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-04 18:45:42 +0300
|
5376
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-04 18:45:42 +0300
|
5377
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5378
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5379
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5380
|
+
Redirected to http://127.0.0.1:50768/
|
5381
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5382
|
+
Started GET "/" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5383
|
+
Processing by SecretsController#index as HTML
|
5384
|
+
Rendered secrets/index.html.erb within layouts/application (0.2ms)
|
5385
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
5386
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5387
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5388
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5389
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5390
|
+
Redirected to http://127.0.0.1:50768/simple_sign_in/
|
5391
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5392
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5393
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5394
|
+
Rendered /Users/izharg/rails/projects/simple_sign_in/app/views/simple_sign_in/login/new.html.erb within layouts/simple_sign_in/application (1.0ms)
|
5395
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
5396
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
5397
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5398
|
+
Started GET "/" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5399
|
+
Processing by SecretsController#index as HTML
|
5400
|
+
Redirected to http://www.example.com/simple_sign_in
|
5401
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5402
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5403
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5404
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5405
|
+
Rendered /Users/izharg/rails/projects/simple_sign_in/app/views/simple_sign_in/login/new.html.erb within layouts/simple_sign_in/application (1.0ms)
|
5406
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
5407
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5408
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5409
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5410
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5411
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5412
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-04 18:45:43 +0300
|
5413
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5414
|
+
Rendered /Users/izharg/rails/projects/simple_sign_in/app/views/simple_sign_in/login/new.html.erb within layouts/simple_sign_in/application (0.8ms)
|
5415
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
5416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5417
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5418
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5419
|
+
Redirected to http://test.host/simple_sign_in/
|
5420
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5421
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5423
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5424
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5425
|
+
Redirected to http://test.host/simple_sign_in/
|
5426
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5427
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5428
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5429
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5430
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5431
|
+
Redirected to http://test.host/
|
5432
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5433
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5434
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5435
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5436
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
5437
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5438
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5439
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5440
|
+
Redirected to http://test.host/simple_sign_in/
|
5441
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5442
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5443
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5444
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5445
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5446
|
+
Redirected to http://test.host/
|
5447
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5448
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5449
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5450
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5451
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5452
|
+
Redirected to http://test.host/simple_sign_in/
|
5453
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5454
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5455
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5456
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5457
|
+
Completed 200 OK in 91ms (Views: 90.3ms | ActiveRecord: 0.0ms)
|
5458
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5459
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5460
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:09:40 +0300
|
5461
|
+
Processing by SecretsController#index as HTML
|
5462
|
+
Completed 200 OK in 199ms (Views: 149.5ms | ActiveRecord: 0.0ms)
|
5463
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5464
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5465
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:09:42 +0300
|
5466
|
+
Processing by SecretsController#index as HTML
|
5467
|
+
Redirected to http://127.0.0.1:58996/simple_sign_in
|
5468
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5469
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5470
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:09:42 +0300
|
5471
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5472
|
+
Completed 200 OK in 103ms (Views: 102.2ms | ActiveRecord: 0.0ms)
|
5473
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5474
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5475
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5476
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5477
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5478
|
+
Redirected to http://127.0.0.1:58996/
|
5479
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5480
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5481
|
+
Processing by SecretsController#index as HTML
|
5482
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
5483
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5484
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5485
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5486
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5487
|
+
Redirected to http://127.0.0.1:58996/simple_sign_in/
|
5488
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5489
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5490
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5491
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
5492
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5493
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5494
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5495
|
+
Processing by SecretsController#index as HTML
|
5496
|
+
Redirected to http://www.example.com/simple_sign_in
|
5497
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5498
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5499
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5500
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5501
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
5502
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5503
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5504
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5505
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5506
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5507
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5508
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5509
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
5510
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5511
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5512
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:09:43 +0300
|
5513
|
+
Processing by PublicController#index as HTML
|
5514
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
5515
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5516
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5517
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5518
|
+
Completed 500 Internal Server Error in 0ms
|
5519
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5520
|
+
Completed 500 Internal Server Error in 0ms
|
5521
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
5522
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5523
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5524
|
+
Completed 500 Internal Server Error in 35ms
|
5525
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5526
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5527
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5528
|
+
Parameters: {"login"=>nil, "password"=>"[FILTERED]"}
|
5529
|
+
Completed 500 Internal Server Error in 0ms
|
5530
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5531
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5532
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5533
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5534
|
+
Completed 500 Internal Server Error in 0ms
|
5535
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5536
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5537
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5538
|
+
Completed 500 Internal Server Error in 0ms
|
5539
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5540
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5541
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:14 +0300
|
5542
|
+
Processing by SecretsController#index as HTML
|
5543
|
+
Completed 200 OK in 65ms (Views: 30.9ms | ActiveRecord: 0.0ms)
|
5544
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5545
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5546
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:15 +0300
|
5547
|
+
Processing by SecretsController#index as HTML
|
5548
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
5549
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:21:15 +0300
|
5550
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:21:15 +0300
|
5551
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
5552
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5553
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:17 +0300
|
5554
|
+
Processing by SecretsController#index as HTML
|
5555
|
+
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
5556
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5557
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5558
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:21:17 +0300
|
5559
|
+
Processing by PublicController#index as HTML
|
5560
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
5561
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5562
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5563
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5564
|
+
Completed 500 Internal Server Error in 0ms
|
5565
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5566
|
+
Completed 500 Internal Server Error in 0ms
|
5567
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5569
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5570
|
+
Completed 500 Internal Server Error in 0ms
|
5571
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5572
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5573
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5574
|
+
Completed 500 Internal Server Error in 0ms
|
5575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5576
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5577
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5578
|
+
Parameters: {"login"=>nil, "password"=>"[FILTERED]"}
|
5579
|
+
Completed 500 Internal Server Error in 0ms
|
5580
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5581
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5582
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5583
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5584
|
+
Completed 500 Internal Server Error in 0ms
|
5585
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5586
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5587
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:20 +0300
|
5588
|
+
Processing by SecretsController#index as HTML
|
5589
|
+
Completed 200 OK in 67ms (Views: 47.2ms | ActiveRecord: 0.0ms)
|
5590
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5591
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5592
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:20 +0300
|
5593
|
+
Processing by SecretsController#index as HTML
|
5594
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
5595
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5596
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5597
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:21:20 +0300
|
5598
|
+
Processing by PublicController#index as HTML
|
5599
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
5600
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5601
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5602
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:21 +0300
|
5603
|
+
Processing by SecretsController#index as HTML
|
5604
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
5605
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:21:21 +0300
|
5606
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:21:21 +0300
|
5607
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
5608
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5609
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5610
|
+
Completed 500 Internal Server Error in 0ms
|
5611
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5612
|
+
Completed 500 Internal Server Error in 0ms
|
5613
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5614
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5615
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5616
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
5617
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5618
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5619
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5620
|
+
Redirected to http://test.host/simple_sign_in/
|
5621
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5622
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5624
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5625
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5626
|
+
Redirected to http://test.host/
|
5627
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5628
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5629
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5630
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5631
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5632
|
+
Redirected to http://test.host/simple_sign_in/
|
5633
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5634
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5635
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5636
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:35 +0300
|
5637
|
+
Processing by SecretsController#index as HTML
|
5638
|
+
Redirected to http://www.example.com/simple_sign_in
|
5639
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5640
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
|
5641
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:21:35 +0300
|
5642
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5643
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
5644
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:21:35 +0300
|
5645
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5646
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5647
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5648
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5649
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:21:35 +0300
|
5650
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5651
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
5652
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5653
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5654
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:21:35 +0300
|
5655
|
+
Processing by PublicController#index as HTML
|
5656
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
5657
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5658
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5659
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:36 +0300
|
5660
|
+
Processing by SecretsController#index as HTML
|
5661
|
+
Redirected to http://127.0.0.1:59097/simple_sign_in
|
5662
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5663
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5664
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:21:36 +0300
|
5665
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5666
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
5667
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:21:36 +0300
|
5668
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:21:36 +0300
|
5669
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5670
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5671
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5672
|
+
Redirected to http://127.0.0.1:59097/
|
5673
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5674
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5675
|
+
Processing by SecretsController#index as HTML
|
5676
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
5677
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5678
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5679
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5680
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5681
|
+
Redirected to http://127.0.0.1:59097/simple_sign_in/
|
5682
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5683
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5684
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5685
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
5686
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5687
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
5688
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:21:38 +0300
|
5689
|
+
Processing by SecretsController#index as HTML
|
5690
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
5691
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5692
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5693
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5694
|
+
Completed 500 Internal Server Error in 0ms
|
5695
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5696
|
+
Completed 500 Internal Server Error in 0ms
|
5697
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5698
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5699
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5700
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
5701
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5703
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5704
|
+
Redirected to http://test.host/
|
5705
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
5706
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5707
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5708
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5709
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5710
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5711
|
+
Redirected to http://test.host/
|
5712
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5713
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5714
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5715
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5716
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5717
|
+
Redirected to http://test.host/simple_sign_in/
|
5718
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5719
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5721
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5722
|
+
Redirected to http://test.host/simple_sign_in/
|
5723
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5724
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5726
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5727
|
+
Processing by SecretsController#index as HTML
|
5728
|
+
Redirected to http://www.example.com/simple_sign_in
|
5729
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5730
|
+
Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
|
5731
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5732
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5733
|
+
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
5734
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5735
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5736
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5737
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5738
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5739
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5740
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5741
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
5742
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5743
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5744
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5745
|
+
Processing by SecretsController#index as HTML
|
5746
|
+
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
|
5747
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5749
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:27:29 +0300
|
5750
|
+
Processing by PublicController#index as HTML
|
5751
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
5752
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5753
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5754
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:27:30 +0300
|
5755
|
+
Processing by SecretsController#index as HTML
|
5756
|
+
Redirected to http://127.0.0.1:59110/simple_sign_in
|
5757
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5758
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5759
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:27:30 +0300
|
5760
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5761
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
5762
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:27:30 +0300
|
5763
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:27:30 +0300
|
5764
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5765
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5766
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5767
|
+
Redirected to http://127.0.0.1:59110/
|
5768
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5769
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5770
|
+
Processing by SecretsController#index as HTML
|
5771
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
5772
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5773
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5774
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5775
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5776
|
+
Redirected to http://127.0.0.1:59110/simple_sign_in/
|
5777
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5778
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:27:31 +0300
|
5779
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5780
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
5781
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
5782
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5783
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5784
|
+
Completed 500 Internal Server Error in 0ms
|
5785
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5786
|
+
Completed 500 Internal Server Error in 0ms
|
5787
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5788
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5789
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5790
|
+
Redirected to http://test.host/simple_sign_in/
|
5791
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5792
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5793
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5794
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5795
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5796
|
+
Redirected to http://test.host/
|
5797
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5798
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5799
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5800
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5801
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5802
|
+
Redirected to http://test.host/simple_sign_in/
|
5803
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5804
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5805
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5806
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5807
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
5808
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5809
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5810
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5811
|
+
Redirected to http://test.host/
|
5812
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
5813
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5814
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5815
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5816
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:02 +0300
|
5817
|
+
Processing by SecretsController#index as HTML
|
5818
|
+
Completed 200 OK in 59ms (Views: 39.9ms | ActiveRecord: 0.0ms)
|
5819
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5820
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5821
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:03 +0300
|
5822
|
+
Processing by SecretsController#index as HTML
|
5823
|
+
Redirected to http://127.0.0.1:59119/simple_sign_in
|
5824
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5825
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5826
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:28:03 +0300
|
5827
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5828
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
5829
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:28:03 +0300
|
5830
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:28:03 +0300
|
5831
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5832
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5833
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5834
|
+
Redirected to http://127.0.0.1:59119/
|
5835
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5836
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5837
|
+
Processing by SecretsController#index as HTML
|
5838
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
5839
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5840
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5841
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5842
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5843
|
+
Redirected to http://127.0.0.1:59119/simple_sign_in/
|
5844
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5845
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5846
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5847
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
5848
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
5849
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5850
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5851
|
+
Processing by PublicController#index as HTML
|
5852
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
5853
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5854
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5855
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5856
|
+
Processing by SecretsController#index as HTML
|
5857
|
+
Redirected to http://www.example.com/simple_sign_in
|
5858
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5859
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5860
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5861
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5862
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
5863
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5864
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5865
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5866
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5867
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5868
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:28:06 +0300
|
5869
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5870
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
5871
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5872
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5873
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5874
|
+
Completed 500 Internal Server Error in 0ms
|
5875
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5876
|
+
Completed 500 Internal Server Error in 0ms
|
5877
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5878
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5879
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5880
|
+
Redirected to http://test.host/simple_sign_in/
|
5881
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5882
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5883
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5884
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5885
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5886
|
+
Redirected to http://test.host/
|
5887
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
5888
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5889
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5890
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5891
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5892
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5893
|
+
Redirected to http://test.host/simple_sign_in/
|
5894
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5896
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5897
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5898
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5899
|
+
Redirected to http://test.host/
|
5900
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5901
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5902
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5903
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5904
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
5905
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5906
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5907
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5908
|
+
Redirected to http://test.host/
|
5909
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
5910
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5911
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5912
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5913
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:34 +0300
|
5914
|
+
Processing by SecretsController#index as HTML
|
5915
|
+
Completed 200 OK in 60ms (Views: 40.2ms | ActiveRecord: 0.0ms)
|
5916
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5917
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5918
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:34 +0300
|
5919
|
+
Processing by SecretsController#index as HTML
|
5920
|
+
Redirected to http://www.example.com/simple_sign_in
|
5921
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5922
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5923
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:28:34 +0300
|
5924
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5925
|
+
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
|
5926
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:28:34 +0300
|
5927
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5928
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5929
|
+
Redirected to http://www.example.com/simple_sign_in/
|
5930
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5931
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:28:34 +0300
|
5932
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5933
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
5934
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5935
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5936
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5937
|
+
Processing by SecretsController#index as HTML
|
5938
|
+
Redirected to http://127.0.0.1:59129/simple_sign_in
|
5939
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
5940
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5941
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5942
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5943
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
5944
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5945
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5946
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5947
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5948
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
5949
|
+
Redirected to http://127.0.0.1:59129/
|
5950
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5951
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5952
|
+
Processing by SecretsController#index as HTML
|
5953
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
5954
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5955
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:28:35 +0300
|
5956
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:28:36 +0300
|
5957
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
5958
|
+
Redirected to http://127.0.0.1:59129/simple_sign_in/
|
5959
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5960
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:28:36 +0300
|
5961
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5962
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
5963
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5964
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5965
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:28:36 +0300
|
5966
|
+
Processing by PublicController#index as HTML
|
5967
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
5968
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5969
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5970
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5971
|
+
Completed 500 Internal Server Error in 0ms
|
5972
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5973
|
+
Completed 500 Internal Server Error in 0ms
|
5974
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5975
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5976
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5977
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
5978
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5979
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5980
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
5981
|
+
Redirected to http://test.host/
|
5982
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
5983
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5984
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5985
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5986
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5987
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
5988
|
+
Redirected to http://test.host/
|
5989
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
5990
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5991
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5992
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5993
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
5994
|
+
Redirected to http://test.host/simple_sign_in/
|
5995
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
5996
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5997
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5998
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
5999
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6000
|
+
Redirected to http://test.host/
|
6001
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6002
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6003
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6004
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6005
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6006
|
+
Redirected to http://test.host/simple_sign_in/
|
6007
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6008
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6009
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6010
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:30:49 +0300
|
6011
|
+
Processing by SecretsController#index as HTML
|
6012
|
+
Completed 200 OK in 61ms (Views: 41.8ms | ActiveRecord: 0.0ms)
|
6013
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6014
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6015
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 15:30:49 +0300
|
6016
|
+
Processing by PublicController#index as HTML
|
6017
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
6018
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6019
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6020
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:30:50 +0300
|
6021
|
+
Processing by SecretsController#index as HTML
|
6022
|
+
Redirected to http://127.0.0.1:59163/simple_sign_in
|
6023
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6024
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6025
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:30:50 +0300
|
6026
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6027
|
+
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
|
6028
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 15:30:50 +0300
|
6029
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 15:30:50 +0300
|
6030
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6031
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6032
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6033
|
+
Redirected to http://127.0.0.1:59163/
|
6034
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6035
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6036
|
+
Processing by SecretsController#index as HTML
|
6037
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
6038
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6039
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6040
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6041
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6042
|
+
Redirected to http://127.0.0.1:59163/simple_sign_in/
|
6043
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6044
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6045
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6046
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
6047
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6048
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6049
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6050
|
+
Processing by SecretsController#index as HTML
|
6051
|
+
Redirected to http://www.example.com/simple_sign_in
|
6052
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6053
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6054
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6055
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6056
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
6057
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6058
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6059
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6060
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6061
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6062
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 15:30:52 +0300
|
6063
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6064
|
+
Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)
|
6065
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6066
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6067
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6068
|
+
Completed 500 Internal Server Error in 6508ms
|
6069
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6070
|
+
Completed 500 Internal Server Error in 1179ms
|
6071
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6072
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6073
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6074
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6075
|
+
Redirected to http://test.host/simple_sign_in/
|
6076
|
+
Completed 302 Found in 512ms (ActiveRecord: 0.0ms)
|
6077
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6079
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6080
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6081
|
+
Redirected to http://test.host/
|
6082
|
+
Completed 302 Found in 762ms (ActiveRecord: 0.0ms)
|
6083
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6084
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6085
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6086
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6087
|
+
Redirected to http://test.host/
|
6088
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6089
|
+
Completed 302 Found in 659ms (ActiveRecord: 0.0ms)
|
6090
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6091
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6092
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6093
|
+
Completed 200 OK in 520ms (Views: 29.5ms | ActiveRecord: 0.0ms)
|
6094
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6095
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6096
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6097
|
+
Redirected to http://test.host/
|
6098
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6099
|
+
Completed 302 Found in 488ms (ActiveRecord: 0.0ms)
|
6100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6102
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6103
|
+
Redirected to http://test.host/simple_sign_in/
|
6104
|
+
Completed 302 Found in 379ms (ActiveRecord: 0.0ms)
|
6105
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6107
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:13:53 +0300
|
6108
|
+
Processing by PublicController#index as HTML
|
6109
|
+
Completed 200 OK in 66ms (Views: 65.9ms | ActiveRecord: 0.0ms)
|
6110
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
6111
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6112
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:13:53 +0300
|
6113
|
+
Processing by SecretsController#index as HTML
|
6114
|
+
Redirected to http://www.example.com/simple_sign_in
|
6115
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6116
|
+
Completed 302 Found in 34ms (ActiveRecord: 0.0ms)
|
6117
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:13:53 +0300
|
6118
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6119
|
+
Completed 200 OK in 593ms (Views: 80.0ms | ActiveRecord: 0.0ms)
|
6120
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:13:53 +0300
|
6121
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6122
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6123
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6124
|
+
Completed 302 Found in 506ms (ActiveRecord: 0.0ms)
|
6125
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:13:54 +0300
|
6126
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6127
|
+
Completed 200 OK in 990ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
6128
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6129
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6130
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:13:56 +0300
|
6131
|
+
Processing by SecretsController#index as HTML
|
6132
|
+
Redirected to http://127.0.0.1:59581/simple_sign_in
|
6133
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6134
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6135
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:13:56 +0300
|
6136
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6137
|
+
Completed 200 OK in 1203ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
6138
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:13:57 +0300
|
6139
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:13:57 +0300
|
6140
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:13:58 +0300
|
6141
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6142
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6143
|
+
Redirected to http://127.0.0.1:59581/
|
6144
|
+
Completed 302 Found in 544ms (ActiveRecord: 0.0ms)
|
6145
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:13:58 +0300
|
6146
|
+
Processing by SecretsController#index as HTML
|
6147
|
+
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
6148
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:13:58 +0300
|
6149
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:13:58 +0300
|
6150
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:13:58 +0300
|
6151
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6152
|
+
Redirected to http://127.0.0.1:59581/simple_sign_in/
|
6153
|
+
Completed 302 Found in 536ms (ActiveRecord: 0.0ms)
|
6154
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:13:59 +0300
|
6155
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6156
|
+
Completed 200 OK in 499ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
6157
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6158
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
6159
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:13:59 +0300
|
6160
|
+
Processing by SecretsController#index as HTML
|
6161
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
6162
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6163
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6164
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6165
|
+
Completed 500 Internal Server Error in 0ms
|
6166
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6167
|
+
Completed 500 Internal Server Error in 0ms
|
6168
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6169
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6170
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6171
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
6172
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6173
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6174
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6175
|
+
Redirected to http://test.host/
|
6176
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6177
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6178
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6179
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6180
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6181
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6182
|
+
Redirected to http://test.host/
|
6183
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6184
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6185
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6186
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6187
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6188
|
+
Redirected to http://test.host/simple_sign_in/
|
6189
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6190
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6191
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6192
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6193
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6194
|
+
Redirected to http://test.host/
|
6195
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6196
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6197
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6198
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6199
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6200
|
+
Redirected to http://test.host/simple_sign_in/
|
6201
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6202
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6203
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6204
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:14:16 +0300
|
6205
|
+
Processing by SecretsController#index as HTML
|
6206
|
+
Completed 200 OK in 61ms (Views: 41.6ms | ActiveRecord: 0.0ms)
|
6207
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6208
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6209
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:14:16 +0300
|
6210
|
+
Processing by PublicController#index as HTML
|
6211
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
6212
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6213
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6214
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6215
|
+
Processing by SecretsController#index as HTML
|
6216
|
+
Redirected to http://127.0.0.1:59590/simple_sign_in
|
6217
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6218
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6219
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6220
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6221
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
6222
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6223
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6224
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6225
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6226
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6227
|
+
Redirected to http://127.0.0.1:59590/
|
6228
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6229
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6230
|
+
Processing by SecretsController#index as HTML
|
6231
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
6232
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6233
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6234
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6235
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6236
|
+
Redirected to http://127.0.0.1:59590/simple_sign_in/
|
6237
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6238
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6239
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6240
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
6241
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6242
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6243
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6244
|
+
Processing by SecretsController#index as HTML
|
6245
|
+
Redirected to http://www.example.com/simple_sign_in
|
6246
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6247
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6248
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6249
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6250
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
6251
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6252
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6253
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6254
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6255
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6256
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:14:17 +0300
|
6257
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6258
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
6259
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6260
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6261
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6262
|
+
Completed 500 Internal Server Error in 0ms
|
6263
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6264
|
+
Completed 500 Internal Server Error in 0ms
|
6265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6266
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6267
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6268
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
6269
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6270
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6271
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6272
|
+
Redirected to http://test.host/
|
6273
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6274
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6275
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6276
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6277
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6278
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6279
|
+
Redirected to http://test.host/
|
6280
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6281
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6282
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6283
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6284
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6285
|
+
Redirected to http://test.host/simple_sign_in/
|
6286
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6289
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6290
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6291
|
+
Redirected to http://test.host/
|
6292
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6293
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6294
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6295
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6296
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6297
|
+
Redirected to http://test.host/simple_sign_in/
|
6298
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6299
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6300
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6301
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6302
|
+
Processing by SecretsController#index as HTML
|
6303
|
+
Redirected to http://www.example.com/simple_sign_in
|
6304
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6305
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
|
6306
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6307
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6308
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
6309
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6310
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6311
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6312
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6313
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6314
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6315
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6316
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
6317
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6319
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6320
|
+
Processing by SecretsController#index as HTML
|
6321
|
+
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
6322
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6323
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6324
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6325
|
+
Processing by SecretsController#index as HTML
|
6326
|
+
Redirected to http://www.example.com/simple_sign_in
|
6327
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6328
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6329
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:38 +0300
|
6330
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6331
|
+
Completed 500 Internal Server Error in 0ms
|
6332
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6333
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6334
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:39 +0300
|
6335
|
+
Processing by SecretsController#index as HTML
|
6336
|
+
Redirected to http://127.0.0.1:59601/simple_sign_in
|
6337
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6338
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6339
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:39 +0300
|
6340
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6341
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
6342
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:17:39 +0300
|
6343
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:17:39 +0300
|
6344
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6345
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6346
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6347
|
+
Redirected to http://127.0.0.1:59601/
|
6348
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6349
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6350
|
+
Processing by SecretsController#index as HTML
|
6351
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
6352
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6353
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6354
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6355
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6356
|
+
Redirected to http://127.0.0.1:59601/simple_sign_in/
|
6357
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6358
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6359
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6360
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
6361
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6362
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6363
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:17:40 +0300
|
6364
|
+
Processing by PublicController#index as HTML
|
6365
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
6366
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6367
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6368
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6369
|
+
Completed 500 Internal Server Error in 0ms
|
6370
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6371
|
+
Completed 500 Internal Server Error in 0ms
|
6372
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6373
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6374
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6375
|
+
Redirected to http://test.host/simple_sign_in/
|
6376
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6378
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6379
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6380
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6381
|
+
Redirected to http://test.host/
|
6382
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6383
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6384
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6385
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6386
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6387
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6388
|
+
Redirected to http://test.host/simple_sign_in/
|
6389
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6390
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6391
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6392
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6393
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6394
|
+
Redirected to http://test.host/
|
6395
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6396
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6397
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6398
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6399
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
6400
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6401
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6402
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6403
|
+
Redirected to http://test.host/
|
6404
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6405
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6408
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6409
|
+
Processing by SecretsController#index as HTML
|
6410
|
+
Redirected to http://www.example.com/simple_sign_in
|
6411
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6412
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6413
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6414
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6415
|
+
Completed 500 Internal Server Error in 0ms
|
6416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6417
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6418
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6419
|
+
Processing by SecretsController#index as HTML
|
6420
|
+
Completed 200 OK in 60ms (Views: 41.5ms | ActiveRecord: 0.0ms)
|
6421
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6423
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6424
|
+
Processing by SecretsController#index as HTML
|
6425
|
+
Redirected to http://www.example.com/simple_sign_in
|
6426
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6427
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6428
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6429
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6430
|
+
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
|
6431
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6432
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6433
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6434
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6435
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6436
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:17:53 +0300
|
6437
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6438
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
6439
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6440
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6441
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:54 +0300
|
6442
|
+
Processing by SecretsController#index as HTML
|
6443
|
+
Redirected to http://127.0.0.1:59610/simple_sign_in
|
6444
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6445
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6446
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:17:54 +0300
|
6447
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6448
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
6449
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:17:54 +0300
|
6450
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:17:54 +0300
|
6451
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6452
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6453
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6454
|
+
Redirected to http://127.0.0.1:59610/
|
6455
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6456
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6457
|
+
Processing by SecretsController#index as HTML
|
6458
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6459
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6460
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6461
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6462
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6463
|
+
Redirected to http://127.0.0.1:59610/simple_sign_in/
|
6464
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6465
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6466
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6467
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
6468
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6469
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6470
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:17:55 +0300
|
6471
|
+
Processing by PublicController#index as HTML
|
6472
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
6473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6474
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6475
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6476
|
+
Completed 500 Internal Server Error in 0ms
|
6477
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6478
|
+
Completed 500 Internal Server Error in 0ms
|
6479
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6480
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6481
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6482
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
6483
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6484
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6485
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6486
|
+
Redirected to http://test.host/
|
6487
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6488
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6489
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6490
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6491
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6492
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6493
|
+
Redirected to http://test.host/
|
6494
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6495
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6496
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6497
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6498
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6499
|
+
Redirected to http://test.host/simple_sign_in/
|
6500
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6501
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6502
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6503
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6504
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6505
|
+
Redirected to http://test.host/
|
6506
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6507
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6508
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6510
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6511
|
+
Redirected to http://test.host/simple_sign_in/
|
6512
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6513
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6514
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6515
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:40:05 +0300
|
6516
|
+
Processing by SecretsController#index as HTML
|
6517
|
+
Redirected to http://www.example.com/simple_sign_in
|
6518
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6519
|
+
Completed 302 Found in 32ms (ActiveRecord: 0.0ms)
|
6520
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:40:05 +0300
|
6521
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6522
|
+
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
6523
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:40:05 +0300
|
6524
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6525
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6526
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6527
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6528
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:40:05 +0300
|
6529
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6530
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
6531
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6532
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6533
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:40:06 +0300
|
6534
|
+
Processing by SecretsController#index as HTML
|
6535
|
+
Redirected to http://127.0.0.1:60166/simple_sign_in
|
6536
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6537
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6538
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:40:06 +0300
|
6539
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6540
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
6541
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:40:06 +0300
|
6542
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:40:06 +0300
|
6543
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6544
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6545
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6546
|
+
Redirected to http://127.0.0.1:60166/
|
6547
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6548
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6549
|
+
Processing by SecretsController#index as HTML
|
6550
|
+
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
6551
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6552
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6553
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6554
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6555
|
+
Redirected to http://127.0.0.1:60166/simple_sign_in/
|
6556
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6557
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6558
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6559
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
6560
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6561
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6562
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6563
|
+
Processing by SecretsController#index as HTML
|
6564
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
6565
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6566
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6567
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6568
|
+
Processing by PublicController#index as HTML
|
6569
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
6570
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6571
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6572
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6573
|
+
Processing by SecretsController#index as HTML
|
6574
|
+
Redirected to http://www.example.com/simple_sign_in
|
6575
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6576
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6577
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:40:08 +0300
|
6578
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6579
|
+
Completed 500 Internal Server Error in 0ms
|
6580
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6581
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6582
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6583
|
+
Completed 500 Internal Server Error in 0ms
|
6584
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6585
|
+
Completed 500 Internal Server Error in 0ms
|
6586
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6587
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6588
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6589
|
+
Redirected to http://test.host/simple_sign_in/
|
6590
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6591
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6593
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6594
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6595
|
+
Redirected to http://test.host/
|
6596
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6597
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6598
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6599
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6600
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6601
|
+
Parameters: {"login"=>"", "password"=>"[FILTERED]"}
|
6602
|
+
Redirected to http://test.host/simple_sign_in/
|
6603
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6604
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6605
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6606
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6607
|
+
Parameters: {"login"=>"admin", "password"=>"[FILTERED]"}
|
6608
|
+
Redirected to http://test.host/
|
6609
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6610
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6611
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6612
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6613
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
6614
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6615
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6616
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6617
|
+
Redirected to http://test.host/
|
6618
|
+
Filter chain halted as :redirect_to_root_if_user_is_logged_in rendered or redirected
|
6619
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6620
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6621
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6622
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6623
|
+
Processing by SecretsController#index as HTML
|
6624
|
+
Redirected to http://www.example.com/simple_sign_in
|
6625
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6626
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6627
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6628
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6629
|
+
Completed 500 Internal Server Error in 0ms
|
6630
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6631
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6632
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6633
|
+
Processing by SecretsController#index as HTML
|
6634
|
+
Redirected to http://www.example.com/simple_sign_in
|
6635
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6636
|
+
Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
|
6637
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6638
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6639
|
+
Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.0ms)
|
6640
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6641
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6642
|
+
Parameters: {"utf8"=>"✓", "login"=>"wrong", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6643
|
+
Redirected to http://www.example.com/simple_sign_in/
|
6644
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6645
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6646
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6647
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
6648
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6649
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6650
|
+
Started GET "/public" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6651
|
+
Processing by PublicController#index as HTML
|
6652
|
+
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
6653
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6654
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6655
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:43:32 +0300
|
6656
|
+
Processing by SecretsController#index as HTML
|
6657
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
6658
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6660
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:43:33 +0300
|
6661
|
+
Processing by SecretsController#index as HTML
|
6662
|
+
Redirected to http://127.0.0.1:60351/simple_sign_in
|
6663
|
+
Filter chain halted as :simple_sign_in_authentication rendered or redirected
|
6664
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6665
|
+
Started GET "/simple_sign_in" for 127.0.0.1 at 2013-08-05 16:43:33 +0300
|
6666
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6667
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
6668
|
+
Started GET "/assets/simple_sign_in/application.css" for 127.0.0.1 at 2013-08-05 16:43:33 +0300
|
6669
|
+
Started GET "/assets/simple_sign_in/application.js" for 127.0.0.1 at 2013-08-05 16:43:33 +0300
|
6670
|
+
Started POST "/simple_sign_in/login" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6671
|
+
Processing by SimpleSignIn::LoginController#create as HTML
|
6672
|
+
Parameters: {"utf8"=>"✓", "login"=>"admin", "password"=>"[FILTERED]", "commit"=>"Submit"}
|
6673
|
+
Redirected to http://127.0.0.1:60351/
|
6674
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
6675
|
+
Started GET "/" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6676
|
+
Processing by SecretsController#index as HTML
|
6677
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
6678
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6679
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6680
|
+
Started DELETE "/simple_sign_in/signout" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6681
|
+
Processing by SimpleSignIn::LoginController#destroy as HTML
|
6682
|
+
Redirected to http://127.0.0.1:60351/simple_sign_in/
|
6683
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
6684
|
+
Started GET "/simple_sign_in/" for 127.0.0.1 at 2013-08-05 16:43:35 +0300
|
6685
|
+
Processing by SimpleSignIn::LoginController#new as HTML
|
6686
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
6687
|
+
[1m[35m (0.1ms)[0m rollback transaction
|