<?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: Upgrading Restful Authentication Plugin for Rails 3</title>
	<atom:link href="http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrading-restful-authentication-plugin-for-rails-3</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 09:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Travis</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-50125</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Wed, 15 Jun 2011 15:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-50125</guid>
		<description>Anyone have any ideas why all methods in my controllers except the destroy method use the session loggin while the destroy uses the login from cookie method?  It is really annoying and is the one thing keeping my Rails 2 app from being a Rails 3 app.</description>
		<content:encoded><![CDATA[<p>Anyone have any ideas why all methods in my controllers except the destroy method use the session loggin while the destroy uses the login from cookie method?  It is really annoying and is the one thing keeping my Rails 2 app from being a Rails 3 app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Ror</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-50000</link>
		<dc:creator>Vijay Ror</dc:creator>
		<pubDate>Tue, 25 Jan 2011 14:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-50000</guid>
		<description>pls add this line in your application.rb file:   &quot;config.autoload_paths &lt;&lt; File.join(config.root, &quot;lib&quot;)&quot;&lt;br&gt;I think its works!</description>
		<content:encoded><![CDATA[<p>pls add this line in your application.rb file:   &#8220;config.autoload_paths &lt;&lt; File.join(config.root, &#8220;lib&#8221;)&#8221;<br />I think its works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Croplio</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49989</link>
		<dc:creator>Croplio</dc:creator>
		<pubDate>Tue, 23 Nov 2010 13:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49989</guid>
		<description>error occured: no such file to load -- lib/authenticated_system.rb&lt;br&gt;I have to change to this instead:&lt;br&gt;require File.join(Rails.root, &#039;lib&#039;, &#039;authenticated_system.rb&#039;)&lt;br&gt;And it works for me.&lt;br&gt;thanks Mick;</description>
		<content:encoded><![CDATA[<p>error occured: no such file to load &#8212; lib/authenticated_system.rb<br />I have to change to this instead:<br />require File.join(Rails.root, &#39;lib&#39;, &#39;authenticated_system.rb&#39;)<br />And it works for me.<br />thanks Mick;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49987</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Mon, 15 Nov 2010 03:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49987</guid>
		<description>I found a solution to this (I don&#039;t jnow if it is the best one) :&lt;br&gt;&lt;br&gt;&quot;Routing Error&lt;br&gt;uninitialized constant ApplicationController::AuthenticatedSystem&quot;&lt;br&gt;&lt;br&gt;Solution : Just add this line at the top of your application_contoller.rb file :&lt;br&gt;&lt;br&gt;require &#039;lib/authenticated_system.rb&#039;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I found a solution to this (I don&#39;t jnow if it is the best one) :</p>
<p>&#8220;Routing Error<br />uninitialized constant ApplicationController::AuthenticatedSystem&#8221;</p>
<p>Solution : Just add this line at the top of your application_contoller.rb file :</p>
<p>require &#39;lib/authenticated_system.rb&#39;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49986</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Mon, 15 Nov 2010 03:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49986</guid>
		<description>Hi, I am in the same situation than Jonniefive and Tryinghard. Any ideas ?</description>
		<content:encoded><![CDATA[<p>Hi, I am in the same situation than Jonniefive and Tryinghard. Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonniefive</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49985</link>
		<dc:creator>Jonniefive</dc:creator>
		<pubDate>Tue, 09 Nov 2010 07:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49985</guid>
		<description>Hi.  I am experiencing the same error as Tryinghard below: &lt;br&gt;&lt;br&gt;&quot;Routing Error&lt;br&gt;uninitialized constant ApplicationController::AuthenticatedSystem&quot;&lt;br&gt;&lt;br&gt;In application_controller.rb I have written &quot;include AuthenticatedSystem&quot;</description>
		<content:encoded><![CDATA[<p>Hi.  I am experiencing the same error as Tryinghard below: </p>
<p>&#8220;Routing Error<br />uninitialized constant ApplicationController::AuthenticatedSystem&#8221;</p>
<p>In application_controller.rb I have written &#8220;include AuthenticatedSystem&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tryinghard</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49982</link>
		<dc:creator>Tryinghard</dc:creator>
		<pubDate>Tue, 19 Oct 2010 10:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49982</guid>
		<description>Satish, Thanks for the modifications.&lt;br&gt;&lt;br&gt;I was trying to migrate from the old version to yours, without luck, so I just removed the old one entirely and reinstalled.   I get an error unfortunately:&lt;br&gt;RoutingError:  uninitialized constant ApplicationController::AuthenticatedSystem&lt;br&gt;&lt;br&gt;The files are in lib.  Is some modification necessary to make this found?</description>
		<content:encoded><![CDATA[<p>Satish, Thanks for the modifications.</p>
<p>I was trying to migrate from the old version to yours, without luck, so I just removed the old one entirely and reinstalled.   I get an error unfortunately:<br />RoutingError:  uninitialized constant ApplicationController::AuthenticatedSystem</p>
<p>The files are in lib.  Is some modification necessary to make this found?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyberfox</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49980</link>
		<dc:creator>Cyberfox</dc:creator>
		<pubDate>Wed, 15 Sep 2010 11:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49980</guid>
		<description>Thank you for this.  Very, very much.&lt;br&gt;&lt;br&gt;@Ritu - Sure, there are much better plugins/gems/engines for new app development, but if you want to drag a Rails 2 app kicking and screaming into the Rails 3 world, you NEED this plugin updated, because it was the defacto standard for auth for a long time (in Rails time).&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Thank you for this.  Very, very much.</p>
<p>@Ritu &#8211; Sure, there are much better plugins/gems/engines for new app development, but if you want to drag a Rails 2 app kicking and screaming into the Rails 3 world, you NEED this plugin updated, because it was the defacto standard for auth for a long time (in Rails time).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritu Kamthan</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49955</link>
		<dc:creator>Ritu Kamthan</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49955</guid>
		<description>I think Restful Authentication itself is not so nice. We have better plugins/gem to use. Tried auth-logic or devise?</description>
		<content:encoded><![CDATA[<p>I think Restful Authentication itself is not so nice. We have better plugins/gem to use. Tried auth-logic or devise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://vinsol.com/blog/2010/04/23/upgrading-restful-authentication-plugin-for-rails-3/comment-page-1/#comment-49948</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=912#comment-49948</guid>
		<description>@RadarListener see &lt;a href=&quot;http://github.com/wycats/thor#readme&quot; rel=&quot;nofollow&quot;&gt;http://github.com/wycats/thor#readme&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@RadarListener see <a href="http://github.com/wycats/thor#readme" rel="nofollow">http://github.com/wycats/thor#readme</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

