Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6053907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:05:35+00:00 2026-05-23T08:05:35+00:00

I am using Devise for my users to log into my Ruby on Rails

  • 0

I am using Devise for my users to log into my Ruby on Rails 3.0.9 web application. I’m unfamiliar with how sessions work. They are managed by the browser and not the application right?

I would like to get a list of users who are currently online. And eventually do some kind of background process to automatically update this list.

How would I accomplish this? Is there a gem that would assist?

Thank you,

Andy

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:05:35+00:00Added an answer on May 23, 2026 at 8:05 am

    One way to do it is have a column last_seen_at and update that column in your current_user method:

    def current_user
      # Stuff...
      @current_user.update_attributes(:last_seen_at => DateTime.now)
      @current_user
    end
    

    Then consider anyone who was last seen in the last 5 minutes as “currently signed in”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using rails 2.3.5 and devise 1.0.6. I'm having users confirm account's with email.
I am using Devise with Ruby on Rails. I have a few pages that
I'm using Omniauth with Devise to authenticate users via Facebook for a web app
I'm using omniauth and devise to log users in with their facebook acounts, everything
I am using devise for my users. I recently installed the rails Active Admin
I am using Rails 3 and Devise to create an app where users arrive
Using the current rails 2 I want users to be able to create an
I'm trying to get some basic authentication/authorization with devise/cancan with Rails. Rather than using
I'm using devise with my rails 3 app. For some reason the sign in
I am using Devise and I have it so a User clicks log in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.