captcher 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebe5da7875380a630829a12187fcf8c030ad92c5a31a4620712757f9b84e108c
4
- data.tar.gz: 9b7fe82d3defe0dd8d933fc3ff94b59be1bbaa017c7479c4941008361e5feeef
3
+ metadata.gz: c2b845f0207215f181222b59d2efc2800dcc266142507cd3b556c684a7505574
4
+ data.tar.gz: 81f27e0eefc00395702ba116c044616cef27068200873fd365d5bcb44580d982
5
5
  SHA512:
6
- metadata.gz: 54d6f052eda270aa98df53ca99ea3db8fa7f520d33f77d5123af2befd41b662c1c3895b53734a9fcf55dfd0c783336ab9e4cded993805358b94ceac0585a2d5c
7
- data.tar.gz: be0b2cca8e3c92ef63a72c8e2bb1758779773ebedefcad7f36d651d2f999e2f77a562a40d37f22b83c845e65207394b10d397a445e5142bdab3f3204bc81274d
6
+ metadata.gz: 9f0e311f96c9494233936704f82dbabf1902c67d636962586d82fe60ed8c3359aeea3992a7db29ad7bb2512b98dc67b4fe2495e3a264d7499ac89d4f2e184bfb
7
+ data.tar.gz: 851da009708ee7a42958e5cb1747e6549c811842655996a5dccd2c13276de0f08948401ab2618bcd8a2eb064292de0ef71fe6136b23e4c898d4ee55f8eed2c4b
@@ -19,9 +19,11 @@ module Captcher
19
19
 
20
20
  # rubocop:disable Lint/UnusedMethodArgument
21
21
  def represent(format = :html, options = {})
22
- Rails.cache.fetch(representation_key, expires_in: CACHE_TTL) do
23
- @wrapped.represent
22
+ cache_options = { expires_in: CACHE_TTL, race_condition_ttl: 10 }
23
+ representation = Rails.cache.fetch(representation_key, cache_options) do
24
+ Base64.encode64(@wrapped.represent)
24
25
  end
26
+ Base64.decode64(representation)
25
27
  end
26
28
  # rubocop:enable Lint/UnusedMethodArgument
27
29
 
@@ -1,3 +1,3 @@
1
1
  module Captcher
2
- VERSION = '0.2.0'
2
+ VERSION = "0.2.1".freeze
3
3
  end
@@ -9353,3 +9353,781 @@ Sent data captcha. (0.6ms)
9353
9353
  Completed 200 OK in 37ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9354
9354
 
9355
9355
 
9356
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:05 +0300
9357
+ Processing by Captcher::CaptchasController#reload as PNG
9358
+ Rendering text template
9359
+ Rendered text template (0.0ms)
9360
+ Sent data captcha.png (2.9ms)
9361
+ Completed 200 OK in 59ms (Views: 2.7ms | ActiveRecord: 0.0ms)
9362
+
9363
+
9364
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:06 +0300
9365
+ Processing by Captcher::CaptchasController#reload as PNG
9366
+ Rendering text template
9367
+ Rendered text template (0.0ms)
9368
+ Sent data captcha.png (0.5ms)
9369
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9370
+
9371
+
9372
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:07 +0300
9373
+ Processing by Captcher::CaptchasController#reload as PNG
9374
+ Rendering text template
9375
+ Rendered text template (0.0ms)
9376
+ Sent data captcha.png (0.5ms)
9377
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9378
+
9379
+
9380
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:07 +0300
9381
+ Processing by Captcher::CaptchasController#reload as PNG
9382
+ Rendering text template
9383
+ Rendered text template (0.0ms)
9384
+ Sent data captcha.png (0.5ms)
9385
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9386
+
9387
+
9388
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:07 +0300
9389
+ Processing by Captcher::CaptchasController#reload as PNG
9390
+ Rendering text template
9391
+ Rendered text template (0.0ms)
9392
+ Sent data captcha.png (0.5ms)
9393
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9394
+
9395
+
9396
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:07 +0300
9397
+ Processing by Captcher::CaptchasController#reload as PNG
9398
+ Rendering text template
9399
+ Rendered text template (0.0ms)
9400
+ Sent data captcha.png (0.6ms)
9401
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9402
+
9403
+
9404
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:08 +0300
9405
+ Processing by Captcher::CaptchasController#reload as PNG
9406
+ Rendering text template
9407
+ Rendered text template (0.0ms)
9408
+ Sent data captcha.png (0.7ms)
9409
+ Completed 200 OK in 49ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9410
+
9411
+
9412
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:08 +0300
9413
+ Processing by Captcher::CaptchasController#reload as PNG
9414
+ Rendering text template
9415
+ Rendered text template (0.0ms)
9416
+ Sent data captcha.png (0.5ms)
9417
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9418
+
9419
+
9420
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:08 +0300
9421
+ Processing by Captcher::CaptchasController#reload as PNG
9422
+ Rendering text template
9423
+ Rendered text template (0.0ms)
9424
+ Sent data captcha.png (0.5ms)
9425
+ Completed 200 OK in 46ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9426
+
9427
+
9428
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:08 +0300
9429
+ Processing by Captcher::CaptchasController#reload as PNG
9430
+ Rendering text template
9431
+ Rendered text template (0.0ms)
9432
+ Sent data captcha.png (0.5ms)
9433
+ Completed 200 OK in 54ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9434
+
9435
+
9436
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:08 +0300
9437
+ Processing by Captcher::CaptchasController#reload as PNG
9438
+ Rendering text template
9439
+ Rendered text template (0.0ms)
9440
+ Sent data captcha.png (0.5ms)
9441
+ Completed 200 OK in 52ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9442
+
9443
+
9444
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9445
+ Processing by Captcher::CaptchasController#reload as PNG
9446
+ Rendering text template
9447
+ Rendered text template (0.0ms)
9448
+ Sent data captcha.png (0.6ms)
9449
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9450
+
9451
+
9452
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9453
+ Processing by Captcher::CaptchasController#reload as PNG
9454
+ Rendering text template
9455
+ Rendered text template (0.0ms)
9456
+ Sent data captcha.png (0.5ms)
9457
+ Completed 200 OK in 50ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9458
+
9459
+
9460
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9461
+ Processing by Captcher::CaptchasController#reload as PNG
9462
+ Rendering text template
9463
+ Rendered text template (0.0ms)
9464
+ Sent data captcha.png (0.6ms)
9465
+ Completed 200 OK in 53ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9466
+
9467
+
9468
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9469
+ Processing by Captcher::CaptchasController#reload as PNG
9470
+ Rendering text template
9471
+ Rendered text template (0.0ms)
9472
+ Sent data captcha.png (0.7ms)
9473
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9474
+
9475
+
9476
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9477
+ Processing by Captcher::CaptchasController#reload as PNG
9478
+ Rendering text template
9479
+ Rendered text template (0.0ms)
9480
+ Sent data captcha.png (0.5ms)
9481
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9482
+
9483
+
9484
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:09 +0300
9485
+ Processing by Captcher::CaptchasController#reload as PNG
9486
+ Rendering text template
9487
+ Rendered text template (0.0ms)
9488
+ Sent data captcha.png (0.6ms)
9489
+ Completed 200 OK in 48ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9490
+
9491
+
9492
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9493
+ Processing by Captcher::CaptchasController#reload as PNG
9494
+ Rendering text template
9495
+ Rendered text template (0.0ms)
9496
+ Sent data captcha.png (0.5ms)
9497
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9498
+
9499
+
9500
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9501
+ Processing by Captcher::CaptchasController#reload as PNG
9502
+ Rendering text template
9503
+ Rendered text template (0.0ms)
9504
+ Sent data captcha.png (0.6ms)
9505
+ Completed 200 OK in 41ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9506
+
9507
+
9508
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9509
+ Processing by Captcher::CaptchasController#reload as PNG
9510
+ Rendering text template
9511
+ Rendered text template (0.0ms)
9512
+ Sent data captcha.png (0.5ms)
9513
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9514
+
9515
+
9516
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9517
+ Processing by Captcher::CaptchasController#reload as PNG
9518
+ Rendering text template
9519
+ Rendered text template (0.0ms)
9520
+ Sent data captcha.png (0.5ms)
9521
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9522
+
9523
+
9524
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9525
+ Processing by Captcher::CaptchasController#reload as PNG
9526
+ Rendering text template
9527
+ Rendered text template (0.0ms)
9528
+ Sent data captcha.png (0.5ms)
9529
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9530
+
9531
+
9532
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:10 +0300
9533
+ Processing by Captcher::CaptchasController#reload as PNG
9534
+ Rendering text template
9535
+ Rendered text template (0.0ms)
9536
+ Sent data captcha.png (0.5ms)
9537
+ Completed 200 OK in 45ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9538
+
9539
+
9540
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9541
+ Processing by Captcher::CaptchasController#reload as PNG
9542
+ Rendering text template
9543
+ Rendered text template (0.0ms)
9544
+ Sent data captcha.png (0.5ms)
9545
+ Completed 200 OK in 42ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9546
+
9547
+
9548
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9549
+ Processing by Captcher::CaptchasController#reload as PNG
9550
+ Rendering text template
9551
+ Rendered text template (0.0ms)
9552
+ Sent data captcha.png (0.5ms)
9553
+ Completed 200 OK in 42ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9554
+
9555
+
9556
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9557
+ Processing by Captcher::CaptchasController#reload as PNG
9558
+ Rendering text template
9559
+ Rendered text template (0.0ms)
9560
+ Sent data captcha.png (0.5ms)
9561
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9562
+
9563
+
9564
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9565
+ Processing by Captcher::CaptchasController#reload as PNG
9566
+ Rendering text template
9567
+ Rendered text template (0.0ms)
9568
+ Sent data captcha.png (0.5ms)
9569
+ Completed 200 OK in 51ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9570
+
9571
+
9572
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9573
+ Processing by Captcher::CaptchasController#reload as PNG
9574
+ Rendering text template
9575
+ Rendered text template (0.0ms)
9576
+ Sent data captcha.png (0.5ms)
9577
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9578
+
9579
+
9580
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:11 +0300
9581
+ Processing by Captcher::CaptchasController#reload as PNG
9582
+ Rendering text template
9583
+ Rendered text template (0.0ms)
9584
+ Sent data captcha.png (0.8ms)
9585
+ Completed 200 OK in 46ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9586
+
9587
+
9588
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:12 +0300
9589
+ Processing by Captcher::CaptchasController#reload as PNG
9590
+ Rendering text template
9591
+ Rendered text template (0.0ms)
9592
+ Sent data captcha.png (0.5ms)
9593
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9594
+
9595
+
9596
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:12 +0300
9597
+ Processing by Captcher::CaptchasController#reload as PNG
9598
+ Rendering text template
9599
+ Rendered text template (0.0ms)
9600
+ Sent data captcha.png (0.9ms)
9601
+ Completed 200 OK in 44ms (Views: 0.7ms | ActiveRecord: 0.0ms)
9602
+
9603
+
9604
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:12 +0300
9605
+ Processing by Captcher::CaptchasController#reload as PNG
9606
+ Rendering text template
9607
+ Rendered text template (0.0ms)
9608
+ Sent data captcha.png (0.9ms)
9609
+ Completed 200 OK in 47ms (Views: 0.8ms | ActiveRecord: 0.0ms)
9610
+
9611
+
9612
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:13 +0300
9613
+ Processing by Captcher::CaptchasController#reload as PNG
9614
+ Rendering text template
9615
+ Rendered text template (0.0ms)
9616
+ Sent data captcha.png (0.5ms)
9617
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9618
+
9619
+
9620
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:13 +0300
9621
+ Processing by Captcher::CaptchasController#reload as PNG
9622
+ Rendering text template
9623
+ Rendered text template (0.0ms)
9624
+ Sent data captcha.png (0.6ms)
9625
+ Completed 200 OK in 51ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9626
+
9627
+
9628
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:14 +0300
9629
+ Processing by Captcher::CaptchasController#reload as PNG
9630
+ Rendering text template
9631
+ Rendered text template (0.0ms)
9632
+ Sent data captcha.png (0.5ms)
9633
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9634
+
9635
+
9636
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:14 +0300
9637
+ Processing by Captcher::CaptchasController#reload as PNG
9638
+ Rendering text template
9639
+ Rendered text template (0.0ms)
9640
+ Sent data captcha.png (0.7ms)
9641
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9642
+
9643
+
9644
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:14 +0300
9645
+ Processing by Captcher::CaptchasController#reload as PNG
9646
+ Rendering text template
9647
+ Rendered text template (0.0ms)
9648
+ Sent data captcha.png (0.8ms)
9649
+ Completed 200 OK in 45ms (Views: 0.6ms | ActiveRecord: 0.0ms)
9650
+
9651
+
9652
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:15 +0300
9653
+ Processing by Captcher::CaptchasController#reload as PNG
9654
+ Rendering text template
9655
+ Rendered text template (0.0ms)
9656
+ Sent data captcha.png (0.8ms)
9657
+ Completed 200 OK in 42ms (Views: 0.7ms | ActiveRecord: 0.0ms)
9658
+
9659
+
9660
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:15 +0300
9661
+ Processing by Captcher::CaptchasController#reload as PNG
9662
+ Rendering text template
9663
+ Rendered text template (0.0ms)
9664
+ Sent data captcha.png (0.5ms)
9665
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9666
+
9667
+
9668
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:16 +0300
9669
+ Processing by Captcher::CaptchasController#reload as PNG
9670
+ Rendering text template
9671
+ Rendered text template (0.0ms)
9672
+ Sent data captcha.png (0.5ms)
9673
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9674
+
9675
+
9676
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:16 +0300
9677
+ Processing by Captcher::CaptchasController#reload as PNG
9678
+ Rendering text template
9679
+ Rendered text template (0.0ms)
9680
+ Sent data captcha.png (0.5ms)
9681
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9682
+
9683
+
9684
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:16 +0300
9685
+ Processing by Captcher::CaptchasController#reload as PNG
9686
+ Rendering text template
9687
+ Rendered text template (0.0ms)
9688
+ Sent data captcha.png (0.5ms)
9689
+ Completed 200 OK in 42ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9690
+
9691
+
9692
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:16 +0300
9693
+ Processing by Captcher::CaptchasController#reload as PNG
9694
+ Rendering text template
9695
+ Rendered text template (0.0ms)
9696
+ Sent data captcha.png (0.5ms)
9697
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9698
+
9699
+
9700
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:17 +0300
9701
+ Processing by Captcher::CaptchasController#reload as PNG
9702
+ Rendering text template
9703
+ Rendered text template (0.0ms)
9704
+ Sent data captcha.png (0.5ms)
9705
+ Completed 200 OK in 54ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9706
+
9707
+
9708
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:30:17 +0300
9709
+ Processing by Captcher::CaptchasController#reload as PNG
9710
+ Rendering text template
9711
+ Rendered text template (0.0ms)
9712
+ Sent data captcha.png (0.5ms)
9713
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9714
+
9715
+
9716
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:31:47 +0300
9717
+ Processing by Captcher::CaptchasController#reload as PNG
9718
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:33:59 +0300
9719
+ Processing by Captcher::CaptchasController#reload as PNG
9720
+ Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
9721
+
9722
+
9723
+
9724
+ NoMethodError (undefined method `decode' for Base64:Module
9725
+ Did you mean? decode64):
9726
+
9727
+ /home/vanya/Projects/captcher/lib/captcher/captchas/cached_captcha.rb:25:in `represent'
9728
+ /home/vanya/Projects/captcher/app/controllers/concerns/captcher/captcha_aware.rb:27:in `render_captcha'
9729
+ /home/vanya/Projects/captcher/app/controllers/captcher/captchas_controller.rb:10:in `reload'
9730
+ actionpack (5.2.2.1) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
9731
+ actionpack (5.2.2.1) lib/abstract_controller/base.rb:194:in `process_action'
9732
+ actionpack (5.2.2.1) lib/action_controller/metal/rendering.rb:30:in `process_action'
9733
+ actionpack (5.2.2.1) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
9734
+ activesupport (5.2.2.1) lib/active_support/callbacks.rb:132:in `run_callbacks'
9735
+ actionpack (5.2.2.1) lib/abstract_controller/callbacks.rb:41:in `process_action'
9736
+ actionpack (5.2.2.1) lib/action_controller/metal/rescue.rb:22:in `process_action'
9737
+ actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
9738
+ activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `block in instrument'
9739
+ activesupport (5.2.2.1) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
9740
+ activesupport (5.2.2.1) lib/active_support/notifications.rb:168:in `instrument'
9741
+ actionpack (5.2.2.1) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
9742
+ actionpack (5.2.2.1) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
9743
+ activerecord (5.2.2.1) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
9744
+ actionpack (5.2.2.1) lib/abstract_controller/base.rb:134:in `process'
9745
+ actionview (5.2.2.1) lib/action_view/rendering.rb:32:in `process'
9746
+ actionpack (5.2.2.1) lib/action_controller/metal.rb:191:in `dispatch'
9747
+ actionpack (5.2.2.1) lib/action_controller/metal.rb:252:in `dispatch'
9748
+ actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
9749
+ actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:34:in `serve'
9750
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve'
9751
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `each'
9752
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `serve'
9753
+ actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call'
9754
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
9755
+ railties (5.2.2.1) lib/rails/railtie.rb:190:in `public_send'
9756
+ railties (5.2.2.1) lib/rails/railtie.rb:190:in `method_missing'
9757
+ actionpack (5.2.2.1) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
9758
+ actionpack (5.2.2.1) lib/action_dispatch/routing/mapper.rb:48:in `serve'
9759
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:52:in `block in serve'
9760
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `each'
9761
+ actionpack (5.2.2.1) lib/action_dispatch/journey/router.rb:35:in `serve'
9762
+ actionpack (5.2.2.1) lib/action_dispatch/routing/route_set.rb:840:in `call'
9763
+ rack (2.0.6) lib/rack/tempfile_reaper.rb:15:in `call'
9764
+ rack (2.0.6) lib/rack/etag.rb:25:in `call'
9765
+ rack (2.0.6) lib/rack/conditional_get.rb:25:in `call'
9766
+ rack (2.0.6) lib/rack/head.rb:12:in `call'
9767
+ actionpack (5.2.2.1) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
9768
+ rack (2.0.6) lib/rack/session/abstract/id.rb:232:in `context'
9769
+ rack (2.0.6) lib/rack/session/abstract/id.rb:226:in `call'
9770
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/cookies.rb:670:in `call'
9771
+ activerecord (5.2.2.1) lib/active_record/migration.rb:559:in `call'
9772
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
9773
+ activesupport (5.2.2.1) lib/active_support/callbacks.rb:98:in `run_callbacks'
9774
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
9775
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
9776
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
9777
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
9778
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
9779
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
9780
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
9781
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
9782
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
9783
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
9784
+ sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
9785
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
9786
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
9787
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
9788
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
9789
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
9790
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
9791
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
9792
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
9793
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
9794
+ rack (2.0.6) lib/rack/handler/webrick.rb:86:in `service'
9795
+ /home/vanya/.asdf/installs/ruby/2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
9796
+ /home/vanya/.asdf/installs/ruby/2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
9797
+ /home/vanya/.asdf/installs/ruby/2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
9798
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:13 +0300
9799
+ Processing by Captcher::CaptchasController#reload as PNG
9800
+ Rendering text template
9801
+ Rendered text template (0.0ms)
9802
+ Sent data captcha.png (2.7ms)
9803
+ Completed 200 OK in 54ms (Views: 2.5ms | ActiveRecord: 0.0ms)
9804
+
9805
+
9806
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:14 +0300
9807
+ Processing by Captcher::CaptchasController#reload as PNG
9808
+ Rendering text template
9809
+ Rendered text template (0.0ms)
9810
+ Sent data captcha.png (0.6ms)
9811
+ Completed 200 OK in 51ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9812
+
9813
+
9814
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:15 +0300
9815
+ Processing by Captcher::CaptchasController#reload as PNG
9816
+ Rendering text template
9817
+ Rendered text template (0.0ms)
9818
+ Sent data captcha.png (0.5ms)
9819
+ Completed 200 OK in 47ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9820
+
9821
+
9822
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:15 +0300
9823
+ Processing by Captcher::CaptchasController#reload as PNG
9824
+ Rendering text template
9825
+ Rendered text template (0.0ms)
9826
+ Sent data captcha.png (0.5ms)
9827
+ Completed 200 OK in 47ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9828
+
9829
+
9830
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:15 +0300
9831
+ Processing by Captcher::CaptchasController#reload as PNG
9832
+ Rendering text template
9833
+ Rendered text template (0.0ms)
9834
+ Sent data captcha.png (0.6ms)
9835
+ Completed 200 OK in 52ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9836
+
9837
+
9838
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:16 +0300
9839
+ Processing by Captcher::CaptchasController#reload as PNG
9840
+ Rendering text template
9841
+ Rendered text template (0.0ms)
9842
+ Sent data captcha.png (0.5ms)
9843
+ Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9844
+
9845
+
9846
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:16 +0300
9847
+ Processing by Captcher::CaptchasController#reload as PNG
9848
+ Rendering text template
9849
+ Rendered text template (0.0ms)
9850
+ Sent data captcha.png (0.5ms)
9851
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9852
+
9853
+
9854
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:16 +0300
9855
+ Processing by Captcher::CaptchasController#reload as PNG
9856
+ Rendering text template
9857
+ Rendered text template (0.0ms)
9858
+ Sent data captcha.png (0.5ms)
9859
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9860
+
9861
+
9862
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:16 +0300
9863
+ Processing by Captcher::CaptchasController#reload as PNG
9864
+ Rendering text template
9865
+ Rendered text template (0.0ms)
9866
+ Sent data captcha.png (0.8ms)
9867
+ Completed 200 OK in 52ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9868
+
9869
+
9870
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:17 +0300
9871
+ Processing by Captcher::CaptchasController#reload as PNG
9872
+ Rendering text template
9873
+ Rendered text template (0.0ms)
9874
+ Sent data captcha.png (0.5ms)
9875
+ Completed 200 OK in 48ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9876
+
9877
+
9878
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:17 +0300
9879
+ Processing by Captcher::CaptchasController#reload as PNG
9880
+ Rendering text template
9881
+ Rendered text template (0.0ms)
9882
+ Sent data captcha.png (0.5ms)
9883
+ Completed 200 OK in 51ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9884
+
9885
+
9886
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:17 +0300
9887
+ Processing by Captcher::CaptchasController#reload as PNG
9888
+ Rendering text template
9889
+ Rendered text template (0.0ms)
9890
+ Sent data captcha.png (0.5ms)
9891
+ Completed 200 OK in 52ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9892
+
9893
+
9894
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:17 +0300
9895
+ Processing by Captcher::CaptchasController#reload as PNG
9896
+ Rendering text template
9897
+ Rendered text template (0.0ms)
9898
+ Sent data captcha.png (0.7ms)
9899
+ Completed 200 OK in 44ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9900
+
9901
+
9902
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:18 +0300
9903
+ Processing by Captcher::CaptchasController#reload as PNG
9904
+ Rendering text template
9905
+ Rendered text template (0.0ms)
9906
+ Sent data captcha.png (0.5ms)
9907
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9908
+
9909
+
9910
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:18 +0300
9911
+ Processing by Captcher::CaptchasController#reload as PNG
9912
+ Rendering text template
9913
+ Rendered text template (0.0ms)
9914
+ Sent data captcha.png (0.5ms)
9915
+ Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9916
+
9917
+
9918
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:18 +0300
9919
+ Processing by Captcher::CaptchasController#reload as PNG
9920
+ Rendering text template
9921
+ Rendered text template (0.0ms)
9922
+ Sent data captcha.png (0.6ms)
9923
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9924
+
9925
+
9926
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:18 +0300
9927
+ Processing by Captcher::CaptchasController#reload as PNG
9928
+ Rendering text template
9929
+ Rendered text template (0.0ms)
9930
+ Sent data captcha.png (0.6ms)
9931
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9932
+
9933
+
9934
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:19 +0300
9935
+ Processing by Captcher::CaptchasController#reload as PNG
9936
+ Rendering text template
9937
+ Rendered text template (0.0ms)
9938
+ Sent data captcha.png (0.6ms)
9939
+ Completed 200 OK in 41ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9940
+
9941
+
9942
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:19 +0300
9943
+ Processing by Captcher::CaptchasController#reload as PNG
9944
+ Rendering text template
9945
+ Rendered text template (0.0ms)
9946
+ Sent data captcha.png (0.5ms)
9947
+ Completed 200 OK in 47ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9948
+
9949
+
9950
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:19 +0300
9951
+ Processing by Captcher::CaptchasController#reload as PNG
9952
+ Rendering text template
9953
+ Rendered text template (0.0ms)
9954
+ Sent data captcha.png (0.6ms)
9955
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9956
+
9957
+
9958
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:19 +0300
9959
+ Processing by Captcher::CaptchasController#reload as PNG
9960
+ Rendering text template
9961
+ Rendered text template (0.0ms)
9962
+ Sent data captcha.png (0.5ms)
9963
+ Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 0.0ms)
9964
+
9965
+
9966
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:20 +0300
9967
+ Processing by Captcher::CaptchasController#reload as PNG
9968
+ Rendering text template
9969
+ Rendered text template (0.0ms)
9970
+ Sent data captcha.png (0.5ms)
9971
+ Completed 200 OK in 52ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9972
+
9973
+
9974
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:20 +0300
9975
+ Processing by Captcher::CaptchasController#reload as PNG
9976
+ Rendering text template
9977
+ Rendered text template (0.0ms)
9978
+ Sent data captcha.png (0.5ms)
9979
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9980
+
9981
+
9982
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:20 +0300
9983
+ Processing by Captcher::CaptchasController#reload as PNG
9984
+ Rendering text template
9985
+ Rendered text template (0.0ms)
9986
+ Sent data captcha.png (0.5ms)
9987
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9988
+
9989
+
9990
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:20 +0300
9991
+ Processing by Captcher::CaptchasController#reload as PNG
9992
+ Rendering text template
9993
+ Rendered text template (0.0ms)
9994
+ Sent data captcha.png (0.5ms)
9995
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9996
+
9997
+
9998
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:20 +0300
9999
+ Processing by Captcher::CaptchasController#reload as PNG
10000
+ Rendering text template
10001
+ Rendered text template (0.0ms)
10002
+ Sent data captcha.png (0.5ms)
10003
+ Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10004
+
10005
+
10006
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:21 +0300
10007
+ Processing by Captcher::CaptchasController#reload as PNG
10008
+ Rendering text template
10009
+ Rendered text template (0.0ms)
10010
+ Sent data captcha.png (0.5ms)
10011
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10012
+
10013
+
10014
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:21 +0300
10015
+ Processing by Captcher::CaptchasController#reload as PNG
10016
+ Rendering text template
10017
+ Rendered text template (0.0ms)
10018
+ Sent data captcha.png (0.5ms)
10019
+ Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10020
+
10021
+
10022
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:21 +0300
10023
+ Processing by Captcher::CaptchasController#reload as PNG
10024
+ Rendering text template
10025
+ Rendered text template (0.0ms)
10026
+ Sent data captcha.png (0.6ms)
10027
+ Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10028
+
10029
+
10030
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:21 +0300
10031
+ Processing by Captcher::CaptchasController#reload as PNG
10032
+ Rendering text template
10033
+ Rendered text template (0.0ms)
10034
+ Sent data captcha.png (0.5ms)
10035
+ Completed 200 OK in 55ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10036
+
10037
+
10038
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:21 +0300
10039
+ Processing by Captcher::CaptchasController#reload as PNG
10040
+ Rendering text template
10041
+ Rendered text template (0.0ms)
10042
+ Sent data captcha.png (0.8ms)
10043
+ Completed 200 OK in 45ms (Views: 0.7ms | ActiveRecord: 0.0ms)
10044
+
10045
+
10046
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:22 +0300
10047
+ Processing by Captcher::CaptchasController#reload as PNG
10048
+ Rendering text template
10049
+ Rendered text template (0.0ms)
10050
+ Sent data captcha.png (0.5ms)
10051
+ Completed 200 OK in 42ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10052
+
10053
+
10054
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:22 +0300
10055
+ Processing by Captcher::CaptchasController#reload as PNG
10056
+ Rendering text template
10057
+ Rendered text template (0.0ms)
10058
+ Sent data captcha.png (0.5ms)
10059
+ Completed 200 OK in 44ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10060
+
10061
+
10062
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:22 +0300
10063
+ Processing by Captcher::CaptchasController#reload as PNG
10064
+ Rendering text template
10065
+ Rendered text template (0.0ms)
10066
+ Sent data captcha.png (0.5ms)
10067
+ Completed 200 OK in 44ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10068
+
10069
+
10070
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:22 +0300
10071
+ Processing by Captcher::CaptchasController#reload as PNG
10072
+ Rendering text template
10073
+ Rendered text template (0.0ms)
10074
+ Sent data captcha.png (0.5ms)
10075
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10076
+
10077
+
10078
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:22 +0300
10079
+ Processing by Captcher::CaptchasController#reload as PNG
10080
+ Rendering text template
10081
+ Rendered text template (0.0ms)
10082
+ Sent data captcha.png (0.6ms)
10083
+ Completed 200 OK in 48ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10084
+
10085
+
10086
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10087
+ Processing by Captcher::CaptchasController#reload as PNG
10088
+ Rendering text template
10089
+ Rendered text template (0.0ms)
10090
+ Sent data captcha.png (0.9ms)
10091
+ Completed 200 OK in 44ms (Views: 0.8ms | ActiveRecord: 0.0ms)
10092
+
10093
+
10094
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10095
+ Processing by Captcher::CaptchasController#reload as PNG
10096
+ Rendering text template
10097
+ Rendered text template (0.3ms)
10098
+ Sent data captcha.png (0.7ms)
10099
+ Completed 200 OK in 47ms (Views: 0.6ms | ActiveRecord: 0.0ms)
10100
+
10101
+
10102
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10103
+ Processing by Captcher::CaptchasController#reload as PNG
10104
+ Rendering text template
10105
+ Rendered text template (0.0ms)
10106
+ Sent data captcha.png (0.5ms)
10107
+ Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10108
+
10109
+
10110
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10111
+ Processing by Captcher::CaptchasController#reload as PNG
10112
+ Rendering text template
10113
+ Rendered text template (0.0ms)
10114
+ Sent data captcha.png (0.5ms)
10115
+ Completed 200 OK in 43ms (Views: 0.3ms | ActiveRecord: 0.0ms)
10116
+
10117
+
10118
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10119
+ Processing by Captcher::CaptchasController#reload as PNG
10120
+ Rendering text template
10121
+ Rendered text template (0.0ms)
10122
+ Sent data captcha.png (0.5ms)
10123
+ Completed 200 OK in 51ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10124
+
10125
+
10126
+ Started GET "/captcher/captcha/reload.png" for 127.0.0.1 at 2019-03-27 15:34:23 +0300
10127
+ Processing by Captcher::CaptchasController#reload as PNG
10128
+ Rendering text template
10129
+ Rendered text template (0.0ms)
10130
+ Sent data captcha.png (0.6ms)
10131
+ Completed 200 OK in 52ms (Views: 0.4ms | ActiveRecord: 0.0ms)
10132
+
10133
+
@@ -0,0 +1 @@
1
+ 19175
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zinovyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-26 00:00:00.000000000 Z
11
+ date: 2019-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -204,6 +204,7 @@ files:
204
204
  - spec/dummy/tmp/cache/D56/E70/captcher__cached__%3Acode_captcha%3A7
205
205
  - spec/dummy/tmp/cache/FB2/D60/captcher__cached__%3A542081068251d2ec3b7f3e453b29750c
206
206
  - spec/dummy/tmp/development_secret.txt
207
+ - spec/dummy/tmp/pids/server.pid
207
208
  - spec/helpers.rb
208
209
  - spec/lib/captcher/captchas/cached_captcha_spec.rb
209
210
  - spec/lib/captcher/captchas/code_captcha_spec.rb
@@ -299,6 +300,7 @@ test_files:
299
300
  - spec/dummy/tmp/cache/FB2/D60/captcher__cached__%3A542081068251d2ec3b7f3e453b29750c
300
301
  - spec/dummy/tmp/cache/111/E31/captcher__cached__%3A5688ef242c39cd01f3bf4f2c7c6ebb5f
301
302
  - spec/dummy/tmp/development_secret.txt
303
+ - spec/dummy/tmp/pids/server.pid
302
304
  - spec/spec_helper.rb
303
305
  - spec/requests/captcha_management_spec.rb
304
306
  - spec/helpers.rb