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.
- checksums.yaml +4 -4
- data/lib/devise/verifiable/version.rb +1 -1
- data/test/dummy/config/application.rb +0 -1
- data/test/dummy/config/environments/test.rb +1 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +828 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/-O/-OnZrFnq-xjvu-3Vlkx3TJo8eMBGiHQioaTh6sd9b8M.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/1P/1PwDLvOwb4jAac6nEpeqfrfgY8nauxCpMsd3MdVbiC0.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fj/FjEth8WKeuiC-RMe4t9IeEjTWorqS3btB-Jsdd_ypdw.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/GksuTOz0VuQx5guNnIlJf2wktc0CgRZeAQe2jc6ocEk.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/JB/JB8BXTdr199I2xW7rSFtD_2DI-b5uw8Hma4For4MyxM.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ov/Ov65PUm-rmLSBsmp93tifAlmEj3k6Ssbu2ZgUWZp8c4.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/SB/SB5TbzQr-FaFmoqhV12qpXku_MM-7o2yj_euqQ8ix6w.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/im/imIGrxqjXcf2z18D5Ya2dY6n4N1Wmr6gDKbbUNtgPZc.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache +0 -0
- metadata +70 -68
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e9f637adc0ff9390f183662c914763423de210c
|
|
4
|
+
data.tar.gz: 0b2c3ea29f0bc6f07e74fa27cc24373c158d62a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfbf5b75be2f57fc714864c25d136d70009c79009cc1119bd85c7eaa9166f93551db11fd82bfafbbe05ecf6353cd2e16fc4f2fc26ccab3a556cecb7ea4411af5
|
|
7
|
+
data.tar.gz: 2c6d1133c4712e4ec068d358e8bbfa7a66c98d795179ff8e21188cf7ce6db085d0f064b7c08ab0927c7eadaf337e0cc53d444d59dce026321437d805717577ce
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -627,3 +627,831 @@ Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 0.3ms)
|
|
|
627
627
|
DeviseVerifiableTest: test_truth
|
|
628
628
|
--------------------------------
|
|
629
629
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
630
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
631
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
|
|
632
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
|
|
633
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
634
|
+
[1m[36mFixture Delete (0.8ms)[0m [1m[31mDELETE FROM "users"[0m
|
|
635
|
+
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT 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)[0m
|
|
636
|
+
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT 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)[0m
|
|
637
|
+
[1m[35m (4.0ms)[0m [1m[36mcommit transaction[0m
|
|
638
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
|
|
639
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
653
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
654
|
+
------------------------------------------------------------------
|
|
655
|
+
NavigationTest: test_unverified_user_is_redirected_to_verification
|
|
656
|
+
------------------------------------------------------------------
|
|
657
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
668
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
669
|
+
[1m[36mUser Update (0.5ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
|
698
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
699
|
+
--------------------------------------------------------------------
|
|
700
|
+
NavigationTest: test_verified_user_is_not_redirected_to_verification
|
|
701
|
+
--------------------------------------------------------------------
|
|
702
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
|
|
713
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
714
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
|
731
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
732
|
+
------------------------------------------------------------
|
|
733
|
+
NavigationTest: test_shows_errors_messages_when_invalid_user
|
|
734
|
+
------------------------------------------------------------
|
|
735
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
746
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
747
|
+
[1m[36mUser Update (0.7ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
777
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
778
|
+
--------------------------------------------------------------------------
|
|
779
|
+
NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
|
|
780
|
+
--------------------------------------------------------------------------
|
|
781
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
792
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
793
|
+
[1m[36mUser Update (0.9ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
819
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
820
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:08:15.271300"], ["id", 830138774]]
|
|
821
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
831
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
832
|
+
------------------------------------------------------------------------------
|
|
833
|
+
NavigationTest: test_verification_page_shows_form_with_fields_for_verification
|
|
834
|
+
------------------------------------------------------------------------------
|
|
835
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
846
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
847
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
870
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
871
|
+
--------------------------------------------------
|
|
872
|
+
DefaultRoutingTest: test_map_new_user_verification
|
|
873
|
+
--------------------------------------------------
|
|
874
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
875
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
876
|
+
----------------------------------------------
|
|
877
|
+
DefaultRoutingTest: test_map_user_verification
|
|
878
|
+
----------------------------------------------
|
|
879
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
880
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
881
|
+
--------------------------------
|
|
882
|
+
DeviseVerifiableTest: test_truth
|
|
883
|
+
--------------------------------
|
|
884
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
885
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
886
|
+
-----------------------------------------
|
|
887
|
+
VerifiableTest: test_Devise_configuration
|
|
888
|
+
-----------------------------------------
|
|
889
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
890
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
891
|
+
----------------------------------------------------
|
|
892
|
+
VerifiableTest: test_asserting_when_user_is_verified
|
|
893
|
+
----------------------------------------------------
|
|
894
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
895
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
896
|
+
--------------------------------------------------------------------
|
|
897
|
+
VerifiableTest: test_adding_errors_for_empty_fields_for_verification
|
|
898
|
+
--------------------------------------------------------------------
|
|
899
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
900
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
901
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
902
|
+
-----------------------------------------------------
|
|
903
|
+
VerifiableTest: test_refuting_when_user_isnt_verified
|
|
904
|
+
-----------------------------------------------------
|
|
905
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
906
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
907
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
|
|
908
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
|
|
909
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
910
|
+
[1m[36mFixture Delete (0.9ms)[0m [1m[31mDELETE FROM "users"[0m
|
|
911
|
+
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT 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)[0m
|
|
912
|
+
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT 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)[0m
|
|
913
|
+
[1m[35m (9.7ms)[0m [1m[36mcommit transaction[0m
|
|
914
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
|
|
915
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
916
|
+
--------------------------------
|
|
917
|
+
DeviseVerifiableTest: test_truth
|
|
918
|
+
--------------------------------
|
|
919
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
920
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
921
|
+
------------------------------------------------------------------
|
|
922
|
+
NavigationTest: test_unverified_user_is_redirected_to_verification
|
|
923
|
+
------------------------------------------------------------------
|
|
924
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
935
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
936
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (8.5ms)[0m [1m[31mrollback transaction[0m
|
|
965
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
966
|
+
--------------------------------------------------------------------------
|
|
967
|
+
NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
|
|
968
|
+
--------------------------------------------------------------------------
|
|
969
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
980
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
981
|
+
[1m[36mUser Update (0.8ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
1007
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1008
|
+
[1m[36mUser Update (0.1ms)[0m [1m[33mUPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:09:39.419335"], ["id", 830138774]]
|
|
1009
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (8.6ms)[0m [1m[31mrollback transaction[0m
|
|
1019
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1033
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1034
|
+
------------------------------------------------------------
|
|
1035
|
+
NavigationTest: test_shows_errors_messages_when_invalid_user
|
|
1036
|
+
------------------------------------------------------------
|
|
1037
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1048
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1049
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
1079
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1080
|
+
--------------------------------------------------------------------
|
|
1081
|
+
NavigationTest: test_verified_user_is_not_redirected_to_verification
|
|
1082
|
+
--------------------------------------------------------------------
|
|
1083
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
|
|
1094
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1095
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
1112
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1113
|
+
------------------------------------------------------------------------------
|
|
1114
|
+
NavigationTest: test_verification_page_shows_form_with_fields_for_verification
|
|
1115
|
+
------------------------------------------------------------------------------
|
|
1116
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1127
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1128
|
+
[1m[36mUser Update (0.9ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
1151
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1152
|
+
-----------------------------------------------------
|
|
1153
|
+
VerifiableTest: test_refuting_when_user_isnt_verified
|
|
1154
|
+
-----------------------------------------------------
|
|
1155
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1156
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1157
|
+
----------------------------------------------------
|
|
1158
|
+
VerifiableTest: test_asserting_when_user_is_verified
|
|
1159
|
+
----------------------------------------------------
|
|
1160
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1161
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1162
|
+
-----------------------------------------
|
|
1163
|
+
VerifiableTest: test_Devise_configuration
|
|
1164
|
+
-----------------------------------------
|
|
1165
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1166
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1167
|
+
--------------------------------------------------------------------
|
|
1168
|
+
VerifiableTest: test_adding_errors_for_empty_fields_for_verification
|
|
1169
|
+
--------------------------------------------------------------------
|
|
1170
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
1171
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1172
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1173
|
+
--------------------------------------------------
|
|
1174
|
+
DefaultRoutingTest: test_map_new_user_verification
|
|
1175
|
+
--------------------------------------------------
|
|
1176
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1177
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
|
1178
|
+
----------------------------------------------
|
|
1179
|
+
DefaultRoutingTest: test_map_user_verification
|
|
1180
|
+
----------------------------------------------
|
|
1181
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1182
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
1183
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys[0m
|
|
1184
|
+
[1m[35m (0.1ms)[0m [1m[35mPRAGMA foreign_keys = OFF[0m
|
|
1185
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1186
|
+
[1m[36mFixture Delete (0.6ms)[0m [1m[31mDELETE FROM "users"[0m
|
|
1187
|
+
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT 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)[0m
|
|
1188
|
+
[1m[36mFixture Insert (0.1ms)[0m [1m[32mINSERT 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)[0m
|
|
1189
|
+
[1m[35m (9.3ms)[0m [1m[36mcommit transaction[0m
|
|
1190
|
+
[1m[35m (0.8ms)[0m [1m[35mPRAGMA foreign_keys = 1[0m
|
|
1191
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1192
|
+
-----------------------------------------
|
|
1193
|
+
VerifiableTest: test_Devise_configuration
|
|
1194
|
+
-----------------------------------------
|
|
1195
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1196
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1197
|
+
-----------------------------------------------------
|
|
1198
|
+
VerifiableTest: test_refuting_when_user_isnt_verified
|
|
1199
|
+
-----------------------------------------------------
|
|
1200
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1201
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1202
|
+
--------------------------------------------------------------------
|
|
1203
|
+
VerifiableTest: test_adding_errors_for_empty_fields_for_verification
|
|
1204
|
+
--------------------------------------------------------------------
|
|
1205
|
+
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
1206
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1207
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1208
|
+
----------------------------------------------------
|
|
1209
|
+
VerifiableTest: test_asserting_when_user_is_verified
|
|
1210
|
+
----------------------------------------------------
|
|
1211
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
1212
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
1213
|
+
--------------------------------------------------
|
|
1214
|
+
DefaultRoutingTest: test_map_new_user_verification
|
|
1215
|
+
--------------------------------------------------
|
|
1216
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1217
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1218
|
+
----------------------------------------------
|
|
1219
|
+
DefaultRoutingTest: test_map_user_verification
|
|
1220
|
+
----------------------------------------------
|
|
1221
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1222
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
1236
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1237
|
+
------------------------------------------------------------------
|
|
1238
|
+
NavigationTest: test_unverified_user_is_redirected_to_verification
|
|
1239
|
+
------------------------------------------------------------------
|
|
1240
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1251
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1252
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
1281
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1282
|
+
------------------------------------------------------------------------------
|
|
1283
|
+
NavigationTest: test_verification_page_shows_form_with_fields_for_verification
|
|
1284
|
+
------------------------------------------------------------------------------
|
|
1285
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1296
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1297
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
1320
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1321
|
+
------------------------------------------------------------
|
|
1322
|
+
NavigationTest: test_shows_errors_messages_when_invalid_user
|
|
1323
|
+
------------------------------------------------------------
|
|
1324
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1335
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1336
|
+
[1m[36mUser Update (0.5ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
1366
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1367
|
+
--------------------------------------------------------------------
|
|
1368
|
+
NavigationTest: test_verified_user_is_not_redirected_to_verification
|
|
1369
|
+
--------------------------------------------------------------------
|
|
1370
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "verified-john@gmail.com"], ["LIMIT", 1]]
|
|
1381
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1382
|
+
[1m[36mUser Update (0.5ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
1399
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1400
|
+
--------------------------------------------------------------------------
|
|
1401
|
+
NavigationTest: test_verifies_the_user_filling_all_fields_for_verification
|
|
1402
|
+
--------------------------------------------------------------------------
|
|
1403
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.9ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["email", "john@gmail.com"], ["LIMIT", 1]]
|
|
1414
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1415
|
+
[1m[36mUser Update (0.5ms)[0m [1m[33mUPDATE "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" = ?[0m [["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
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["id", 830138774], ["LIMIT", 1]]
|
|
1441
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
1442
|
+
[1m[36mUser Update (0.4ms)[0m [1m[33mUPDATE "users" SET "full_name" = ?, "address" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["full_name", "John Doe"], ["address", "555, 5th Street"], ["updated_at", "2018-04-21 21:10:43.134119"], ["id", 830138774]]
|
|
1443
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?[0m [["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
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
1453
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
1454
|
+
--------------------------------
|
|
1455
|
+
DeviseVerifiableTest: test_truth
|
|
1456
|
+
--------------------------------
|
|
1457
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/-O/-OnZrFnq-xjvu-3Vlkx3TJo8eMBGiHQioaTh6sd9b8M.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/1P/1PwDLvOwb4jAac6nEpeqfrfgY8nauxCpMsd3MdVbiC0.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Fj/FjEth8WKeuiC-RMe4t9IeEjTWorqS3btB-Jsdd_ypdw.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=0d29a4642b461252458dfaa88affa0a843bf18425001d71813ce5d80d2d7e598:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Gk/GksuTOz0VuQx5guNnIlJf2wktc0CgRZeAQe2jc6ocEk.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"}app/assets/stylesheets/application.css?type=text/css&id=09ec99501346e6c5e5234efaf1c2bc1795fb06b4ad20a7eee67def680571273c:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/JB/JB8BXTdr199I2xW7rSFtD_2DI-b5uw8Hma4For4MyxM.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/javascripts/application.js?type=application/javascript&id=539fbac5acb0cd4413f465a49c4406e6b10f076863661fbca45ae992938f90c8:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ov/Ov65PUm-rmLSBsmp93tifAlmEj3k6Ssbu2ZgUWZp8c4.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/SB/SB5TbzQr-FaFmoqhV12qpXku_MM-7o2yj_euqQ8ix6w.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/im/imIGrxqjXcf2z18D5Ya2dY6n4N1Wmr6gDKbbUNtgPZc.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b7bf2f1195fa7fad06f579729421b7cfe3508e526c0648d053fbf0cfb4680be3:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
CHANGED
|
Binary file
|
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
|
|
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:
|
|
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: '
|
|
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: '
|
|
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/
|
|
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/
|
|
203
|
-
- test/dummy/
|
|
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/
|
|
207
|
-
- test/dummy/
|
|
208
|
-
- test/dummy/config/
|
|
209
|
-
- test/dummy/config/
|
|
210
|
-
- test/dummy/config/
|
|
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/
|
|
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/
|
|
223
|
-
- test/dummy/config/
|
|
224
|
-
- test/dummy/config/
|
|
225
|
-
- test/dummy/config/
|
|
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/
|
|
228
|
-
- test/dummy/
|
|
229
|
-
- test/dummy/
|
|
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/
|
|
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/
|
|
235
|
-
- test/dummy/
|
|
236
|
-
- test/dummy/
|
|
237
|
-
- test/dummy/
|
|
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/
|
|
249
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0
|
|
250
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/
|
|
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/
|
|
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/
|
|
255
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/
|
|
256
|
-
- test/dummy/tmp/cache/assets/sprockets/v3.0/
|
|
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/
|
|
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/
|
|
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
|