<?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: Bort! Now with OpenID!</title>
	<atom:link href="http://jimneath.org/2008/09/26/bort-now-with-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimneath.org/2008/09/26/bort-now-with-openid/</link>
	<description>Ruby on Rails, Javascript, CSS and Standards</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:37:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fabio</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-700</link>
		<dc:creator>fabio</dc:creator>
		<pubDate>Wed, 29 Oct 2008 12:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-700</guid>
		<description>Hi all,
I&#039;ve a problem with MySQL database:
If I try to execute the initial  Rake db:migrate i got a method missing error.

After enabling --trace I&#039;ve found the source of the error is  in /app/models/user_observer.rb.
I&#039;ve to rem   both  UserMailer.deliver_signup_notification(user)  and  UserMailer.deliver_activation(user) if user.recently_activated?  
to have the migration working as expected.
With the defauld sqllite db All is working.

More, where can I find the SMTP settings?

Thank you for this great work!

user_observer.rb
------------------------
class UserObserver &lt; ActiveRecord::Observer
  def after_create(user)
    #~ UserMailer.deliver_signup_notification(user) 
  end

  def after_save(user)
    #~ UserMailer.deliver_activation(user) if user.recently_activated?  
  end
end</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I&#8217;ve a problem with MySQL database:<br />
If I try to execute the initial  Rake db:migrate i got a method missing error.</p>
<p>After enabling &#8211;trace I&#8217;ve found the source of the error is  in /app/models/user_observer.rb.<br />
I&#8217;ve to rem   both  UserMailer.deliver_signup_notification(user)  and  UserMailer.deliver_activation(user) if user.recently_activated?<br />
to have the migration working as expected.<br />
With the defauld sqllite db All is working.</p>
<p>More, where can I find the SMTP settings?</p>
<p>Thank you for this great work!</p>
<p>user_observer.rb<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
class UserObserver &lt; ActiveRecord::Observer<br />
  def after_create(user)<br />
    #~ UserMailer.deliver_signup_notification(user)<br />
  end</p>
<p>  def after_save(user)<br />
    #~ UserMailer.deliver_activation(user) if user.recently_activated?<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spyou</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-662</link>
		<dc:creator>Spyou</dc:creator>
		<pubDate>Thu, 02 Oct 2008 12:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-662</guid>
		<description>Cheers men bort.

Just installed 1 week ago and started a new project with it, everything (that I used) works great.

I&#039;m really thinking to use it for the rails rumble.</description>
		<content:encoded><![CDATA[<p>Cheers men bort.</p>
<p>Just installed 1 week ago and started a new project with it, everything (that I used) works great.</p>
<p>I&#8217;m really thinking to use it for the rails rumble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-661</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 02 Oct 2008 08:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-661</guid>
		<description>Is Bort&#039;s Asset Packager working on Git for the versioning of compressed base files? I just stumbled across Asset Packager and Borts integration and wondered if anyone had worked round the (as far as I&#039;m aware) SVN only integration for managing different versions of the base collections....</description>
		<content:encoded><![CDATA[<p>Is Bort&#8217;s Asset Packager working on Git for the versioning of compressed base files? I just stumbled across Asset Packager and Borts integration and wondered if anyone had worked round the (as far as I&#8217;m aware) SVN only integration for managing different versions of the base collections&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srb</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-657</link>
		<dc:creator>srb</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-657</guid>
		<description>It&#039;s somehow related to your javascript.  I browse with noscript disabling javascript.  Once I allowed jimneath.org I could follow the link.  Even after I returned to blocking to jimneath.org.  Strangeness.</description>
		<content:encoded><![CDATA[<p>It&#8217;s somehow related to your javascript.  I browse with noscript disabling javascript.  Once I allowed jimneath.org I could follow the link.  Even after I returned to blocking to jimneath.org.  Strangeness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srb</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-656</link>
		<dc:creator>srb</dc:creator>
		<pubDate>Wed, 01 Oct 2008 18:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-656</guid>
		<description>When I click your bort page link I get a firefox error page:

Redirect Loop

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.</description>
		<content:encoded><![CDATA[<p>When I click your bort page link I get a firefox error page:</p>
<p>Redirect Loop</p>
<p>Firefox has detected that the server is redirecting the request for this address in a way that will never complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Neath</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-653</link>
		<dc:creator>Jim Neath</dc:creator>
		<pubDate>Mon, 29 Sep 2008 07:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-653</guid>
		<description>Seems to work for me LL Phil J.</description>
		<content:encoded><![CDATA[<p>Seems to work for me LL Phil J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil @ Fudge</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-651</link>
		<dc:creator>Phil @ Fudge</dc:creator>
		<pubDate>Sun, 28 Sep 2008 22:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-651</guid>
		<description>Your bort page doesn&#039;t work J-Slice. Also, I fixed the iffy user migrations in bort/master.</description>
		<content:encoded><![CDATA[<p>Your bort page doesn&#8217;t work J-Slice. Also, I fixed the iffy user migrations in bort/master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-650</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Sat, 27 Sep 2008 03:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-650</guid>
		<description>I might have to check this out; I&#039;ve never been able to successfully integrate OpenID into my apps.</description>
		<content:encoded><![CDATA[<p>I might have to check this out; I&#8217;ve never been able to successfully integrate OpenID into my apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://jimneath.org/2008/09/26/bort-now-with-openid/comment-page-1/#comment-649</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Fri, 26 Sep 2008 16:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=101#comment-649</guid>
		<description>Hi, I tried it yesterday from your 0.3 branch and it worked great. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I tried it yesterday from your 0.3 branch and it worked great. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
