devise-verifiable 0.0.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. checksums.yaml +4 -4
  2. data/lib/devise/verifiable/version.rb +1 -1
  3. data/test/dummy/config/application.rb +0 -1
  4. data/test/dummy/config/environments/test.rb +1 -0
  5. data/test/dummy/db/test.sqlite3 +0 -0
  6. data/test/dummy/log/test.log +828 -0
  7. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-O/-OnZrFnq-xjvu-3Vlkx3TJo8eMBGiHQioaTh6sd9b8M.cache +0 -0
  8. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1P/1PwDLvOwb4jAac6nEpeqfrfgY8nauxCpMsd3MdVbiC0.cache +0 -0
  9. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -0
  10. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fj/FjEth8WKeuiC-RMe4t9IeEjTWorqS3btB-Jsdd_ypdw.cache +1 -0
  11. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/GksuTOz0VuQx5guNnIlJf2wktc0CgRZeAQe2jc6ocEk.cache +1 -0
  12. data/test/dummy/tmp/cache/assets/sprockets/v3.0/JB/JB8BXTdr199I2xW7rSFtD_2DI-b5uw8Hma4For4MyxM.cache +1 -0
  13. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -0
  14. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ov/Ov65PUm-rmLSBsmp93tifAlmEj3k6Ssbu2ZgUWZp8c4.cache +0 -0
  15. data/test/dummy/tmp/cache/assets/sprockets/v3.0/SB/SB5TbzQr-FaFmoqhV12qpXku_MM-7o2yj_euqQ8ix6w.cache +0 -0
  16. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +0 -0
  17. data/test/dummy/tmp/cache/assets/sprockets/v3.0/im/imIGrxqjXcf2z18D5Ya2dY6n4N1Wmr6gDKbbUNtgPZc.cache +1 -0
  18. data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +0 -0
  19. metadata +70 -68
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 369891d899fc2a78ab60debc258edb2caa42fec7
4
- data.tar.gz: 14031e9ef0dc1617503fbd2f7fd425d3b3cd1952
3
+ metadata.gz: 3e9f637adc0ff9390f183662c914763423de210c
4
+ data.tar.gz: 0b2c3ea29f0bc6f07e74fa27cc24373c158d62a3
5
5
  SHA512:
6
- metadata.gz: fe15f4e7a862db281d355b023223e4ec679da126483c395903ce7272daced1eea446513b1841f16ae554ae1aa3436ab389f0586306344a0758b96db8f153e2ea
7
- data.tar.gz: aa0a864740e972753eea997739afe6b8fd3f5fc27c22e45a7e83b89992fd53cb2e12a4c4af329575a07c358a9e324c1fcd3f9c5a8041567dd9ee7fa68d8f860f
6
+ metadata.gz: cfbf5b75be2f57fc714864c25d136d70009c79009cc1119bd85c7eaa9166f93551db11fd82bfafbbe05ecf6353cd2e16fc4f2fc26ccab3a556cecb7ea4411af5
7
+ data.tar.gz: 2c6d1133c4712e4ec068d358e8bbfa7a66c98d795179ff8e21188cf7ce6db085d0f064b7c08ab0927c7eadaf337e0cc53d444d59dce026321437d805717577ce
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module Verifiable
3
- VERSION = "0.0.3"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -7,7 +7,6 @@ Bundler.require(*Rails.groups)
7
7
 
8
8
  module Dummy
9
9
  class Application < Rails::Application
10
- config.active_record.raise_in_transactional_callbacks = true
11
10
  end
12
11
  end
13
12
 
@@ -39,4 +39,5 @@ Rails.application.configure do
39
39
 
40
40
  # Raises error for missing translations
41
41
  # config.action_view.raise_on_missing_translations = true
42
+ config.active_record.sqlite3.represent_boolean_as_integer = true
42
43
  end
Binary file
@@ -627,3 +627,831 @@ Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 0.3ms)
627
627
  DeviseVerifiableTest: test_truth
628
628
  --------------------------------
629
629
   (0.1ms) rollback transaction
630
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
631
+  (0.1ms) PRAGMA foreign_keys
632
+  (0.1ms) PRAGMA foreign_keys = OFF
633
+  (0.1ms) begin transaction
634
+ Fixture Delete (0.8ms) DELETE FROM "users"
635
+ Fixture Insert (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "id") VALUES ('john@gmail.com', '$2a$04$a7zbnimG0pBx5A2kT4a/k.I5WbgTVk2frqIT5AOVWjCFS2TlJWFQm', '2018-04-21 21:08:14.240467', '2018-04-21 21:08:14.240467', 830138774)
636
+ Fixture Insert (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "full_name", "address", "created_at", "updated_at", "id") VALUES ('verified-john@gmail.com', '$2a$04$TOxogKnVQIkYQoZAjKpHoOQYfpjFEVbEym9XQ.iAQnFW4jGv6fqfW', 'Verified John Doe', '551, 5th Street', '2018-04-21 21:08:14.240467', '2018-04-21 21:08:14.240467', 778254699)
637
+  (4.0ms) commit transaction
638
+  (0.1ms) PRAGMA foreign_keys = 1
639
+  (0.0ms) begin transaction
640
+ ------------------------------------------------------------
641
+ NavigationTest: test_root_path_requires_users_authentication
642
+ ------------------------------------------------------------
643
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:14 +0100
644
+ Processing by HomeController#index as HTML
645
+ Completed 401 Unauthorized in 7ms (ActiveRecord: 0.0ms)
646
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:14 +0100
647
+ Processing by Devise::SessionsController#new as HTML
648
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
649
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (1.4ms)
650
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (33.3ms)
651
+ Completed 200 OK in 362ms (Views: 333.9ms | ActiveRecord: 0.0ms)
652
+  (0.1ms) rollback transaction
653
+  (0.1ms) begin transaction
654
+ ------------------------------------------------------------------
655
+ NavigationTest: test_unverified_user_is_redirected_to_verification
656
+ ------------------------------------------------------------------
657
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
658
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:14 +0100
659
+ Processing by Devise::SessionsController#new as HTML
660
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
661
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
662
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (3.7ms)
663
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
664
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:14 +0100
665
+ Processing by Devise::SessionsController#create as HTML
666
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
667
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
668
+  (0.1ms) SAVEPOINT active_record_1
669
+ User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:08:15.006937"], ["last_sign_in_at", "2018-04-21 21:08:15.006937"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:08:15.007862"], ["id", 830138774]]
670
+  (0.1ms) RELEASE SAVEPOINT active_record_1
671
+ Redirected to http://www.example.com/
672
+ Completed 302 Found in 35ms (ActiveRecord: 1.0ms)
673
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
674
+ Processing by HomeController#index as HTML
675
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
676
+ Redirected to http://www.example.com/users/verification/new
677
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
678
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
679
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
680
+ Processing by Devise::VerificationController#new as HTML
681
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
682
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
683
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (2.9ms)
684
+ Completed 200 OK in 20ms (Views: 12.8ms | ActiveRecord: 0.2ms)
685
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
686
+ Processing by HomeController#index as HTML
687
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
688
+ Redirected to http://www.example.com/users/verification/new
689
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
690
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
691
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
692
+ Processing by Devise::VerificationController#new as HTML
693
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
694
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
695
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.1ms)
696
+ Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)
697
+  (1.2ms) rollback transaction
698
+  (0.1ms) begin transaction
699
+ --------------------------------------------------------------------
700
+ NavigationTest: test_verified_user_is_not_redirected_to_verification
701
+ --------------------------------------------------------------------
702
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 778254699], ["LIMIT", 1]]
703
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
704
+ Processing by Devise::SessionsController#new as HTML
705
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
706
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
707
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.5ms)
708
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
709
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
710
+ Processing by Devise::SessionsController#create as HTML
711
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"verified-john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
712
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
713
+  (0.1ms) SAVEPOINT active_record_1
714
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:08:15.114491"], ["last_sign_in_at", "2018-04-21 21:08:15.114491"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:08:15.115002"], ["id", 778254699]]
715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
716
+ Redirected to http://www.example.com/
717
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
718
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
719
+ Processing by HomeController#index as HTML
720
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
721
+ Rendering home/index.html.erb within layouts/application
722
+ Rendered home/index.html.erb within layouts/application (0.3ms)
723
+ Completed 200 OK in 12ms (Views: 7.6ms | ActiveRecord: 0.2ms)
724
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
725
+ Processing by HomeController#index as HTML
726
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
727
+ Rendering home/index.html.erb within layouts/application
728
+ Rendered home/index.html.erb within layouts/application (0.0ms)
729
+ Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)
730
+  (0.8ms) rollback transaction
731
+  (0.1ms) begin transaction
732
+ ------------------------------------------------------------
733
+ NavigationTest: test_shows_errors_messages_when_invalid_user
734
+ ------------------------------------------------------------
735
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
736
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
737
+ Processing by Devise::SessionsController#new as HTML
738
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
739
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
740
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.8ms)
741
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
742
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
743
+ Processing by Devise::SessionsController#create as HTML
744
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
745
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
746
+  (0.1ms) SAVEPOINT active_record_1
747
+ User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:08:15.170984"], ["last_sign_in_at", "2018-04-21 21:08:15.170984"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:08:15.171729"], ["id", 830138774]]
748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
749
+ Redirected to http://www.example.com/
750
+ Completed 302 Found in 9ms (ActiveRecord: 1.2ms)
751
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
752
+ Processing by HomeController#index as HTML
753
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
754
+ Redirected to http://www.example.com/users/verification/new
755
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
756
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
757
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
758
+ Processing by Devise::VerificationController#new as HTML
759
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
760
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
761
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.7ms)
762
+ Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.2ms)
763
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
764
+ Processing by Devise::VerificationController#new as HTML
765
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
766
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
767
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.7ms)
768
+ Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.3ms)
769
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
770
+ Processing by Devise::VerificationController#create as HTML
771
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"", "address"=>""}, "commit"=>"Verify"}
772
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
773
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
774
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.5ms)
775
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
776
+  (0.5ms) rollback transaction
777
+  (0.1ms) begin transaction
778
+ --------------------------------------------------------------------------
779
+ NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
780
+ --------------------------------------------------------------------------
781
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
782
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
783
+ Processing by Devise::SessionsController#new as HTML
784
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
785
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
786
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (3.3ms)
787
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
788
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
789
+ Processing by Devise::SessionsController#create as HTML
790
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
791
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
792
+  (0.2ms) SAVEPOINT active_record_1
793
+ User Update (0.9ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:08:15.235918"], ["last_sign_in_at", "2018-04-21 21:08:15.235918"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:08:15.237285"], ["id", 830138774]]
794
+  (0.1ms) RELEASE SAVEPOINT active_record_1
795
+ Redirected to http://www.example.com/
796
+ Completed 302 Found in 10ms (ActiveRecord: 1.4ms)
797
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
798
+ Processing by HomeController#index as HTML
799
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
800
+ Redirected to http://www.example.com/users/verification/new
801
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
802
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
803
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
804
+ Processing by Devise::VerificationController#new as HTML
805
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
806
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
807
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.4ms)
808
+ Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.4ms)
809
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
810
+ Processing by Devise::VerificationController#new as HTML
811
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
812
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
813
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.1ms)
814
+ Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
815
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
816
+ Processing by Devise::VerificationController#create as HTML
817
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"John Doe", "address"=>"555, 5th Street"}, "commit"=>"Verify"}
818
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
819
+  (0.1ms) SAVEPOINT active_record_1
820
+ User Update (0.1ms) UPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ? [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:08:15.271300"], ["id", 830138774]]
821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
822
+ Redirected to http://www.example.com/
823
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
824
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
825
+ Processing by HomeController#index as HTML
826
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
827
+ Rendering home/index.html.erb within layouts/application
828
+ Rendered home/index.html.erb within layouts/application (0.0ms)
829
+ Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)
830
+  (0.5ms) rollback transaction
831
+  (0.1ms) begin transaction
832
+ ------------------------------------------------------------------------------
833
+ NavigationTest: test_verification_page_shows_form_with_fields_for_verification
834
+ ------------------------------------------------------------------------------
835
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
836
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
837
+ Processing by Devise::SessionsController#new as HTML
838
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
839
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
840
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.3ms)
841
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
842
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
843
+ Processing by Devise::SessionsController#create as HTML
844
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
845
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
846
+  (0.1ms) SAVEPOINT active_record_1
847
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:08:15.307299"], ["last_sign_in_at", "2018-04-21 21:08:15.307299"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:08:15.307777"], ["id", 830138774]]
848
+  (0.1ms) RELEASE SAVEPOINT active_record_1
849
+ Redirected to http://www.example.com/
850
+ Completed 302 Found in 7ms (ActiveRecord: 0.7ms)
851
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
852
+ Processing by HomeController#index as HTML
853
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
854
+ Redirected to http://www.example.com/users/verification/new
855
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
856
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
857
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
858
+ Processing by Devise::VerificationController#new as HTML
859
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
860
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
861
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.1ms)
862
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
863
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:08:15 +0100
864
+ Processing by Devise::VerificationController#new as HTML
865
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
866
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
867
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.1ms)
868
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
869
+  (0.5ms) rollback transaction
870
+  (0.1ms) begin transaction
871
+ --------------------------------------------------
872
+ DefaultRoutingTest: test_map_new_user_verification
873
+ --------------------------------------------------
874
+  (0.1ms) rollback transaction
875
+  (0.1ms) begin transaction
876
+ ----------------------------------------------
877
+ DefaultRoutingTest: test_map_user_verification
878
+ ----------------------------------------------
879
+  (0.1ms) rollback transaction
880
+  (0.1ms) begin transaction
881
+ --------------------------------
882
+ DeviseVerifiableTest: test_truth
883
+ --------------------------------
884
+  (0.1ms) rollback transaction
885
+  (0.1ms) begin transaction
886
+ -----------------------------------------
887
+ VerifiableTest: test_Devise_configuration
888
+ -----------------------------------------
889
+  (0.1ms) rollback transaction
890
+  (0.1ms) begin transaction
891
+ ----------------------------------------------------
892
+ VerifiableTest: test_asserting_when_user_is_verified
893
+ ----------------------------------------------------
894
+  (0.1ms) rollback transaction
895
+  (0.1ms) begin transaction
896
+ --------------------------------------------------------------------
897
+ VerifiableTest: test_adding_errors_for_empty_fields_for_verification
898
+ --------------------------------------------------------------------
899
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
900
+  (0.1ms) rollback transaction
901
+  (0.1ms) begin transaction
902
+ -----------------------------------------------------
903
+ VerifiableTest: test_refuting_when_user_isnt_verified
904
+ -----------------------------------------------------
905
+  (0.1ms) rollback transaction
906
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
907
+  (0.1ms) PRAGMA foreign_keys
908
+  (0.1ms) PRAGMA foreign_keys = OFF
909
+  (0.1ms) begin transaction
910
+ Fixture Delete (0.9ms) DELETE FROM "users"
911
+ Fixture Insert (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "id") VALUES ('john@gmail.com', '$2a$04$Z3lFQSGn9mH9bSgFg5JBSeFW6MpRkSCRjhVCwwwMim81vYmXhBkVm', '2018-04-21 21:09:38.646836', '2018-04-21 21:09:38.646836', 830138774)
912
+ Fixture Insert (0.2ms) INSERT INTO "users" ("email", "encrypted_password", "full_name", "address", "created_at", "updated_at", "id") VALUES ('verified-john@gmail.com', '$2a$04$ANOiApNmPANkR6CNSs1yHufubQvDsXuMVeB3Ejswd4EuTOy/isPZa', 'Verified John Doe', '551, 5th Street', '2018-04-21 21:09:38.646836', '2018-04-21 21:09:38.646836', 778254699)
913
+  (9.7ms) commit transaction
914
+  (0.1ms) PRAGMA foreign_keys = 1
915
+  (0.1ms) begin transaction
916
+ --------------------------------
917
+ DeviseVerifiableTest: test_truth
918
+ --------------------------------
919
+  (0.1ms) rollback transaction
920
+  (0.1ms) begin transaction
921
+ ------------------------------------------------------------------
922
+ NavigationTest: test_unverified_user_is_redirected_to_verification
923
+ ------------------------------------------------------------------
924
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
925
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:38 +0100
926
+ Processing by Devise::SessionsController#new as HTML
927
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
928
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (1.4ms)
929
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (30.7ms)
930
+ Completed 200 OK in 278ms (Views: 270.9ms | ActiveRecord: 0.0ms)
931
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
932
+ Processing by Devise::SessionsController#create as HTML
933
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
934
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
935
+  (0.1ms) SAVEPOINT active_record_1
936
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:09:39.270334"], ["last_sign_in_at", "2018-04-21 21:09:39.270334"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:09:39.271744"], ["id", 830138774]]
937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
938
+ Redirected to http://www.example.com/
939
+ Completed 302 Found in 31ms (ActiveRecord: 0.8ms)
940
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
941
+ Processing by HomeController#index as HTML
942
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
943
+ Redirected to http://www.example.com/users/verification/new
944
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
945
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
946
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
947
+ Processing by Devise::VerificationController#new as HTML
948
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
949
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
950
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (3.2ms)
951
+ Completed 200 OK in 17ms (Views: 11.0ms | ActiveRecord: 0.3ms)
952
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
953
+ Processing by HomeController#index as HTML
954
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
955
+ Redirected to http://www.example.com/users/verification/new
956
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
957
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
958
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
959
+ Processing by Devise::VerificationController#new as HTML
960
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
961
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
962
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.3ms)
963
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms)
964
+  (8.5ms) rollback transaction
965
+  (0.1ms) begin transaction
966
+ --------------------------------------------------------------------------
967
+ NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
968
+ --------------------------------------------------------------------------
969
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
970
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
971
+ Processing by Devise::SessionsController#new as HTML
972
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
973
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.3ms)
974
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.4ms)
975
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
976
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
977
+ Processing by Devise::SessionsController#create as HTML
978
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
979
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
980
+  (0.2ms) SAVEPOINT active_record_1
981
+ User Update (0.8ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:09:39.373038"], ["last_sign_in_at", "2018-04-21 21:09:39.373038"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:09:39.374234"], ["id", 830138774]]
982
+  (0.1ms) RELEASE SAVEPOINT active_record_1
983
+ Redirected to http://www.example.com/
984
+ Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
985
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
986
+ Processing by HomeController#index as HTML
987
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
988
+ Redirected to http://www.example.com/users/verification/new
989
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
990
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
991
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
992
+ Processing by Devise::VerificationController#new as HTML
993
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
994
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
995
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.8ms)
996
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms)
997
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
998
+ Processing by Devise::VerificationController#new as HTML
999
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1000
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1001
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.8ms)
1002
+ Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.4ms)
1003
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1004
+ Processing by Devise::VerificationController#create as HTML
1005
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"John Doe", "address"=>"555, 5th Street"}, "commit"=>"Verify"}
1006
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1007
+  (0.1ms) SAVEPOINT active_record_1
1008
+ User Update (0.1ms) UPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ? [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:09:39.419335"], ["id", 830138774]]
1009
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1010
+ Redirected to http://www.example.com/
1011
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
1012
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1013
+ Processing by HomeController#index as HTML
1014
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1015
+ Rendering home/index.html.erb within layouts/application
1016
+ Rendered home/index.html.erb within layouts/application (0.4ms)
1017
+ Completed 200 OK in 13ms (Views: 8.5ms | ActiveRecord: 0.2ms)
1018
+  (8.6ms) rollback transaction
1019
+  (0.1ms) begin transaction
1020
+ ------------------------------------------------------------
1021
+ NavigationTest: test_root_path_requires_users_authentication
1022
+ ------------------------------------------------------------
1023
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1024
+ Processing by HomeController#index as HTML
1025
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
1026
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1027
+ Processing by Devise::SessionsController#new as HTML
1028
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1029
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (1.0ms)
1030
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (4.8ms)
1031
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
1032
+  (0.1ms) rollback transaction
1033
+  (0.1ms) begin transaction
1034
+ ------------------------------------------------------------
1035
+ NavigationTest: test_shows_errors_messages_when_invalid_user
1036
+ ------------------------------------------------------------
1037
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1038
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1039
+ Processing by Devise::SessionsController#new as HTML
1040
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1041
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.3ms)
1042
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.7ms)
1043
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
1044
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1045
+ Processing by Devise::SessionsController#create as HTML
1046
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1047
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1048
+  (0.1ms) SAVEPOINT active_record_1
1049
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:09:39.489636"], ["last_sign_in_at", "2018-04-21 21:09:39.489636"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:09:39.490251"], ["id", 830138774]]
1050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1051
+ Redirected to http://www.example.com/
1052
+ Completed 302 Found in 8ms (ActiveRecord: 0.8ms)
1053
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1054
+ Processing by HomeController#index as HTML
1055
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1056
+ Redirected to http://www.example.com/users/verification/new
1057
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1058
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1059
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1060
+ Processing by Devise::VerificationController#new as HTML
1061
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1062
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1063
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.3ms)
1064
+ Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.8ms)
1065
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1066
+ Processing by Devise::VerificationController#new as HTML
1067
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1068
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1069
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.7ms)
1070
+ Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms)
1071
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1072
+ Processing by Devise::VerificationController#create as HTML
1073
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"", "address"=>""}, "commit"=>"Verify"}
1074
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1075
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1076
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.6ms)
1077
+ Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)
1078
+  (0.7ms) rollback transaction
1079
+  (0.1ms) begin transaction
1080
+ --------------------------------------------------------------------
1081
+ NavigationTest: test_verified_user_is_not_redirected_to_verification
1082
+ --------------------------------------------------------------------
1083
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1084
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1085
+ Processing by Devise::SessionsController#new as HTML
1086
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1087
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.3ms)
1088
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (2.6ms)
1089
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
1090
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1091
+ Processing by Devise::SessionsController#create as HTML
1092
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"verified-john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1093
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
1094
+  (0.1ms) SAVEPOINT active_record_1
1095
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:09:39.551741"], ["last_sign_in_at", "2018-04-21 21:09:39.551741"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:09:39.552349"], ["id", 778254699]]
1096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1097
+ Redirected to http://www.example.com/
1098
+ Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
1099
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1100
+ Processing by HomeController#index as HTML
1101
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1102
+ Rendering home/index.html.erb within layouts/application
1103
+ Rendered home/index.html.erb within layouts/application (0.0ms)
1104
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
1105
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1106
+ Processing by HomeController#index as HTML
1107
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1108
+ Rendering home/index.html.erb within layouts/application
1109
+ Rendered home/index.html.erb within layouts/application (0.0ms)
1110
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms)
1111
+  (0.6ms) rollback transaction
1112
+  (0.1ms) begin transaction
1113
+ ------------------------------------------------------------------------------
1114
+ NavigationTest: test_verification_page_shows_form_with_fields_for_verification
1115
+ ------------------------------------------------------------------------------
1116
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1117
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1118
+ Processing by Devise::SessionsController#new as HTML
1119
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1120
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.3ms)
1121
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (1.9ms)
1122
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
1123
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1124
+ Processing by Devise::SessionsController#create as HTML
1125
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1126
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1127
+  (0.1ms) SAVEPOINT active_record_1
1128
+ User Update (0.9ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:09:39.589594"], ["last_sign_in_at", "2018-04-21 21:09:39.589594"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:09:39.590624"], ["id", 830138774]]
1129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1130
+ Redirected to http://www.example.com/
1131
+ Completed 302 Found in 10ms (ActiveRecord: 1.3ms)
1132
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1133
+ Processing by HomeController#index as HTML
1134
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1135
+ Redirected to http://www.example.com/users/verification/new
1136
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1137
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
1138
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1139
+ Processing by Devise::VerificationController#new as HTML
1140
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1141
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1142
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.3ms)
1143
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.4ms)
1144
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:09:39 +0100
1145
+ Processing by Devise::VerificationController#new as HTML
1146
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1147
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1148
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.2ms)
1149
+ Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.4ms)
1150
+  (0.7ms) rollback transaction
1151
+  (0.1ms) begin transaction
1152
+ -----------------------------------------------------
1153
+ VerifiableTest: test_refuting_when_user_isnt_verified
1154
+ -----------------------------------------------------
1155
+  (0.1ms) rollback transaction
1156
+  (0.0ms) begin transaction
1157
+ ----------------------------------------------------
1158
+ VerifiableTest: test_asserting_when_user_is_verified
1159
+ ----------------------------------------------------
1160
+  (0.1ms) rollback transaction
1161
+  (0.0ms) begin transaction
1162
+ -----------------------------------------
1163
+ VerifiableTest: test_Devise_configuration
1164
+ -----------------------------------------
1165
+  (0.1ms) rollback transaction
1166
+  (0.0ms) begin transaction
1167
+ --------------------------------------------------------------------
1168
+ VerifiableTest: test_adding_errors_for_empty_fields_for_verification
1169
+ --------------------------------------------------------------------
1170
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1171
+  (0.1ms) rollback transaction
1172
+  (0.0ms) begin transaction
1173
+ --------------------------------------------------
1174
+ DefaultRoutingTest: test_map_new_user_verification
1175
+ --------------------------------------------------
1176
+  (0.1ms) rollback transaction
1177
+  (0.3ms) begin transaction
1178
+ ----------------------------------------------
1179
+ DefaultRoutingTest: test_map_user_verification
1180
+ ----------------------------------------------
1181
+  (0.1ms) rollback transaction
1182
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
1183
+  (0.1ms) PRAGMA foreign_keys
1184
+  (0.1ms) PRAGMA foreign_keys = OFF
1185
+  (0.0ms) begin transaction
1186
+ Fixture Delete (0.6ms) DELETE FROM "users"
1187
+ Fixture Insert (0.3ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "id") VALUES ('john@gmail.com', '$2a$04$lGkS6aAxu7sRC9un6tZatujR.Gj9iRjHrmacgDJE09YTfb/zhO16m', '2018-04-21 21:10:42.155131', '2018-04-21 21:10:42.155131', 830138774)
1188
+ Fixture Insert (0.1ms) INSERT INTO "users" ("email", "encrypted_password", "full_name", "address", "created_at", "updated_at", "id") VALUES ('verified-john@gmail.com', '$2a$04$SM1X/cw/YasRoxmVTaXNFO6k03JJqSEzvUQmmuHHi/narFKewXYCm', 'Verified John Doe', '551, 5th Street', '2018-04-21 21:10:42.155131', '2018-04-21 21:10:42.155131', 778254699)
1189
+  (9.3ms) commit transaction
1190
+  (0.8ms) PRAGMA foreign_keys = 1
1191
+  (0.1ms) begin transaction
1192
+ -----------------------------------------
1193
+ VerifiableTest: test_Devise_configuration
1194
+ -----------------------------------------
1195
+  (0.1ms) rollback transaction
1196
+  (0.1ms) begin transaction
1197
+ -----------------------------------------------------
1198
+ VerifiableTest: test_refuting_when_user_isnt_verified
1199
+ -----------------------------------------------------
1200
+  (0.1ms) rollback transaction
1201
+  (0.1ms) begin transaction
1202
+ --------------------------------------------------------------------
1203
+ VerifiableTest: test_adding_errors_for_empty_fields_for_verification
1204
+ --------------------------------------------------------------------
1205
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1206
+  (0.1ms) rollback transaction
1207
+  (0.1ms) begin transaction
1208
+ ----------------------------------------------------
1209
+ VerifiableTest: test_asserting_when_user_is_verified
1210
+ ----------------------------------------------------
1211
+  (0.0ms) rollback transaction
1212
+  (0.0ms) begin transaction
1213
+ --------------------------------------------------
1214
+ DefaultRoutingTest: test_map_new_user_verification
1215
+ --------------------------------------------------
1216
+  (0.1ms) rollback transaction
1217
+  (0.1ms) begin transaction
1218
+ ----------------------------------------------
1219
+ DefaultRoutingTest: test_map_user_verification
1220
+ ----------------------------------------------
1221
+  (0.1ms) rollback transaction
1222
+  (0.0ms) begin transaction
1223
+ ------------------------------------------------------------
1224
+ NavigationTest: test_root_path_requires_users_authentication
1225
+ ------------------------------------------------------------
1226
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1227
+ Processing by HomeController#index as HTML
1228
+ Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)
1229
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1230
+ Processing by Devise::SessionsController#new as HTML
1231
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1232
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (1.5ms)
1233
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (19.9ms)
1234
+ Completed 200 OK in 272ms (Views: 269.9ms | ActiveRecord: 0.0ms)
1235
+  (0.1ms) rollback transaction
1236
+  (0.1ms) begin transaction
1237
+ ------------------------------------------------------------------
1238
+ NavigationTest: test_unverified_user_is_redirected_to_verification
1239
+ ------------------------------------------------------------------
1240
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1241
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1242
+ Processing by Devise::SessionsController#new as HTML
1243
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1244
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
1245
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (3.2ms)
1246
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1247
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1248
+ Processing by Devise::SessionsController#create as HTML
1249
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1250
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1251
+  (0.1ms) SAVEPOINT active_record_1
1252
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:10:42.766699"], ["last_sign_in_at", "2018-04-21 21:10:42.766699"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:10:42.767689"], ["id", 830138774]]
1253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1254
+ Redirected to http://www.example.com/
1255
+ Completed 302 Found in 30ms (ActiveRecord: 0.8ms)
1256
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1257
+ Processing by HomeController#index as HTML
1258
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1259
+ Redirected to http://www.example.com/users/verification/new
1260
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1261
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
1262
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1263
+ Processing by Devise::VerificationController#new as HTML
1264
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1265
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1266
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (2.2ms)
1267
+ Completed 200 OK in 16ms (Views: 10.2ms | ActiveRecord: 0.3ms)
1268
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1269
+ Processing by HomeController#index as HTML
1270
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1271
+ Redirected to http://www.example.com/users/verification/new
1272
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1273
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1274
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1275
+ Processing by Devise::VerificationController#new as HTML
1276
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1277
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1278
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.1ms)
1279
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
1280
+  (0.6ms) rollback transaction
1281
+  (0.1ms) begin transaction
1282
+ ------------------------------------------------------------------------------
1283
+ NavigationTest: test_verification_page_shows_form_with_fields_for_verification
1284
+ ------------------------------------------------------------------------------
1285
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1286
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1287
+ Processing by Devise::SessionsController#new as HTML
1288
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1289
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.4ms)
1290
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (3.0ms)
1291
+ Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
1292
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1293
+ Processing by Devise::SessionsController#create as HTML
1294
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1295
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1296
+  (0.1ms) SAVEPOINT active_record_1
1297
+ User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:10:42.869820"], ["last_sign_in_at", "2018-04-21 21:10:42.869820"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:10:42.870691"], ["id", 830138774]]
1298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1299
+ Redirected to http://www.example.com/
1300
+ Completed 302 Found in 8ms (ActiveRecord: 0.8ms)
1301
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1302
+ Processing by HomeController#index as HTML
1303
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1304
+ Redirected to http://www.example.com/users/verification/new
1305
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1306
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1307
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1308
+ Processing by Devise::VerificationController#new as HTML
1309
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1310
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1311
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.4ms)
1312
+ Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.2ms)
1313
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1314
+ Processing by Devise::VerificationController#new as HTML
1315
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1316
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1317
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.2ms)
1318
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
1319
+  (0.6ms) rollback transaction
1320
+  (0.1ms) begin transaction
1321
+ ------------------------------------------------------------
1322
+ NavigationTest: test_shows_errors_messages_when_invalid_user
1323
+ ------------------------------------------------------------
1324
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1325
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1326
+ Processing by Devise::SessionsController#new as HTML
1327
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1328
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.3ms)
1329
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (4.7ms)
1330
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1331
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1332
+ Processing by Devise::SessionsController#create as HTML
1333
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1334
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1335
+  (0.1ms) SAVEPOINT active_record_1
1336
+ User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:10:42.920315"], ["last_sign_in_at", "2018-04-21 21:10:42.920315"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:10:42.921203"], ["id", 830138774]]
1337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1338
+ Redirected to http://www.example.com/
1339
+ Completed 302 Found in 9ms (ActiveRecord: 0.9ms)
1340
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1341
+ Processing by HomeController#index as HTML
1342
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1343
+ Redirected to http://www.example.com/users/verification/new
1344
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1345
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
1346
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1347
+ Processing by Devise::VerificationController#new as HTML
1348
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1349
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1350
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (2.4ms)
1351
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)
1352
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1353
+ Processing by Devise::VerificationController#new as HTML
1354
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1355
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1356
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.7ms)
1357
+ Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms)
1358
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1359
+ Processing by Devise::VerificationController#create as HTML
1360
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"", "address"=>""}, "commit"=>"Verify"}
1361
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1362
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1363
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.8ms)
1364
+ Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.2ms)
1365
+  (0.6ms) rollback transaction
1366
+  (0.1ms) begin transaction
1367
+ --------------------------------------------------------------------
1368
+ NavigationTest: test_verified_user_is_not_redirected_to_verification
1369
+ --------------------------------------------------------------------
1370
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1371
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1372
+ Processing by Devise::SessionsController#new as HTML
1373
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1374
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (1.0ms)
1375
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (4.2ms)
1376
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
1377
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:42 +0100
1378
+ Processing by Devise::SessionsController#create as HTML
1379
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"verified-john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1380
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
1381
+  (0.1ms) SAVEPOINT active_record_1
1382
+ User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:10:42.997389"], ["last_sign_in_at", "2018-04-21 21:10:42.997389"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:10:42.997997"], ["id", 778254699]]
1383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1384
+ Redirected to http://www.example.com/
1385
+ Completed 302 Found in 11ms (ActiveRecord: 1.0ms)
1386
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1387
+ Processing by HomeController#index as HTML
1388
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1389
+ Rendering home/index.html.erb within layouts/application
1390
+ Rendered home/index.html.erb within layouts/application (0.4ms)
1391
+ Completed 200 OK in 17ms (Views: 12.2ms | ActiveRecord: 0.2ms)
1392
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1393
+ Processing by HomeController#index as HTML
1394
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 778254699], ["LIMIT", 1]]
1395
+ Rendering home/index.html.erb within layouts/application
1396
+ Rendered home/index.html.erb within layouts/application (0.1ms)
1397
+ Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.9ms)
1398
+  (0.7ms) rollback transaction
1399
+  (0.1ms) begin transaction
1400
+ --------------------------------------------------------------------------
1401
+ NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
1402
+ --------------------------------------------------------------------------
1403
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1404
+ Started GET "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1405
+ Processing by Devise::SessionsController#new as HTML
1406
+ Rendering /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application
1407
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/shared/_links.html.erb (0.7ms)
1408
+ Rendered /Users/rra/.asdf/installs/ruby/2.4.1/lib/ruby/gems/2.4.0/gems/devise-4.4.3/app/views/devise/sessions/new.html.erb within layouts/application (3.3ms)
1409
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
1410
+ Started POST "/users/sign_in" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1411
+ Processing by Devise::SessionsController#create as HTML
1412
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"john@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
1413
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ? [["email", "john@gmail.com"], ["LIMIT", 1]]
1414
+  (0.1ms) SAVEPOINT active_record_1
1415
+ User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["current_sign_in_at", "2018-04-21 21:10:43.079552"], ["last_sign_in_at", "2018-04-21 21:10:43.079552"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-04-21 21:10:43.081032"], ["id", 830138774]]
1416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1417
+ Redirected to http://www.example.com/
1418
+ Completed 302 Found in 12ms (ActiveRecord: 1.6ms)
1419
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1420
+ Processing by HomeController#index as HTML
1421
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1422
+ Redirected to http://www.example.com/users/verification/new
1423
+ Filter chain halted as :authenticate_verified_user! rendered or redirected
1424
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1425
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1426
+ Processing by Devise::VerificationController#new as HTML
1427
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1428
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1429
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (3.2ms)
1430
+ Completed 200 OK in 11ms (Views: 7.3ms | ActiveRecord: 0.3ms)
1431
+ Started GET "/users/verification/new" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1432
+ Processing by Devise::VerificationController#new as HTML
1433
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1434
+ Rendering /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application
1435
+ Rendered /Users/rra/Projects/devise-verifiable/app/views/devise/verification/new.erb within layouts/application (1.7ms)
1436
+ Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 0.2ms)
1437
+ Started POST "/users/verification" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1438
+ Processing by Devise::VerificationController#create as HTML
1439
+ Parameters: {"utf8"=>"✓", "user"=>{"full_name"=>"John Doe", "address"=>"555, 5th Street"}, "commit"=>"Verify"}
1440
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1441
+  (0.1ms) SAVEPOINT active_record_1
1442
+ User Update (0.4ms) UPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ? [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:10:43.134119"], ["id", 830138774]]
1443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1444
+ Redirected to http://www.example.com/
1445
+ Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
1446
+ Started GET "/" for 127.0.0.1 at 2018-04-21 22:10:43 +0100
1447
+ Processing by HomeController#index as HTML
1448
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 830138774], ["LIMIT", 1]]
1449
+ Rendering home/index.html.erb within layouts/application
1450
+ Rendered home/index.html.erb within layouts/application (0.1ms)
1451
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.2ms)
1452
+  (0.5ms) rollback transaction
1453
+  (0.1ms) begin transaction
1454
+ --------------------------------
1455
+ DeviseVerifiableTest: test_truth
1456
+ --------------------------------
1457
+  (0.0ms) rollback transaction
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=0d29a4642b461252458dfaa88affa0a843bf18425001d71813ce5d80d2d7e598:ET
@@ -0,0 +1 @@
1
+ I"}app/assets/stylesheets/application.css?type=text/css&id=09ec99501346e6c5e5234efaf1c2bc1795fb06b4ad20a7eee67def680571273c:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/javascripts/application.js?type=application/javascript&id=539fbac5acb0cd4413f465a49c4406e6b10f076863661fbca45ae992938f90c8:ET
@@ -0,0 +1 @@
1
+ I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b7bf2f1195fa7fad06f579729421b7cfe3508e526c0648d053fbf0cfb4680be3:ET
metadata CHANGED
@@ -1,43 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-verifiable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Ra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-08 00:00:00.000000000 Z
11
+ date: 2018-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rails
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '4.2'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '4.2'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: devise
29
15
  requirement: !ruby/object:Gem::Requirement
30
16
  requirements:
31
17
  - - "~>"
32
18
  - !ruby/object:Gem::Version
33
- version: '3.5'
19
+ version: '4.4'
34
20
  type: :runtime
35
21
  prerelease: false
36
22
  version_requirements: !ruby/object:Gem::Requirement
37
23
  requirements:
38
24
  - - "~>"
39
25
  - !ruby/object:Gem::Version
40
- version: '3.5'
26
+ version: '4.4'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: sqlite3
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -133,6 +119,8 @@ files:
133
119
  - test/dummy/public/422.html
134
120
  - test/dummy/public/500.html
135
121
  - test/dummy/public/favicon.ico
122
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/-O/-OnZrFnq-xjvu-3Vlkx3TJo8eMBGiHQioaTh6sd9b8M.cache
123
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/1P/1PwDLvOwb4jAac6nEpeqfrfgY8nauxCpMsd3MdVbiC0.cache
136
124
  - test/dummy/tmp/cache/assets/sprockets/v3.0/1m/1mpkhfw7fvNwUfWD1Cx-WPZG43aLxpyEUwlg-mAxptE.cache
137
125
  - test/dummy/tmp/cache/assets/sprockets/v3.0/3g/3gFG2KLUWU4kovoUxIjbhkIE7tgE8yXKX_ATK1sVU6U.cache
138
126
  - test/dummy/tmp/cache/assets/sprockets/v3.0/55/55v1Sjz_7oyrTcRt6ENNsp8cBP9vVJJG7gS5YX1BluM.cache
@@ -141,16 +129,22 @@ files:
141
129
  - test/dummy/tmp/cache/assets/sprockets/v3.0/9c/9cUghUBtq6OaUG-R_pSLodM5vVs9Nr4i0Q_pYC9Ryrc.cache
142
130
  - test/dummy/tmp/cache/assets/sprockets/v3.0/A3/A3R79PabCT83GVzpOpAvL_r7nhf_miLV5h2ScifxHIM.cache
143
131
  - test/dummy/tmp/cache/assets/sprockets/v3.0/A3/a37fTmhwc33jiomUbK-T5_kHdtwcW0ka3ilcKmsHQQs.cache
132
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Fj/FjEth8WKeuiC-RMe4t9IeEjTWorqS3btB-Jsdd_ypdw.cache
133
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/GksuTOz0VuQx5guNnIlJf2wktc0CgRZeAQe2jc6ocEk.cache
144
134
  - test/dummy/tmp/cache/assets/sprockets/v3.0/HX/HXrp1RX6bp7LYMkPin6b4Tf--bfaMhKUYkEsyFskoT8.cache
135
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/JB/JB8BXTdr199I2xW7rSFtD_2DI-b5uw8Hma4For4MyxM.cache
145
136
  - test/dummy/tmp/cache/assets/sprockets/v3.0/KY/KYd39GQ6P2oyRf--bMsfSD0qYIcVCdKKjZV6K-lxADY.cache
146
137
  - test/dummy/tmp/cache/assets/sprockets/v3.0/M_/M_7FcXIpUcevzmmET0vkwXQnqTdd4cg7BAXRWLYELyc.cache
147
138
  - test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
139
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Ov/Ov65PUm-rmLSBsmp93tifAlmEj3k6Ssbu2ZgUWZp8c4.cache
148
140
  - test/dummy/tmp/cache/assets/sprockets/v3.0/Re/Rexbx1YArhiRasDfjGh3m8l0fuPiKmQCTsCCBmCM95Q.cache
141
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/SB/SB5TbzQr-FaFmoqhV12qpXku_MM-7o2yj_euqQ8ix6w.cache
149
142
  - test/dummy/tmp/cache/assets/sprockets/v3.0/_2/_2tD0gDlnjgOzUiaGUVYUmslKj35yl_tt5Yyd3ZKsUg.cache
150
143
  - test/dummy/tmp/cache/assets/sprockets/v3.0/bS/bSrBujPLqsbSkeloZd66I2NRx3M4wmEo8VbNUxG-Ebo.cache
151
144
  - test/dummy/tmp/cache/assets/sprockets/v3.0/cK/cKxkvY_ud6u6avjDJ8MElBUx3bIk_NRCUXid-lSOqGw.cache
152
145
  - test/dummy/tmp/cache/assets/sprockets/v3.0/dE/dEdxKMrr6e0Pu70pJ9Gsdu9i86Bc7LReJGxbu4x2iV0.cache
153
146
  - test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
147
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/im/imIGrxqjXcf2z18D5Ya2dY6n4N1Wmr6gDKbbUNtgPZc.cache
154
148
  - test/dummy/tmp/cache/assets/sprockets/v3.0/jO/jOGtci0l37SGmwiZEODHQdl-WBQmZTMSGb_DLMcJ__Y.cache
155
149
  - test/dummy/tmp/cache/assets/sprockets/v3.0/kG/kGG2su0Wv5jpVkONYkzBA6-mgI854DtJIM_yZLkbaT0.cache
156
150
  - test/dummy/tmp/cache/assets/sprockets/v3.0/mK/mKZolRMNOkRRB-OVG9gIuImwPXW28eTyGqPXBryvsQM.cache
@@ -190,81 +184,89 @@ signing_key:
190
184
  specification_version: 4
191
185
  summary: DeviseVerifiable adds a second step to Devise's signup process
192
186
  test_files:
193
- - test/devise_verifiable_test.rb
194
- - test/dummy/app/assets/javascripts/application.js
195
- - test/dummy/app/assets/stylesheets/application.css
187
+ - test/dummy/app/models/user.rb
196
188
  - test/dummy/app/controllers/application_controller.rb
197
189
  - test/dummy/app/controllers/home_controller.rb
198
- - test/dummy/app/helpers/application_helper.rb
199
- - test/dummy/app/models/user.rb
200
190
  - test/dummy/app/views/home/index.html.erb
201
191
  - test/dummy/app/views/layouts/application.html.erb
202
- - test/dummy/bin/bundle
203
- - test/dummy/bin/rails
192
+ - test/dummy/app/assets/javascripts/application.js
193
+ - test/dummy/app/assets/stylesheets/application.css
194
+ - test/dummy/app/helpers/application_helper.rb
204
195
  - test/dummy/bin/rake
205
196
  - test/dummy/bin/setup
206
- - test/dummy/config/application.rb
207
- - test/dummy/config/boot.rb
208
- - test/dummy/config/database.yml
209
- - test/dummy/config/environment.rb
210
- - test/dummy/config/environments/development.rb
197
+ - test/dummy/bin/bundle
198
+ - test/dummy/bin/rails
199
+ - test/dummy/config/secrets.yml
200
+ - test/dummy/config/routes.rb
201
+ - test/dummy/config/locales/en.yml
202
+ - test/dummy/config/locales/devise.en.yml
211
203
  - test/dummy/config/environments/production.rb
204
+ - test/dummy/config/environments/development.rb
212
205
  - test/dummy/config/environments/test.rb
213
- - test/dummy/config/initializers/assets.rb
206
+ - test/dummy/config/environment.rb
207
+ - test/dummy/config/application.rb
208
+ - test/dummy/config/database.yml
209
+ - test/dummy/config/boot.rb
214
210
  - test/dummy/config/initializers/backtrace_silencers.rb
215
- - test/dummy/config/initializers/cookies_serializer.rb
216
- - test/dummy/config/initializers/devise.rb
217
- - test/dummy/config/initializers/filter_parameter_logging.rb
218
- - test/dummy/config/initializers/inflections.rb
219
211
  - test/dummy/config/initializers/mime_types.rb
212
+ - test/dummy/config/initializers/filter_parameter_logging.rb
220
213
  - test/dummy/config/initializers/session_store.rb
221
214
  - test/dummy/config/initializers/wrap_parameters.rb
222
- - test/dummy/config/locales/devise.en.yml
223
- - test/dummy/config/locales/en.yml
224
- - test/dummy/config/routes.rb
225
- - test/dummy/config/secrets.yml
215
+ - test/dummy/config/initializers/assets.rb
216
+ - test/dummy/config/initializers/cookies_serializer.rb
217
+ - test/dummy/config/initializers/devise.rb
218
+ - test/dummy/config/initializers/inflections.rb
226
219
  - test/dummy/config.ru
227
- - test/dummy/db/development.sqlite3
228
- - test/dummy/db/migrate/20160326191549_create_users.rb
229
- - test/dummy/db/migrate/20160326200137_add_devise_to_users.rb
220
+ - test/dummy/Rakefile
221
+ - test/dummy/public/favicon.ico
222
+ - test/dummy/public/422.html
223
+ - test/dummy/public/500.html
224
+ - test/dummy/public/404.html
230
225
  - test/dummy/db/schema.rb
231
226
  - test/dummy/db/test.sqlite3
232
- - test/dummy/log/development.log
227
+ - test/dummy/db/migrate/20160326200137_add_devise_to_users.rb
228
+ - test/dummy/db/migrate/20160326191549_create_users.rb
229
+ - test/dummy/db/development.sqlite3
233
230
  - test/dummy/log/test.log
234
- - test/dummy/public/404.html
235
- - test/dummy/public/422.html
236
- - test/dummy/public/500.html
237
- - test/dummy/public/favicon.ico
238
- - test/dummy/Rakefile
239
- - test/dummy/tmp/cache/assets/sprockets/v3.0/1m/1mpkhfw7fvNwUfWD1Cx-WPZG43aLxpyEUwlg-mAxptE.cache
240
- - test/dummy/tmp/cache/assets/sprockets/v3.0/3g/3gFG2KLUWU4kovoUxIjbhkIE7tgE8yXKX_ATK1sVU6U.cache
241
- - test/dummy/tmp/cache/assets/sprockets/v3.0/55/55v1Sjz_7oyrTcRt6ENNsp8cBP9vVJJG7gS5YX1BluM.cache
242
- - test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
243
- - test/dummy/tmp/cache/assets/sprockets/v3.0/6Q/6Q1dcb_WfkhRYa9ppPHm26foZZHeVSLjiC2YN6dI5z0.cache
231
+ - test/dummy/log/development.log
232
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/SB/SB5TbzQr-FaFmoqhV12qpXku_MM-7o2yj_euqQ8ix6w.cache
233
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
234
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/u_/u_AyShFXHXq9W8FvsUQVoaGlDVX3nOgxcuw-1-kF6u0.cache
244
235
  - test/dummy/tmp/cache/assets/sprockets/v3.0/9c/9cUghUBtq6OaUG-R_pSLodM5vVs9Nr4i0Q_pYC9Ryrc.cache
245
- - test/dummy/tmp/cache/assets/sprockets/v3.0/_2/_2tD0gDlnjgOzUiaGUVYUmslKj35yl_tt5Yyd3ZKsUg.cache
246
- - test/dummy/tmp/cache/assets/sprockets/v3.0/A3/a37fTmhwc33jiomUbK-T5_kHdtwcW0ka3ilcKmsHQQs.cache
247
236
  - test/dummy/tmp/cache/assets/sprockets/v3.0/A3/A3R79PabCT83GVzpOpAvL_r7nhf_miLV5h2ScifxHIM.cache
248
- - test/dummy/tmp/cache/assets/sprockets/v3.0/bS/bSrBujPLqsbSkeloZd66I2NRx3M4wmEo8VbNUxG-Ebo.cache
249
- - test/dummy/tmp/cache/assets/sprockets/v3.0/cK/cKxkvY_ud6u6avjDJ8MElBUx3bIk_NRCUXid-lSOqGw.cache
250
- - test/dummy/tmp/cache/assets/sprockets/v3.0/dE/dEdxKMrr6e0Pu70pJ9Gsdu9i86Bc7LReJGxbu4x2iV0.cache
237
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/A3/a37fTmhwc33jiomUbK-T5_kHdtwcW0ka3ilcKmsHQQs.cache
238
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/-O/-OnZrFnq-xjvu-3Vlkx3TJo8eMBGiHQioaTh6sd9b8M.cache
239
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/M_/M_7FcXIpUcevzmmET0vkwXQnqTdd4cg7BAXRWLYELyc.cache
240
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/KY/KYd39GQ6P2oyRf--bMsfSD0qYIcVCdKKjZV6K-lxADY.cache
251
241
  - test/dummy/tmp/cache/assets/sprockets/v3.0/HX/HXrp1RX6bp7LYMkPin6b4Tf--bfaMhKUYkEsyFskoT8.cache
252
- - test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
242
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Fj/FjEth8WKeuiC-RMe4t9IeEjTWorqS3btB-Jsdd_ypdw.cache
253
243
  - test/dummy/tmp/cache/assets/sprockets/v3.0/jO/jOGtci0l37SGmwiZEODHQdl-WBQmZTMSGb_DLMcJ__Y.cache
254
- - test/dummy/tmp/cache/assets/sprockets/v3.0/kG/kGG2su0Wv5jpVkONYkzBA6-mgI854DtJIM_yZLkbaT0.cache
255
- - test/dummy/tmp/cache/assets/sprockets/v3.0/KY/KYd39GQ6P2oyRf--bMsfSD0qYIcVCdKKjZV6K-lxADY.cache
256
- - test/dummy/tmp/cache/assets/sprockets/v3.0/M_/M_7FcXIpUcevzmmET0vkwXQnqTdd4cg7BAXRWLYELyc.cache
244
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Ov/Ov65PUm-rmLSBsmp93tifAlmEj3k6Ssbu2ZgUWZp8c4.cache
245
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/_2/_2tD0gDlnjgOzUiaGUVYUmslKj35yl_tt5Yyd3ZKsUg.cache
246
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sUGD7yjWzcxInnit3mc0uDSgcxUv7UgWRIKzau3Ca7g.cache
247
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
248
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/6Q/6Q1dcb_WfkhRYa9ppPHm26foZZHeVSLjiC2YN6dI5z0.cache
249
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/3g/3gFG2KLUWU4kovoUxIjbhkIE7tgE8yXKX_ATK1sVU6U.cache
250
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/55/55v1Sjz_7oyrTcRt6ENNsp8cBP9vVJJG7gS5YX1BluM.cache
251
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
257
252
  - test/dummy/tmp/cache/assets/sprockets/v3.0/mK/mKZolRMNOkRRB-OVG9gIuImwPXW28eTyGqPXBryvsQM.cache
253
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/bS/bSrBujPLqsbSkeloZd66I2NRx3M4wmEo8VbNUxG-Ebo.cache
254
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/GksuTOz0VuQx5guNnIlJf2wktc0CgRZeAQe2jc6ocEk.cache
255
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/kG/kGG2su0Wv5jpVkONYkzBA6-mgI854DtJIM_yZLkbaT0.cache
256
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/dE/dEdxKMrr6e0Pu70pJ9Gsdu9i86Bc7LReJGxbu4x2iV0.cache
257
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/im/imIGrxqjXcf2z18D5Ya2dY6n4N1Wmr6gDKbbUNtgPZc.cache
258
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/JB/JB8BXTdr199I2xW7rSFtD_2DI-b5uw8Hma4For4MyxM.cache
259
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/cK/cKxkvY_ud6u6avjDJ8MElBUx3bIk_NRCUXid-lSOqGw.cache
258
260
  - test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
259
- - test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
261
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/1P/1PwDLvOwb4jAac6nEpeqfrfgY8nauxCpMsd3MdVbiC0.cache
260
262
  - test/dummy/tmp/cache/assets/sprockets/v3.0/Re/Rexbx1YArhiRasDfjGh3m8l0fuPiKmQCTsCCBmCM95Q.cache
261
- - test/dummy/tmp/cache/assets/sprockets/v3.0/sU/sUGD7yjWzcxInnit3mc0uDSgcxUv7UgWRIKzau3Ca7g.cache
262
- - test/dummy/tmp/cache/assets/sprockets/v3.0/u_/u_AyShFXHXq9W8FvsUQVoaGlDVX3nOgxcuw-1-kF6u0.cache
263
- - test/fixtures/users.yml
263
+ - test/dummy/tmp/cache/assets/sprockets/v3.0/1m/1mpkhfw7fvNwUfWD1Cx-WPZG43aLxpyEUwlg-mAxptE.cache
264
264
  - test/integration/navigation_test.rb
265
265
  - test/integration/verification_test.rb
266
+ - test/devise_verifiable_test.rb
266
267
  - test/models/verifiable_test.rb
267
- - test/routes_test.rb
268
- - test/support/integration_case.rb
269
268
  - test/support/matchers.rb
269
+ - test/support/integration_case.rb
270
+ - test/fixtures/users.yml
271
+ - test/routes_test.rb
270
272
  - test/test_helper.rb