<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nathanfish.com &#187; RubyOnRails</title>
	<atom:link href="http://www.nathanfish.com/category/rubyonrails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nathanfish.com</link>
	<description>ecommerce, saas, and small business</description>
	<lastBuildDate>Fri, 22 Jul 2011 23:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ruby Rails AASM gotcha</title>
		<link>http://www.nathanfish.com/2009/04/11/ruby-rails-aasm-gotcha/</link>
		<comments>http://www.nathanfish.com/2009/04/11/ruby-rails-aasm-gotcha/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:19:58 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[RubyOnRails]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://nathanfish.com/?p=35</guid>
		<description><![CDATA[Maybe it&#8217;s in the documentation, I&#8217;m not sure. However, I spent way to much time trying to figure out why every time I saved my model it went back to the initial AASM state. Seems the event I had defined :update conflicts with rails own activity, so every time I updated the model, it went [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">M</span>aybe it&#8217;s in the documentation, I&#8217;m not sure. However, I spent way to much time trying to figure out why every time I saved my model it went back to the initial AASM state. Seems the event I had defined :update conflicts with rails own activity, so every time I updated the model, it went back to the initial :pending state. Opps. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nathanfish.com/2009/04/11/ruby-rails-aasm-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

