You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Passing the result of `caller` to ActiveSupport::Deprecation#warn is deprecated and will be removed in Rails 8.0.
Please pass the result of `caller_locations` instead.
Not fail, not warn about the ActiveSupport thing, but still warn
[Devise] bypass option is deprecated and it will be removed in future version of Devise.
Please use bypass_sign_in method instead.
Example:
bypass_sign_in(user)
The text was updated successfully, but these errors were encountered:
Environment
Current behavior
results in the warning
devise/lib/devise/controllers/sign_in_out.rb
Line 41 in fec67f9
And presumably will fail in Rails 8 too.
Expected behavior
Not fail, not warn about the ActiveSupport thing, but still warn
The text was updated successfully, but these errors were encountered: