<?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 for Panscendo</title>
	<atom:link href="http://panscendo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://panscendo.com</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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Chestnut-backed Chickadee, Poecile rufescens by Poecile rufescens rufescens &#124; My Bird Info</title>
		<link>http://panscendo.com/chestnut-backed-chickadee-poecile-rufescens/comment-page-1/#comment-1014</link>
		<dc:creator>Poecile rufescens rufescens &#124; My Bird Info</dc:creator>
		<pubDate>Sat, 31 Jan 2009 22:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/chestnut-backed-chickadee-poecile-rufescens/#comment-1014</guid>
		<description>[...] Panscendo » Chestnut-backed Chickadee, Poecile rufescensChestnut-backed Chickadee, Poecile rufescens . Posted by bryanc under: biology &#8230; Effects of Commercial Thinning on Breeding Bird Populations in Western Hemlock &#8230; panscendo.com/chestnut-backed-chickadee-poecile-rufescens [...]</description>
		<content:encoded><![CDATA[<p>[...] Panscendo » Chestnut-backed Chickadee, Poecile rufescensChestnut-backed Chickadee, Poecile rufescens . Posted by bryanc under: biology &#8230; Effects of Commercial Thinning on Breeding Bird Populations in Western Hemlock &#8230; panscendo.com/chestnut-backed-chickadee-poecile-rufescens [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginner&#8217;s Tutorial to RubyAMF with RESTful Rails 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>Comment on Mullein by bryanc</title>
		<link>http://panscendo.com/mullein/comment-page-1/#comment-477</link>
		<dc:creator>bryanc</dc:creator>
		<pubDate>Fri, 05 Sep 2008 04:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://panscendo.com/?p=30#comment-477</guid>
		<description>Hah, the wars can definitely get a bit epic.  There&#039;s plenty of fiber that gets in your eyes and teeth.  The plants can get pretty tall, I&#039;ve seen some that were easily over 2 meters.</description>
		<content:encoded><![CDATA[<p>Hah, the wars can definitely get a bit epic.  There&#8217;s plenty of fiber that gets in your eyes and teeth.  The plants can get pretty tall, I&#8217;ve seen some that were easily over 2 meters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
