search for: current_sess

Displaying 2 results from an estimated 2 matches for "current_sess".

Did you mean: current_seq
2006 Nov 04
0
using sessions to find who is online
...n[:user] = user.id Simple enough. I store my sessions using the ActiveRecord Store. When users logout, the session is erased from the database. I would like to be able to determine who is online at any particular time by looking at this session table. I have a Session object, and tried this: @current_sessions = Session.find(:all) @teachers_online = [] @current_sessions.each do |sess| @teachers_online << User.find(sess[:user]) end But that doesn''t work. Rails doesn''t seem to see these sessions like "real" sessions. Does anyone know how to make this work? Th...
2008 Mar 31
13
request for change in URL pointing to facebook domain
I am requesting that we change the paths that absolutely point to the facebook URL. In the PHP client there is a method in the facebook.php file called get_facebook_url() so this is easy to change there. One reason for this: Ringside Networks is a drop in replacement for Facebook that can be used for localhost development and eventually an abstraction for most social networks - it mimics the