Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add devise_lastseenable for user last seen tracking. #4802

Merged
merged 1 commit into from
Feb 23, 2014

Conversation

jaywink
Copy link
Contributor

@jaywink jaywink commented Feb 22, 2014

Adds a timestamp to user model which is touched when user comes back. Statistics active users counts now use these more reliable timestamps. Fixes #4734

Adds a timestamp to user model which is touched when user comes back. Statistics active users counts now use these more reliable timestamps. Fixes diaspora#4734
rails (>= 3.0.4)
rails (>= 3.0.4)
warden
warden
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3 I just whish that gems .gemspec wasn't so messed up :/

@jhass
Copy link
Member

jhass commented Feb 23, 2014

Thanks!

jhass added a commit that referenced this pull request Feb 23, 2014
Add devise_lastseenable for user last seen tracking.
@jhass jhass merged commit 0913f04 into diaspora:develop Feb 23, 2014
@jhass jhass added this to the next milestone Feb 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Statistics: rememberable means that last_sign_in_at is not updated
3 participants