Releases: brunoocasali/devise_last_seen
Releases · brunoocasali/devise_last_seen
v0.2.2
Fixed
- Fix usage of non-default attribute names in devise last seen configuration #10 (@fnordfish).
v0.2.1
Removed
- Remove
activerecord
from gemspec, this gem was added but are not used in the gem context.
v0.2.0
Added
- Add
Devise.last_seen_at_interval
option to allow customization of the interval - Add
Devise.last_seen_at_attribute
option to allow customization of the attribute name
v0.1.0
Added
- Basic feature that updates a pre-existent timestamp column after warden set_user.
- Add validation to not save a user in invalid state.
- Add integration tests
- Created the changelog file