1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test
Ralin Chimev 9caf07dd4f Fix overwriting the remember_token when a valid one already exists (#4101)
The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes #3950.
2016-05-15 11:48:12 -03:00
..
controllers Deprecate the bypass option of sign_in (#4078) 2016-05-15 11:46:48 -03:00
generators Remove a few Ruby syntax warnings from the test suite. 2016-05-02 10:47:05 -03:00
helpers Rails 5 compatability. Remove rails < 4.1 and Ruby < 2.1 2015-12-11 09:47:30 -08:00
integration Set minimum password length for edit and new views (#4068) 2016-05-05 17:16:41 -03:00
mailers Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
models Fix overwriting the remember_token when a valid one already exists (#4101) 2016-05-15 11:48:12 -03:00
omniauth Do not use the dynamic :action segment on Omniauth routes. 2016-03-07 11:19:27 -03:00
orm Send on create confirmation email after commit (#4064) 2016-05-02 21:32:14 -03:00
rails_app Only set raise_in_transactional_callbacks for Rails 4.2 2016-05-02 23:22:51 -03:00
support Replace custom Array assertion with assert_equal. 2016-05-03 14:18:35 -03:00
delegator_test.rb
devise_test.rb Replace homemade assert_not matcher in favor of refute. 2016-05-03 13:57:10 -03:00
failure_app_test.rb Humanize authentication keys in failure flash message (#4014) 2016-04-26 11:17:03 -03:00
mapping_test.rb Replace homemade assert_not matcher in favor of refute. 2016-05-03 13:57:10 -03:00
models_test.rb Replace homemade assert_not matcher in favor of refute. 2016-05-03 13:57:10 -03:00
parameter_sanitizer_test.rb Remove deprecated ParameterSanitizer API. 2016-05-03 18:32:47 -03:00
rails_test.rb Tidy up 2015-01-06 14:23:06 -02:00
routes_test.rb Set the new default of sign_out_via config 2016-05-01 12:44:40 -03:00
test_helper.rb
test_helpers_test.rb Test against Rails 5 beta 2. 2016-02-02 14:28:34 -02:00
test_models.rb Change encryption for hashing in the documentation. 2016-02-10 17:10:52 -02:00