Hi all,

Before 2.3.2 I was able to do something like this to get a list of
logged-in users:

@logged_in_users = CGI::Session::ActiveRecordStore::Session.find(:all,
:conditions => ["updated_at >= ?", 30.minutes.ago], :order =>
"created_at ASC")

Now from 2.3.2 onward that has since been deprecated. Does anyone know
what replaces it?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to