<?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: CRUD Presentation</title>
	<atom:link href="http://lifecoding.com/blog/index.php/2006/07/25/crud-presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifecoding.com/blog/2006/07/25/crud-presentation/</link>
	<description>(define (life-coding life code) (organize life (using code)))</description>
	<lastBuildDate>Sun, 13 Apr 2008 16:55:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: links for 2007-05-01 at &#252;berthings, inc.</title>
		<link>http://lifecoding.com/blog/2006/07/25/crud-presentation/comment-page-1/#comment-4178</link>
		<dc:creator>links for 2007-05-01 at &#252;berthings, inc.</dc:creator>
		<pubDate>Tue, 01 May 2007 23:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://lifecoding.com/blog/?p=31#comment-4178</guid>
		<description>[...] life-coding » Blog Archive » CRUD Presentation Fantastically CRUDdy presentation. Bravo. (tags: data CRUD rails rest tutorial howto) [...]</description>
		<content:encoded><![CDATA[<p>[...] life-coding » Blog Archive » CRUD Presentation Fantastically CRUDdy presentation. Bravo. (tags: data CRUD rails rest tutorial howto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://lifecoding.com/blog/2006/07/25/crud-presentation/comment-page-1/#comment-164</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 14 Sep 2006 06:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://lifecoding.com/blog/?p=31#comment-164</guid>
		<description>Hey thanks for posting this i look foward to the audio.

One question, is there a good source for starting out with RESTful-i-fying an app. I have the simply_restful plugin as im not on the edge and was hoping to create a restful app example to play with. Perhaps a like to a good tutorial?

For those in a similar position i found the following useful:
http://scottraymond.net/ </description>
		<content:encoded><![CDATA[<p>Hey thanks for posting this i look foward to the audio.</p>
<p>One question, is there a good source for starting out with RESTful-i-fying an app. I have the simply_restful plugin as im not on the edge and was hoping to create a restful app example to play with. Perhaps a like to a good tutorial?</p>
<p>For those in a similar position i found the following useful:<br />
<a href="http://scottraymond.net/" rel="nofollow">http://scottraymond.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CRUD and Shared Controllers</title>
		<link>http://lifecoding.com/blog/2006/07/25/crud-presentation/comment-page-1/#comment-73</link>
		<dc:creator>CRUD and Shared Controllers</dc:creator>
		<pubDate>Sun, 30 Jul 2006 20:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://lifecoding.com/blog/?p=31#comment-73</guid>
		<description>[...] CRUD and Shared Controllers: &#8221; Trotter Cashion recently put on a great presentation for the nyc.rb crew, bringing the good word of CRUD and REST to the masses. After DHH&#8217;s presentation at RailsConf, I started thinking that these ideas open up a new place to remove duplication. Almost all controllers are going to end up having extremely similar actions, and you are going to be typing and re-typing the 7 magic actions( see Trotter&#8217;s presentation) over and over again. When I researched this after I got home I came accross Derek Sivers Shared Controller example on the rails wiki, and have borrowed liberally from it to come up with my own CRUDController. 9c2879f2ac76e8ebe51d2b280949af72 Now when you create a new controller, just inherit from CRUDController, like so: f5ff7cadb7500efafb1c0cd57b82422d  You will get all of the basic CRUD actions for free, and they all give @contact or @contacts (in this example) to your view layer automagically. How is that for convention over configuration. I just put the respond_to stuff in there and I dont have a ton of ajax or any xml queries in my app as of yet, so obviously this could be expanded for more functionality in different situations. &#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] CRUD and Shared Controllers: &#8221; Trotter Cashion recently put on a great presentation for the nyc.rb crew, bringing the good word of CRUD and REST to the masses. After DHH&#8217;s presentation at RailsConf, I started thinking that these ideas open up a new place to remove duplication. Almost all controllers are going to end up having extremely similar actions, and you are going to be typing and re-typing the 7 magic actions( see Trotter&#8217;s presentation) over and over again. When I researched this after I got home I came accross Derek Sivers Shared Controller example on the rails wiki, and have borrowed liberally from it to come up with my own CRUDController. 9c2879f2ac76e8ebe51d2b280949af72 Now when you create a new controller, just inherit from CRUDController, like so: f5ff7cadb7500efafb1c0cd57b82422d  You will get all of the basic CRUD actions for free, and they all give @contact or @contacts (in this example) to your view layer automagically. How is that for convention over configuration. I just put the respond_to stuff in there and I dont have a ton of ajax or any xml queries in my app as of yet, so obviously this could be expanded for more functionality in different situations. &#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jakehow</title>
		<link>http://lifecoding.com/blog/2006/07/25/crud-presentation/comment-page-1/#comment-70</link>
		<dc:creator>jakehow</dc:creator>
		<pubDate>Thu, 27 Jul 2006 16:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://lifecoding.com/blog/?p=31#comment-70</guid>
		<description>He trotter,   here is my CRUDController I was telling you about at the last meeting.

http://geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html</description>
		<content:encoded><![CDATA[<p>He trotter,   here is my CRUDController I was telling you about at the last meeting.</p>
<p><a href="http://geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html" rel="nofollow">http://geekonomics.blogspot.com/2006/07/crud-and-shared-controllers.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

