<?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: Getting Started With Restful Authentication in Rails</title>
	<atom:link href="http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:53:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: suanqi</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-128971</link>
		<dc:creator>suanqi</dc:creator>
		<pubDate>Tue, 10 Nov 2009 08:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-128971</guid>
		<description>you can do what you want.you can modify the code of users_controller with setting activation time</description>
		<content:encoded><![CDATA[<p>you can do what you want.you can modify the code of users_controller with setting activation time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conspirisi</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-124417</link>
		<dc:creator>conspirisi</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-124417</guid>
		<description>This is great, but I don&#039;t need alot of this functionality. I&#039;m need to set a single user up so that they can access certain pages to update the site.

So I don&#039;t need any of the email part. Can I do this easily with restful-authentication or should l look else where?</description>
		<content:encoded><![CDATA[<p>This is great, but I don&#8217;t need alot of this functionality. I&#8217;m need to set a single user up so that they can access certain pages to update the site.</p>
<p>So I don&#8217;t need any of the email part. Can I do this easily with restful-authentication or should l look else where?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemrah</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-124129</link>
		<dc:creator>Nemrah</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-124129</guid>
		<description>followed everything and got this error by going to localhost :

&quot;NameError in MovieController#index

uninitialized constant MovieController&quot;

Any idea ?</description>
		<content:encoded><![CDATA[<p>followed everything and got this error by going to localhost :</p>
<p>&#8220;NameError in MovieController#index</p>
<p>uninitialized constant MovieController&#8221;</p>
<p>Any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-117461</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-117461</guid>
		<description>I don&#039;t really use restfull anymore, but this is still pretty helpful.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t really use restfull anymore, but this is still pretty helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hepner</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-85344</link>
		<dc:creator>Chris Hepner</dc:creator>
		<pubDate>Thu, 30 Jul 2009 00:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-85344</guid>
		<description>I wouldn&#039;t recommend sending the user their chosen password upon signup. The contents of the email are unencrypted plaintext and can be sniffed over the network very easily. Just a pet peeve. :)</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t recommend sending the user their chosen password upon signup. The contents of the email are unencrypted plaintext and can be sniffed over the network very easily. Just a pet peeve. <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Meyer</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-84252</link>
		<dc:creator>Kevin Meyer</dc:creator>
		<pubDate>Mon, 27 Jul 2009 03:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-84252</guid>
		<description>Thanks, that did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks, that did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-82414</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-82414</guid>
		<description>THX! The best tutorial about restful authentication I have found!
Everything works on startup!
Just the mailing doesn&#039;t work at all.
I tried to use my googlemail account for sending emails. Is this possible?
My settings (in config/mail.rb):

  :address =&gt; &quot;smtp.gmail.com&quot;,
  :port =&gt; &quot;587&quot;,
  :domain =&gt; &quot;www.mydomain.de&quot;,
  :authentication =&gt; :login,
  :user_name =&gt; &quot;myname@googlemail.com&quot;,
  :password =&gt; &quot;mypasswd&quot;

Oh, I forgott:

in views/users/forgot.html.erb I had to change the link tag from 

to 


login_path did not work.

Any ideas about my mail settings?</description>
		<content:encoded><![CDATA[<p>THX! The best tutorial about restful authentication I have found!<br />
Everything works on startup!<br />
Just the mailing doesn&#8217;t work at all.<br />
I tried to use my googlemail account for sending emails. Is this possible?<br />
My settings (in config/mail.rb):</p>
<p>  :address =&gt; &#8220;smtp.gmail.com&#8221;,<br />
  :port =&gt; &#8220;587&#8243;,<br />
  :domain =&gt; &#8220;www.mydomain.de&#8221;,<br />
  :authentication =&gt; :login,<br />
  :user_name =&gt; &#8220;myname@googlemail.com&#8221;,<br />
  :password =&gt; &#8220;mypasswd&#8221;</p>
<p>Oh, I forgott:</p>
<p>in views/users/forgot.html.erb I had to change the link tag from </p>
<p>to </p>
<p>login_path did not work.</p>
<p>Any ideas about my mail settings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aung Myo Win</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-81006</link>
		<dc:creator>Aung Myo Win</dc:creator>
		<pubDate>Wed, 15 Jul 2009 20:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-81006</guid>
		<description>I think you&#039;ve forgot to put this following line in the &quot;config/environment.rb&quot; file to make email notification works. 

config.active_record.observers = :user_observer


That line is in the source code files though so there is no problem running the sample project. 

Just trying to save some time for other people who would be crazy to find any errors why the email is not being sent.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ve forgot to put this following line in the &#8220;config/environment.rb&#8221; file to make email notification works. </p>
<p>config.active_record.observers = :user_observer</p>
<p>That line is in the source code files though so there is no problem running the sample project. </p>
<p>Just trying to save some time for other people who would be crazy to find any errors why the email is not being sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah Hendrix</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-80079</link>
		<dc:creator>Noah Hendrix</dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-80079</guid>
		<description>I have trouble too with Git sometimes try...


script/plugin install http://github.com/technoweenie/restful-authentication.git/ restful_authentication</description>
		<content:encoded><![CDATA[<p>I have trouble too with Git sometimes try&#8230;</p>
<p>script/plugin install <a href="http://github.com/technoweenie/restful-authentication.git/" rel="nofollow">http://github.com/technoweenie/restful-authentication.git/</a> restful_authentication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Meyer</title>
		<link>http://net.tutsplus.com/tutorials/ruby/getting-started-with-restful-authentication-in-rails/#comment-78739</link>
		<dc:creator>Kevin Meyer</dc:creator>
		<pubDate>Sat, 11 Jul 2009 02:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5573#comment-78739</guid>
		<description>Nice tut, but when I get to installing the authentication plug-in, it says &quot;plugin not found&quot;. I copy the example and put in my terminal? Any ideas? I have shutdown the server.</description>
		<content:encoded><![CDATA[<p>Nice tut, but when I get to installing the authentication plug-in, it says &#8220;plugin not found&#8221;. I copy the example and put in my terminal? Any ideas? I have shutdown the server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.009 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 11:16:02 -->