<?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 Nested Resources, Namespaces, and RESTful</title>
	<atom:link href="http://www.jasonrowland.com/2010/01/ruby-on-rails-nested-resources-namespaces-and-restful/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonrowland.com/2010/01/ruby-on-rails-nested-resources-namespaces-and-restful/</link>
	<description>Learning Mac, Ruby, iPhone, BlackBerry, Android, WinMobile</description>
	<lastBuildDate>Sun, 01 Aug 2010 12:35:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.jasonrowland.com/2010/01/ruby-on-rails-nested-resources-namespaces-and-restful/comment-page-1/#comment-101</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 25 Jul 2010 09:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=258#comment-101</guid>
		<description>Hi,
I&#039;m a beginner programmer for iPhone and have just started to learn how to integrate my app with a rails db to pull and push information.
Do you know of any good books which help with understanding the basics and provide good examples on nested resources?  I&#039;m specifically trying to learn how to get my iPhone app to talk to my rails db and grab information depending on certain criteria (ex in sql would be: select * from table where column = x).
Thanks!
Steve</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m a beginner programmer for iPhone and have just started to learn how to integrate my app with a rails db to pull and push information.<br />
Do you know of any good books which help with understanding the basics and provide good examples on nested resources?  I&#8217;m specifically trying to learn how to get my iPhone app to talk to my rails db and grab information depending on certain criteria (ex in sql would be: select * from table where column = x).<br />
Thanks!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.jasonrowland.com/2010/01/ruby-on-rails-nested-resources-namespaces-and-restful/comment-page-1/#comment-98</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 31 Mar 2010 02:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonrowland.com/?p=258#comment-98</guid>
		<description>Great post.

I noticed an issue with those nested routes.
In my case, I don&#039;t use the ID/PK for the param but a slug column. Using your example, I&#039;d have def to_param { slug } for the restaurant and location. 
I don&#039;t have any problem with edit_admin_restaurant_path. But when I do edit_admin_restaurant_location_path, then it starts breaking</description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>I noticed an issue with those nested routes.<br />
In my case, I don&#8217;t use the ID/PK for the param but a slug column. Using your example, I&#8217;d have def to_param { slug } for the restaurant and location.<br />
I don&#8217;t have any problem with edit_admin_restaurant_path. But when I do edit_admin_restaurant_location_path, then it starts breaking</p>
]]></content:encoded>
	</item>
</channel>
</rss>
