<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Working with Authlogic in script/console</title>
	<atom:link href="http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/</link>
	<description>meaning of &#34;it&#34;</description>
	<lastBuildDate>Fri, 25 Jun 2010 23:18:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Authlogic and backgroundrb&#8230; &#8211; PersoNEt(h)ic</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-309</link>
		<dc:creator>Authlogic and backgroundrb&#8230; &#8211; PersoNEt(h)ic</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-309</guid>
		<description>[...] Following the advice given here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Following the advice given here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-308</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 08 Jan 2010 15:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-308</guid>
		<description>Hi,

By any chance, do you have the same fix, but for backgroundrb ? Because I&#039;m getting the exact same error, (You must activate the Authlogic::Session::Base.controller with a controller object before creating objects), but within the context of backgroundrb (see http://osdir.com/ml/authlogic/2009-12/msg00014.html)

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>By any chance, do you have the same fix, but for backgroundrb ? Because I&#8217;m getting the exact same error, (You must activate the Authlogic::Session::Base.controller with a controller object before creating objects), but within the context of backgroundrb (see <a href="http://osdir.com/ml/authlogic/2009-12/msg00014.html)" rel="nofollow">http://osdir.com/ml/authlogic/2009-12/msg00014.html)</a></p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-45</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Sun, 25 Oct 2009 02:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-45</guid>
		<description>Good question. UserSession provides a ActiveRecord like interface to cookies/session. However, I don&#039;t believe there is any static find* methods that would give us the aggregate information, atleast not directly.

You might want to crack open the gem files and see if there is any such thing built in. Or else the other option is to use :last_accessed_at and other magic columns on User model to figure out currently logged in users...</description>
		<content:encoded><![CDATA[<p>Good question. UserSession provides a ActiveRecord like interface to cookies/session. However, I don&#8217;t believe there is any static find* methods that would give us the aggregate information, atleast not directly.</p>
<p>You might want to crack open the gem files and see if there is any such thing built in. Or else the other option is to use :last_accessed_at and other magic columns on User model to figure out currently logged in users&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-44</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 21 Oct 2009 14:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-44</guid>
		<description>Great fix!  It&#039;s great to be able to hop over to script/console to to some quick exploratory tests.

Question: Is it possible to search for *all* logged_in users from script console without touching the User table?  Does the UserSession model support this?</description>
		<content:encoded><![CDATA[<p>Great fix!  It&#8217;s great to be able to hop over to script/console to to some quick exploratory tests.</p>
<p>Question: Is it possible to search for *all* logged_in users from script console without touching the User table?  Does the UserSession model support this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-43</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 21 Oct 2009 13:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-43</guid>
		<description>Great fix!  It&#039;s great to be able to hop over to script/console to to some quick exploratory tests.

Question: Can is it possible to search for *all* logged_in users from script console without touching the User table?  Does the UserSession model support this?</description>
		<content:encoded><![CDATA[<p>Great fix!  It&#8217;s great to be able to hop over to script/console to to some quick exploratory tests.</p>
<p>Question: Can is it possible to search for *all* logged_in users from script console without touching the User table?  Does the UserSession model support this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Authlogic: after the initial hype &#124; Pathfinder Development &#124; Software Developers &#124; Blogs</title>
		<link>http://www.tatvartha.com/2009/09/working-with-authlogic-in-scriptconsole/comment-page-1/#comment-38</link>
		<dc:creator>Authlogic: after the initial hype &#124; Pathfinder Development &#124; Software Developers &#124; Blogs</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tatvartha.com/?p=353#comment-38</guid>
		<description>[...] console since authlogic will fail if you try to instantiate User object in console. You have to jump thru hoops (include Authlogic, set proper controller reference) to get it to work.  Problem with Perishable [...]</description>
		<content:encoded><![CDATA[<p>[...] console since authlogic will fail if you try to instantiate User object in console. You have to jump thru hoops (include Authlogic, set proper controller reference) to get it to work.  Problem with Perishable [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
