simple_sign_in 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
   (0.2ms) rollback transaction
5353
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5359
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5365
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
5397
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5417
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5422
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5428
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5434
+  (0.1ms) begin transaction
5435
+ Processing by SimpleSignIn::LoginController#new as HTML
5436
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
5437
+  (0.1ms) rollback transaction
5438
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5443
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5449
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5455
+  (0.1ms) begin transaction
5456
+ Processing by SimpleSignIn::LoginController#new as HTML
5457
+ Completed 200 OK in 91ms (Views: 90.3ms | ActiveRecord: 0.0ms)
5458
+  (0.1ms) rollback transaction
5459
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5464
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5493
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5511
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5516
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
5522
+  (0.2ms) begin transaction
5523
+ Processing by SimpleSignIn::LoginController#new as HTML
5524
+ Completed 500 Internal Server Error in 35ms
5525
+  (0.1ms) rollback transaction
5526
+  (0.1ms) begin transaction
5527
+ Processing by SimpleSignIn::LoginController#create as HTML
5528
+ Parameters: {"login"=>nil, "password"=>"[FILTERED]"}
5529
+ Completed 500 Internal Server Error in 0ms
5530
+  (0.1ms) rollback transaction
5531
+  (0.1ms) begin transaction
5532
+ Processing by SimpleSignIn::LoginController#create as HTML
5533
+ Parameters: {"login"=>"", "password"=>"[FILTERED]"}
5534
+ Completed 500 Internal Server Error in 0ms
5535
+  (0.1ms) rollback transaction
5536
+  (0.1ms) begin transaction
5537
+ Processing by SimpleSignIn::LoginController#destroy as HTML
5538
+ Completed 500 Internal Server Error in 0ms
5539
+  (0.1ms) rollback transaction
5540
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5545
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
5552
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5557
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5562
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5568
+  (0.1ms) begin transaction
5569
+ Processing by SimpleSignIn::LoginController#new as HTML
5570
+ Completed 500 Internal Server Error in 0ms
5571
+  (0.1ms) rollback transaction
5572
+  (0.1ms) begin transaction
5573
+ Processing by SimpleSignIn::LoginController#destroy as HTML
5574
+ Completed 500 Internal Server Error in 0ms
5575
+  (0.1ms) rollback transaction
5576
+  (0.1ms) begin transaction
5577
+ Processing by SimpleSignIn::LoginController#create as HTML
5578
+ Parameters: {"login"=>nil, "password"=>"[FILTERED]"}
5579
+ Completed 500 Internal Server Error in 0ms
5580
+  (0.1ms) rollback transaction
5581
+  (0.1ms) begin transaction
5582
+ Processing by SimpleSignIn::LoginController#create as HTML
5583
+ Parameters: {"login"=>"", "password"=>"[FILTERED]"}
5584
+ Completed 500 Internal Server Error in 0ms
5585
+  (0.1ms) rollback transaction
5586
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5591
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5596
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5601
+  (0.1ms) begin transaction
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
+  (0.3ms) rollback transaction
5608
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5614
+  (0.1ms) begin transaction
5615
+ Processing by SimpleSignIn::LoginController#new as HTML
5616
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
5617
+  (0.1ms) rollback transaction
5618
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5623
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5629
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5635
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5653
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5658
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5687
+  (0.3ms) begin transaction
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
+  (0.1ms) rollback transaction
5692
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5698
+  (0.1ms) begin transaction
5699
+ Processing by SimpleSignIn::LoginController#new as HTML
5700
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
5701
+  (0.1ms) rollback transaction
5702
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5708
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5714
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5720
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5725
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5743
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5748
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5753
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
5782
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5788
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5793
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5799
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5805
+  (0.1ms) begin transaction
5806
+ Processing by SimpleSignIn::LoginController#new as HTML
5807
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
5808
+  (0.1ms) rollback transaction
5809
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5815
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5820
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
5849
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5854
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5872
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5878
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5883
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5890
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5896
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5902
+  (0.1ms) begin transaction
5903
+ Processing by SimpleSignIn::LoginController#new as HTML
5904
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
5905
+  (0.1ms) rollback transaction
5906
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5912
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5917
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5935
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5964
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
5969
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5975
+  (0.1ms) begin transaction
5976
+ Processing by SimpleSignIn::LoginController#new as HTML
5977
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
5978
+  (0.1ms) rollback transaction
5979
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5985
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5991
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
5997
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6004
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6009
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6014
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6019
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6048
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6066
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6072
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6078
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6084
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6091
+  (0.1ms) begin transaction
6092
+ Processing by SimpleSignIn::LoginController#new as HTML
6093
+ Completed 200 OK in 520ms (Views: 29.5ms | ActiveRecord: 0.0ms)
6094
+  (0.1ms) rollback transaction
6095
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6101
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6106
+  (0.1ms) begin transaction
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
+  (0.2ms) rollback transaction
6111
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6129
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6158
+  (0.3ms) begin transaction
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
+  (0.1ms) rollback transaction
6163
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6169
+  (0.1ms) begin transaction
6170
+ Processing by SimpleSignIn::LoginController#new as HTML
6171
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
6172
+  (0.1ms) rollback transaction
6173
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6179
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6185
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6191
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6198
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6203
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6208
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6213
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6242
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6260
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6266
+  (0.1ms) begin transaction
6267
+ Processing by SimpleSignIn::LoginController#new as HTML
6268
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
6269
+  (0.1ms) rollback transaction
6270
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6276
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6282
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6288
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6295
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6300
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6318
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6323
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6333
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6362
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6367
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6373
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6378
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6385
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6391
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6397
+  (0.1ms) begin transaction
6398
+ Processing by SimpleSignIn::LoginController#new as HTML
6399
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
6400
+  (0.1ms) rollback transaction
6401
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6407
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6417
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6422
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6440
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6469
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6474
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6480
+  (0.1ms) begin transaction
6481
+ Processing by SimpleSignIn::LoginController#new as HTML
6482
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
6483
+  (0.1ms) rollback transaction
6484
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6490
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6496
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6502
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6509
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6514
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6532
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6561
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6566
+  (0.2ms) begin transaction
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
+  (0.1ms) rollback transaction
6571
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6581
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6587
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6592
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6599
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6605
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6611
+  (0.1ms) begin transaction
6612
+ Processing by SimpleSignIn::LoginController#new as HTML
6613
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
6614
+  (0.1ms) rollback transaction
6615
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6621
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6631
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6649
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6654
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6659
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction