Skip to content

Releases: brunoocasali/devise_last_seen

v0.2.2

01 Oct 13:24
4ac7707
Compare
Choose a tag to compare

Fixed

  • Fix usage of non-default attribute names in devise last seen configuration #10 (@fnordfish).

v0.2.1

01 Sep 11:13
c1bde55
Compare
Choose a tag to compare

Removed

  • Remove activerecord from gemspec, this gem was added but are not used in the gem context.

v0.2.0

31 Aug 17:39
Compare
Choose a tag to compare

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

31 Aug 16:18
241f3e8
Compare
Choose a tag to compare

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