<?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: Ruby on Rails Finite State Machine Plugin: acts_as_state_machine</title>
	<atom:link href="http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/</link>
	<description>Don't worry, be happy</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:53:56 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shiv</title>
		<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/comment-page-1/#comment-24796</link>
		<dc:creator>shiv</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/#comment-24796</guid>
		<description>good explanation. Keep writing</description>
		<content:encoded><![CDATA[<p>good explanation. Keep writing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/comment-page-1/#comment-24494</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 07 Feb 2010 04:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/#comment-24494</guid>
		<description>Hey,

You can do this to save typing time:

event :shower do
  transitions :from =&gt; [:sleeping, :dating, :walking], :to =&gt; :showering
end</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>You can do this to save typing time:</p>
<p>event :shower do<br />
  transitions :from =&gt; [:sleeping, :dating, :walking], :to =&gt; :showering<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinesh</title>
		<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/comment-page-1/#comment-23230</link>
		<dc:creator>dinesh</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/#comment-23230</guid>
		<description>Can you please tell me how to send event arguments ?</description>
		<content:encoded><![CDATA[<p>Can you please tell me how to send event arguments ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sweetperceptions</title>
		<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/comment-page-1/#comment-22640</link>
		<dc:creator>sweetperceptions</dc:creator>
		<pubDate>Wed, 09 Dec 2009 03:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/#comment-22640</guid>
		<description>awesome. neat and simple yet very helpful! quick and easy way of understanding AASM. thanks!</description>
		<content:encoded><![CDATA[<p>awesome. neat and simple yet very helpful! quick and easy way of understanding AASM. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/comment-page-1/#comment-22533</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://rails.aizatto.com/2007/05/24/ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine/#comment-22533</guid>
		<description>This was a really awesome walk through of aasm, i really appreciate you breaking it down into its core elements.</description>
		<content:encoded><![CDATA[<p>This was a really awesome walk through of aasm, i really appreciate you breaking it down into its core elements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
