<?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>dirtystylus &#187; RubyAMF</title>
	<atom:link href="http://www.dirtystylus.com/blog/category/rubyamf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirtystylus.com/blog</link>
	<description>resistance was futile</description>
	<lastBuildDate>Mon, 23 Aug 2010 15:28:58 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AllstateGarage.com</title>
		<link>http://www.dirtystylus.com/blog/2008/04/08/allstategaragecom/</link>
		<comments>http://www.dirtystylus.com/blog/2008/04/08/allstategaragecom/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 15:00:35 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[RubyAMF]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=115</guid>
		<description><![CDATA[
AllStateGarage.com is today&#8217;s Site of the Day from The FWA. This is a project I&#8217;ve been working on for the last 7-8 months (on and off), so it&#8217;s nice to see it pick up some accolades. The project was a lot of fun from the programming standpoint &#8212; we got to use RubyAMF to hook [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2008/04/08/allstategaragecom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RubyAMF and AS2 (follow-up to AS3 + SSR, RubyAMF, and RESTful Rails)</title>
		<link>http://www.dirtystylus.com/blog/2007/10/25/rubyamf-and-as2-follow-up-to-as3-ssr-rubyamf-and-restful-rails/</link>
		<comments>http://www.dirtystylus.com/blog/2007/10/25/rubyamf-and-as2-follow-up-to-as3-ssr-rubyamf-and-restful-rails/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 18:41:58 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[RubyAMF]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/2007/10/25/rubyamf-and-as2-follow-up-to-as3-ssr-rubyamf-and-restful-rails/</guid>
		<description><![CDATA[A quick follow-up post to my tutorial on Flash and RubyAMF &#8212; RubyAMF can of course be used with AS2. Here's a short AS block showing a call to the index method of the PeopleController:

PLAIN TEXT
Actionscript:




// remoting


import mx.remoting.Service;


import mx.remoting.PendingCall;


import mx.rpc.RelayResponder;


import mx.rpc.ResultEvent;


import mx.rpc.FaultEvent;


&#160;


var peopleService:Service = new Service&#40;"http://localhost:3000/rubyamf/gateway", null, "PeopleController", null, null&#41;;


var peopleCall:PendingCall = peopleService.index&#40;&#41;;


peopleCall.responder = new [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2007/10/25/rubyamf-and-as2-follow-up-to-as3-ssr-rubyamf-and-restful-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 + SSR, RubyAMF, and RESTful Rails</title>
		<link>http://www.dirtystylus.com/blog/2007/10/22/as3-ssr-rubyamf-and-restful-rails/</link>
		<comments>http://www.dirtystylus.com/blog/2007/10/22/as3-ssr-rubyamf-and-restful-rails/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 14:25:19 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[RubyAMF]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/2007/10/22/as3-ssr-rubyamf-and-restful-rails/</guid>
		<description><![CDATA[Update 2008-05-02: This example was written using SSR v1 and RubyAMF 1.3.4, and does not currrently match what you get with the latest versions. I'll be updating it shortly to reflect the changes against both SSR and RubyAMF.
Update 2007-10-25: A quick AS2 example using the Rails controller detailed below can be found here.
The RubyAMF blog [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2007/10/22/as3-ssr-rubyamf-and-restful-rails/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
