<?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: Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails</title>
	<atom:link href="http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/</link>
	<description>Talks of nature and technology</description>
	<lastBuildDate>Wed, 28 Apr 2010 13:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex and Rails : Send - Receive JSON/XML/AMF data &#171; Spritle&#8217;s Blog</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-10394</link>
		<dc:creator>Flex and Rails : Send - Receive JSON/XML/AMF data &#171; Spritle&#8217;s Blog</dc:creator>
		<pubDate>Wed, 28 Apr 2010 13:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-10394</guid>
		<description>[...] , in action return amf data like the below To know more about integrating RubyAMF with rails apps clickhere The below rails code show how to respond to AMF [...]</description>
		<content:encoded><![CDATA[<p>[...] , in action return amf data like the below To know more about integrating RubyAMF with rails apps clickhere The below rails code show how to respond to AMF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maqish</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-8926</link>
		<dc:creator>maqish</dc:creator>
		<pubDate>Sat, 16 Jan 2010 01:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-8926</guid>
		<description>Abhi,

check the following url http://localhost:3000/messages

that one will probably give you an error from which you might figure out the real problem. The problem i guess will be some typo or syntax error in the messages_controller.rb

good luck</description>
		<content:encoded><![CDATA[<p>Abhi,</p>
<p>check the following url <a href="http://localhost:3000/messages" rel="nofollow">http://localhost:3000/messages</a></p>
<p>that one will probably give you an error from which you might figure out the real problem. The problem i guess will be some typo or syntax error in the messages_controller.rb</p>
<p>good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-8380</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Sat, 19 Dec 2009 19:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-8380</guid>
		<description>Hi,
I have followed the entire steps given.
I am using
Windows
ruby 1.8.6
mongrel server


I am getting following error
when i click on get message in the get messages text area

There was an error loading the service class MessagesController</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have followed the entire steps given.<br />
I am using<br />
Windows<br />
ruby 1.8.6<br />
mongrel server</p>
<p>I am getting following error<br />
when i click on get message in the get messages text area</p>
<p>There was an error loading the service class MessagesController</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-6495</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-6495</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://panscendo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimi</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-6366</link>
		<dc:creator>jimi</dc:creator>
		<pubDate>Sun, 06 Sep 2009 00:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-6366</guid>
		<description>how can i rend more than one object?</description>
		<content:encoded><![CDATA[<p>how can i rend more than one object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-1445</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 08 Apr 2009 01:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-1445</guid>
		<description>Cool tutorial. If you are like me, you will want to get into trying mapping remote objects. Before you waste hours of time trying to do it with this example and others, there is a nuance in the ActionScript compiler you should consider: it does not include classes in the swf file that are not instantiated.

Thus, if you created an action script class in this example, public class Message, and try to run the example using RemoteClass alias, you will find it does not work.

Simply put a new Message() declaration in the mxml file and you can play to your hearts content with RemoteClass mapping (which is fast).</description>
		<content:encoded><![CDATA[<p>Cool tutorial. If you are like me, you will want to get into trying mapping remote objects. Before you waste hours of time trying to do it with this example and others, there is a nuance in the ActionScript compiler you should consider: it does not include classes in the swf file that are not instantiated.</p>
<p>Thus, if you created an action script class in this example, public class Message, and try to run the example using RemoteClass alias, you will find it does not work.</p>
<p>Simply put a new Message() declaration in the mxml file and you can play to your hearts content with RemoteClass mapping (which is fast).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JiveTurducken &#187; Renewed Interest in Flex on Rails</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-1205</link>
		<dc:creator>JiveTurducken &#187; Renewed Interest in Flex on Rails</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-1205</guid>
		<description>[...] http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/" rel="nofollow">http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jane</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-1009</link>
		<dc:creator>jane</dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-1009</guid>
		<description>Hi,

I followed this tutorial and everything is perfect...
But when i tried deploying using Apache 2.2.8, i am receiving a Send Failed Error...
Webrick works fine... is there a problem with my Apache?

How can i make this work?

Can anyone help? I really appreciate any help...

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed this tutorial and everything is perfect&#8230;<br />
But when i tried deploying using Apache 2.2.8, i am receiving a Send Failed Error&#8230;<br />
Webrick works fine&#8230; is there a problem with my Apache?</p>
<p>How can i make this work?</p>
<p>Can anyone help? I really appreciate any help&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanc</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-69</link>
		<dc:creator>bryanc</dc:creator>
		<pubDate>Thu, 22 May 2008 18:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-69</guid>
		<description>Howdy Gar - Check out my quick a dirty setup notes for installing flex builder 3 on ubuntu 8.04 (http://panscendo.com/installing-flex-builder-linux-alpha-3-on-unbuntu-804/) and if that doesn&#039;t help then try browsing http://osflash.org.  Good luck, chap.</description>
		<content:encoded><![CDATA[<p>Howdy Gar &#8211; Check out my quick a dirty setup notes for installing flex builder 3 on ubuntu 8.04 (<a href="http://panscendo.com/installing-flex-builder-linux-alpha-3-on-unbuntu-804/" rel="nofollow">http://panscendo.com/installing-flex-builder-linux-alpha-3-on-unbuntu-804/</a>) and if that doesn&#8217;t help then try browsing <a href="http://osflash.org" rel="nofollow">http://osflash.org</a>.  Good luck, chap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gar</title>
		<link>http://panscendo.com/beginners-tutorial-to-rubyamf-with-restful-rails/comment-page-1/#comment-68</link>
		<dc:creator>gar</dc:creator>
		<pubDate>Wed, 21 May 2008 11:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=5#comment-68</guid>
		<description>The tutorial is fine, but i have a problem with Flex, is there an alternative for Flex, coz am using Ubuntu 8.04, which is the most appropriate program to work with?
Thanx, and any help will be appreciated.</description>
		<content:encoded><![CDATA[<p>The tutorial is fine, but i have a problem with Flex, is there an alternative for Flex, coz am using Ubuntu 8.04, which is the most appropriate program to work with?<br />
Thanx, and any help will be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

