heartcombo--devise/lib
Jan Zaydowicz b88af5d65e chore: add expiry note for old rack/rails session bug fix
Seven year ago rails `session.keys` could be empty if the session was
not loaded yet.

To prevent an error the removed code was introduced
https://github.com/heartcombo/devise/issues/2660

Since then rails changed the behaviour and makes sure that the session
is loaded before someone wants to access any session keys
3498aacbbe

Which means the `session.empty?` is not needed anymore once Rails 5.2+
and upwards only supported.
2020-11-22 12:33:30 +01:00
..
devise chore: add expiry note for old rack/rails session bug fix 2020-11-22 12:33:30 +01:00
generators Fix another thor deprecation warning in the install generator 2020-06-18 18:02:43 -03:00
devise.rb remove useless rails51? method 2020-06-09 21:50:30 +09:00