<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>e168f08 - Latest Comments in Screencast - RestfulAuthentication - 1</title><link>http://e168f08.disqus.com/</link><description></description><language>en</language><lastBuildDate>Mon, 07 Sep 2009 07:40:09 -0000</lastBuildDate><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-16091328</link><description>This page looks like something I remember when I learned visual basics a few years ago but now sadly I don't remember nothing from what I've read above. Maybe this is the reason I applied to &lt;a rel="follow" href="http://www.dallassecurity.biz" rel="nofollow"&gt;Dallas security&lt;/a&gt; company. Cause it have nothing to do with this kind of things.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoeAnne11</dc:creator><pubDate>Mon, 07 Sep 2009 07:40:09 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-12708768</link><description>Great work. I love this Screen Cast. Thank you Soooooo Much.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kunalan</dc:creator><pubDate>Wed, 15 Jul 2009 14:31:08 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4882028</link><description>Reinstalling the action_mailer_tls plugin did the trick - thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel</dc:creator><pubDate>Sun, 04 Jan 2009 14:41:51 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4881814</link><description>You can get it from github -- did you restart your server after installing the plugin?  &lt;br&gt;&lt;br&gt;The error message indicates that you weren't able to establish an SSL connection with gmail.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kmorrison</dc:creator><pubDate>Sun, 04 Jan 2009 14:18:12 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4880194</link><description>I'm having a similar issue:  530 5.7.0 Must issue a STARTTLS command first. k44sm41710024rnd.1&lt;br&gt; &lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:576:in `auth_plain'&lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:570:in `__send__'&lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:570:in `authenticate'&lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:410:in `do_start'&lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:377:in `start'&lt;br&gt;C:/Ruby/lib/ruby/1.8/net/smtp.rb:315:in `start'&lt;br&gt;C:/Ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:628:in `perform_delivery_smtp'&lt;br&gt;C:/Ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `__send__'&lt;br&gt;C:/Ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `deliver!'&lt;br&gt;C:/Ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:383:in `method_missing'&lt;br&gt;app/models/user_observer.rb:3:in `after_create'&lt;br&gt;app/controllers/users_controller.rb:18:in `create'&lt;br&gt;&lt;br&gt;Code from my environment.rb file:&lt;br&gt;Rails::Initializer.run do |config|&lt;br&gt;  config.active_record.observers = :user_observer  &lt;br&gt;  config.gem 'rubyist-aasm', :lib =&amp;gt; 'aasm', :source =&amp;gt; 'http://gems.github.com' &lt;br&gt;  config.action_mailer.smtp_settings = {  &lt;br&gt;    :address        =&amp;gt; 'smtp.gmail.com',  &lt;br&gt;    :port           =&amp;gt; 587,  &lt;br&gt;    :authentication =&amp;gt; :plain,  &lt;br&gt;    :user_name      =&amp;gt; 'myemail',  &lt;br&gt;    :password       =&amp;gt; 'mypassword',&lt;br&gt;    :tls =&amp;gt; 'true',&lt;br&gt;  :domain =&amp;gt; 'gmail.com'&lt;br&gt;  }&lt;br&gt;&lt;br&gt;I've tried to reinstall action_mailer_tls but it looks like the website isn't up -- is there another place to get it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rachel</dc:creator><pubDate>Sun, 04 Jan 2009 12:32:45 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4786137</link><description>I fixed the problem.  thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">katemuse</dc:creator><pubDate>Tue, 30 Dec 2008 15:13:48 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4785621</link><description>One thing I should mention is that i hadn't tested user.new for a while, and may not have anything to do with the db switch except for the fact that I lost my user data from the old db.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">katemuse</dc:creator><pubDate>Tue, 30 Dec 2008 14:37:43 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4785606</link><description>I love this screencast and instruction sheet.  It's so clear and easy to use, and it worked for me until I changed database types.  I had started my project using mysql so that I could make an easy chart of my models using dbvisualizer.  I had been happily rolling along until today when I finally switched to sqlite3.  Suddenly the authentication system is broken, and user.new silently fails.  Any thoughts?  Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">katemuse</dc:creator><pubDate>Tue, 30 Dec 2008 14:36:10 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4586330</link><description>Hey, I solved my problem by adding a couple of options to config.action_mailer.smtp_settings:&lt;br&gt;&lt;br&gt;   :tls =&amp;gt; 'true',&lt;br&gt;   :domain =&amp;gt; 'gmail.com',</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Tue, 23 Dec 2008 03:51:54 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4585040</link><description>I will try it on Windows tomorrow.&lt;br&gt;&lt;br&gt;I sent you an e-mail earlier -- check again for another msg.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Tue, 23 Dec 2008 01:40:05 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4583418</link><description>Drat.  Good to know that the code works but I begin to fear it is a windows issue!  &lt;br&gt;Here's the output (I added require 'rubygems' at the start):&lt;br&gt;&lt;br&gt;$ ruby mytestmail.rb&lt;br&gt;From: &lt;a href="mailto:viewsnortheast@gmail.com" rel="nofollow"&gt;viewsnortheast@gmail.com&lt;/a&gt;&lt;br&gt;To: &lt;a href="mailto:viewsnortheast@gmail.com" rel="nofollow"&gt;viewsnortheast@gmail.com&lt;/a&gt;&lt;br&gt;Subject: this is a test message&lt;br&gt;Mime-Version: 1.0&lt;br&gt;Content-Type: text/plain; charset=utf-8&lt;br&gt;&lt;br&gt;this is the body&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response': 501 Syntax error in parameters or arguments (Net::SMTPSyntaxEr&lt;br&gt;ror)&lt;br&gt;        from c:/ruby/lib/ruby/1.8/net/smtp.rb:653:in `getok'&lt;br&gt;        from c:/ruby/lib/ruby/1.8/net/smtp.rb:623:in `helo'&lt;br&gt;        from ./vendor\plugins\action_mailer_tls\lib\smtp_tls.rb:42:in `do_helo'&lt;br&gt;        from ./vendor\plugins\action_mailer_tls\lib\smtp_tls.rb:15:in `do_start'&lt;br&gt;        from c:/ruby/lib/ruby/1.8/net/smtp.rb:378:in `start'&lt;br&gt;        from c:/ruby/lib/ruby/1.8/net/smtp.rb:316:in `start'&lt;br&gt;        from c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:628:in `perform_delivery_smtp'&lt;br&gt;        from c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `__send__'&lt;br&gt;        from c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `deliver!'&lt;br&gt;        from c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:383:in `method_missing'&lt;br&gt;        from mytestmail.rb:32&lt;br&gt;&lt;br&gt;&lt;br&gt;For using string as the body, I found this tutorial:  &lt;a href="http://rubybook.ca/2008/07/13/gmail/" rel="nofollow"&gt;http://rubybook.ca/2008/07/13/gmail/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Mon, 22 Dec 2008 23:40:55 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4583211</link><description>Works perfectly for me. On my system, I did have to require 'rubygems' at the start, and I changed backwards slashes to forwards to get the smtp_tls.rb require to work.&lt;br&gt;&lt;br&gt;Could you paste in the exception trace for the sample program?&lt;br&gt;&lt;br&gt;Incidentally, you are showing something that works but that I couldn't find in the documentation: Where did you read that you should sent a String to body? Docs always use a Hash and a template.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Mon, 22 Dec 2008 23:24:19 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4582842</link><description>Hi John,  I followed all the steps in the screencast including installing tls and setting the gmail settings.  I've got a stripped down test prog below that still has the same issue.  I'm on windows xp if that makes a difference.&lt;br&gt;&lt;br&gt;require 'action_mailer'&lt;br&gt;require 'vendor\plugins\action_mailer_tls\lib\smtp_tls'&lt;br&gt;class MyMailer &amp;lt; ActionMailer::Base&lt;br&gt;   def message() &lt;br&gt;       from 'viewsnortheast@gmail.com'&lt;br&gt;       recipients 'viewsnortheast@gmail.com'&lt;br&gt;       subject 'this is a test message'&lt;br&gt;       body 'this is the body'&lt;br&gt;   end&lt;br&gt;end&lt;br&gt;ActionMailer::Base.delivery_method = :smtp&lt;br&gt;ActionMailer::Base.smtp_settings = {&lt;br&gt;  :address =&amp;gt; 'smtp.gmail.com',&lt;br&gt;  :port =&amp;gt; 587,&lt;br&gt;  :authentication =&amp;gt; :plain,&lt;br&gt;  :user_name =&amp;gt; MYEMAIL,&lt;br&gt;  :password =&amp;gt; MYPASSWORD&lt;br&gt;}&lt;br&gt;puts MyMailer.create_message()&lt;br&gt;MyMailer.deliver_message()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Mon, 22 Dec 2008 22:53:55 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4569570</link><description>P.S. Looking at your settings: It "smells" like you're using a server that does not support TLS. So that would be the wrong port. Are you going after GMail?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Mon, 22 Dec 2008 08:50:39 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4569521</link><description>Ana: For restful auth, you need to have your SMTP settings all right. You can change them "globally" by putting them in config/environment.rb, or for a particular environment (development, production, etc.) by putting them in the environment-specific file in config/environments/ -- e.g., config/environments/development.rb. Have you done so? For GMail, those settings look like this:&lt;br&gt;&lt;br&gt;    config.action_mailer.smtp_settings = {&lt;br&gt;      :address        =&amp;gt; 'smtp.gmail.com',&lt;br&gt;      :port           =&amp;gt; 587,&lt;br&gt;      :authentication =&amp;gt; :plain,&lt;br&gt;      :user_name      =&amp;gt; 'GMAILUSERNAME',&lt;br&gt;      :password       =&amp;gt; 'GMAILPASSWORD'&lt;br&gt;    }&lt;br&gt;&lt;br&gt;Additonally, for GMail, you need to support TLS security. To do this, you want to use the right plugin:&lt;br&gt;&lt;br&gt;script/plugin install &lt;a href="http://code.openrain.com/rails/action_mailer_tls/" rel="nofollow"&gt;http://code.openrain.com/rails/action_mailer_tls/&lt;/a&gt; &lt;br&gt;&lt;br&gt;If you are NOT using GMail, note that the standard (non-secured) port for SMTP is: 25. I.e., instead of 587 above. Also, if you're using regular SMTP (not GMail), look again in AWDR.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Mon, 22 Dec 2008 08:45:03 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4566412</link><description>Hi all, I'm trying to get this working and running into a Net::SMTPSyntaxError whenever I try to create a new user.  I'm still trying to get to the bottom of this but if anyone has any insight I'd appreciate it!  Here's the error:&lt;br&gt;&lt;br&gt;Net::SMTPSyntaxError in UsersController#create&lt;br&gt;&lt;br&gt;501 Syntax error in parameters or arguments&lt;br&gt;&lt;br&gt;RAILS_ROOT: c:/development/class-ruby/sandbox/test-rest-auth&lt;br&gt;Application Trace | Framework Trace | Full Trace&lt;br&gt;&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response'&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:653:in `getok'&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:623:in `helo'&lt;br&gt;vendor/plugins/action_mailer_tls/lib/smtp_tls.rb:42:in `do_helo'&lt;br&gt;vendor/plugins/action_mailer_tls/lib/smtp_tls.rb:15:in `do_start'&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:378:in `start'&lt;br&gt;c:/ruby/lib/ruby/1.8/net/smtp.rb:316:in `start'&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:628:in `perform_delivery_smtp'&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `__send__'&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:508:in `deliver!'&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib/action_mailer/base.rb:383:in `method_missing'&lt;br&gt;app/models/user_observer.rb:3:in `after_create'&lt;br&gt;app/controllers/users_controller.rb:18:in `create'</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ana</dc:creator><pubDate>Mon, 22 Dec 2008 01:13:58 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4214954</link><description>This is the one that I used:  &lt;a href="http://www.avnetlabs.com/rails/restful-authentication-with-rails-2" rel="nofollow"&gt;http://www.avnetlabs.com/rails/restful-authenti...&lt;/a&gt; &lt;br&gt;&lt;br&gt;I had looked at a few and they each were dated and broken.&lt;br&gt;&lt;br&gt;I'm looking forward to seeing the next screencast... hoping you could show how to best use the authentication with RESTful clients.  In my case, I'm looking to implement "basic authentication" from a service running on a PC.  It needs to login and report usage information.  I'm using Net::HTTP::Post, and I have it working, but probably could be improved to be more 'Best Practices' like.  &lt;br&gt;&lt;br&gt;Mike</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">philadelphia</dc:creator><pubDate>Fri, 05 Dec 2008 17:51:12 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4210926</link><description>Glad you like it. Most of the other screencasts out there regarding restful_authentication are broken for various reasons.&lt;br&gt;&lt;br&gt;Coming: Another screencast that shows how to get at your RESTful services with authentication -- and how to refactor a bit of your app into RESTful form.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Fri, 05 Dec 2008 16:47:19 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4209507</link><description>Very nice!  I had been fooling around with this same plugin for possible use in the final project.  It works really nicely.  Thanks for putting together the screencasts.  It cleared up some lingering questions I had.&lt;br&gt;&lt;br&gt;Mike</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">philadelphia</dc:creator><pubDate>Fri, 05 Dec 2008 15:34:02 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4208501</link><description>A few points:&lt;br&gt;&lt;br&gt;1. restful_auth gets you more than just the ability to login: It provides for securing your REST data so that unathorized users can't use your service. Open id alone would not get you that.&lt;br&gt;&lt;br&gt;2. All open id is about is having your credentials clearing happen on another server. By this means, you enter an open id into a site that supports it, and then the check for your credentials jumps to your open id provider. If you check out, then it jumps back to your app. So, in a lot of ways, open id is a whole different thing. Since maybe users don't have open id's, it is a terrible idea to support only open id.&lt;br&gt;&lt;br&gt;3. You can blend in open id to restful_authentication. I believe there is a screen on this at &lt;a href="http://railscasts.com" rel="nofollow"&gt;railscasts.com&lt;/a&gt; -- i hcw no idea if the procedure outlined there would work with what I've described in my screencast.&lt;br&gt;&lt;br&gt;4. There *is* a lot of magic implementing restful_auth. That is why I provide the screencast. It's hard. On the other hand, authentication is also hard (actually really hard to get right -- cookie handling is just the tip of the iceberg).&lt;br&gt;&lt;br&gt;5. I actually think the restful_authentication plugin is pretty awful. Please don't quite me. There are things coming along that will be better.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Fri, 05 Dec 2008 14:43:59 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4207811</link><description>Though this worked for me, I am not sure that I could make this work, without following the instructions step by step. There's a lot of configuration, installation, version-matching going on that I am not familiar with at all. There's still a lot of magic. I am wondering if the OPEN ID, which was part of the final project is as complicated.&lt;br&gt;I am not sure what the relationship between OPEN ID and the restful authentication.&lt;br&gt;If it is that complicated, I probably would not choose this feature in the final project.&lt;br&gt;&lt;br&gt;&lt;br&gt;By the way, since I can reuse the same email address when testing, is it safe just to go into the database and &lt;br&gt;change the email address of existing user, and hence, when I retry creating a different user, I can reuse my email address.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">student1</dc:creator><pubDate>Fri, 05 Dec 2008 14:05:23 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4166215</link><description>As you can see above, I point out that you can download the ZIP of the plugin. You do not need git!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Thu, 04 Dec 2008 10:54:33 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4166106</link><description>Found this info: More recent versions of restful_authentication have moved to a different location, git://github.com/technoweenie/restful-authentication.git. Using that version, which has changed slightly will require you to install Git on your computer. For more on Git, see &lt;a href="http://git.or.cz/" rel="nofollow"&gt;http://git.or.cz/&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anne</dc:creator><pubDate>Thu, 04 Dec 2008 10:47:05 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4136687</link><description>The main reason I did the screencast was to make sure that you have a combination of versions of these components that are known to work. I think you mentioned that you are using Rails 2.2? I think Rails 2.2 adds support for TLS, which means that you wouldn't need that extra plugin for that.&lt;br&gt;&lt;br&gt;But, really, all bets are off unless you use the versions above. To do it with Rails 2.2 should be pretty easy, but I think a stumbling block would be researching whether or not you need a plugin for special TLS handling. Also, either way (Rails 2.2 TLS or using a special plugin) it is essential that you use the right port in your mail config settings as given in the screencast).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xertroyt</dc:creator><pubDate>Tue, 02 Dec 2008 18:35:16 -0000</pubDate></item><item><title>Re: Screencast - RestfulAuthentication - 1</title><link>http://e168f08.plugh.org/screencasts/screencast-restfulauthentication-1/#comment-4135866</link><description>I started over with the zip download/renaming method and &lt;br&gt;script/generate authenticated User Session --aasm&lt;br&gt;worked. &lt;br&gt;So the other download I had used may indeed not be a recent enough version.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anne</dc:creator><pubDate>Tue, 02 Dec 2008 17:52:28 -0000</pubDate></item></channel></rss>