<?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; Ruby/Rails</title>
	<atom:link href="http://www.dirtystylus.com/blog/category/rubyrails/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>Plugout &#8211; Flash Player Version Switcher</title>
		<link>http://www.dirtystylus.com/blog/2008/04/09/plugout-flash-player-version-switcher/</link>
		<comments>http://www.dirtystylus.com/blog/2008/04/09/plugout-flash-player-version-switcher/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:19:10 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/2008/04/09/plugout-flash-player-version-switcher/</guid>
		<description><![CDATA[Update 2008-12-16: A coworker found that simply typing "plugout" has the (unintentional?) effect of deleting the flash plugin entirely, which is useful for testing with no Flash plugin at all.
While developing the recent AllStateGarage.com site I had to do regression testing on different versions of the Flash Player, to make sure that both the swfobject [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2008/04/09/plugout-flash-player-version-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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's Site of the Day from The FWA. This is a project I've been working on for the last 7-8 months (on and off), so it'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>
		<item>
		<title>A Quick RubyAMF Test</title>
		<link>http://www.dirtystylus.com/blog/2007/08/28/a-quick-rubyamf-test/</link>
		<comments>http://www.dirtystylus.com/blog/2007/08/28/a-quick-rubyamf-test/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 14:43:08 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/2007/08/28/a-quick-rubyamf-test/</guid>
		<description><![CDATA[Update 2007-10-22: Updated the line with the RubyAMF installer to point to the new googlecode location. Updated the link to the SSR library.
Update 2007-08-30: Seth's comment below revealed the need for a cross-domain policy file in /public when testing this via the browser. I did all my testing from the flash debug player and the [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2007/08/28/a-quick-rubyamf-test/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://blog.rubyamf.org/screencasts/rails_flex_helloworld.mov" length="243899438" type="video/quicktime" />
		</item>
		<item>
		<title>Locomotive on Rails, with MAMP as a Caboose</title>
		<link>http://www.dirtystylus.com/blog/2007/07/10/locomotive-on-rails-with-mamp-as-a-caboose/</link>
		<comments>http://www.dirtystylus.com/blog/2007/07/10/locomotive-on-rails-with-mamp-as-a-caboose/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 19:02:11 +0000</pubDate>
		<dc:creator>ds</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.dirtystylus.com/blog/2007/07/10/locomotive-on-rails-with-mamp-as-a-caboose/</guid>
		<description><![CDATA[Update 2008-07-14: Looks like Locomotive is no longer being distributed, since OS X 10.5 now ships with Ruby on Rails installed.
Pretty soon we'll have a framework called "ChooChoo" just to take this metaphor to its logical demise. I've just started dipping my toe into Ruby on Rails, and have found it relatively easy to get [...]]]></description>
		<wfw:commentRss>http://www.dirtystylus.com/blog/2007/07/10/locomotive-on-rails-with-mamp-as-a-caboose/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
