<?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: Write your own custom DataMapper adapter</title>
	<atom:link href="http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/</link>
	<description>Rails 3, Ruby &#38; MacRuby news - tutorials - consulting - training</description>
	<lastBuildDate>Tue, 16 Feb 2010 18:50:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eric</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-44</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 06 Oct 2008 18:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-44</guid>
		<description>Thanks for the concrete writeup. Really enjoying these posts!</description>
		<content:encoded><![CDATA[<p>Thanks for the concrete writeup. Really enjoying these posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writing a DataMapper Adapter to Access MailChimp Web Services &#124; Mandarin Soda</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-29</link>
		<dc:creator>Writing a DataMapper Adapter to Access MailChimp Web Services &#124; Mandarin Soda</dc:creator>
		<pubDate>Fri, 03 Oct 2008 20:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-29</guid>
		<description>[...] here&#8217;s a synopsis of what I&#8217;ve come across thus far. As pointed out in this post by The Merbist, a custom adapter simply inherits from Abstract Adapter and as such, can define a [...]</description>
		<content:encoded><![CDATA[<p>[...] here&#8217;s a synopsis of what I&#8217;ve come across thus far. As pointed out in this post by The Merbist, a custom adapter simply inherits from Abstract Adapter and as such, can define a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Datamapper Adapter for MailChimp &#124; Mandarin Soda</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-25</link>
		<dc:creator>Datamapper Adapter for MailChimp &#124; Mandarin Soda</dc:creator>
		<pubDate>Tue, 30 Sep 2008 00:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-25</guid>
		<description>[...] by this post by The Merbist, I&#8217;ve decide to begin writing a Datamapper Adapter for MailChimp as a follow [...]</description>
		<content:encoded><![CDATA[<p>[...] by this post by The Merbist, I&#8217;ve decide to begin writing a Datamapper Adapter for MailChimp as a follow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-24</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 29 Sep 2008 20:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-24</guid>
		<description>@ Sam very good point, I updated my blog post to explain a bit more the process to return a Collection object.

-Matt</description>
		<content:encoded><![CDATA[<p>@ Sam very good point, I updated my blog post to explain a bit more the process to return a Collection object.</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Smoot</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-23</link>
		<dc:creator>Sam Smoot</dc:creator>
		<pubDate>Mon, 29 Sep 2008 18:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-23</guid>
		<description>One thing you did Matt I want to point out since there&#039;s some confusion on it:

Do like Matt did and use Query#fields http://github.com/mattetti/dm-gvideo-adapter/tree/master/lib/dm-gvideo-adapter.rb#L48 to get the list of properties to retrieve/load. Don&#039;t use Model#properties directly.

This way Lazy-Loads are taken care of for you automatically in other parts of DM and you don&#039;t need to do anything else in your adapters.

-Sam</description>
		<content:encoded><![CDATA[<p>One thing you did Matt I want to point out since there&#8217;s some confusion on it:</p>
<p>Do like Matt did and use Query#fields <a href="http://github.com/mattetti/dm-gvideo-adapter/tree/master/lib/dm-gvideo-adapter.rb#L48" rel="nofollow">http://github.com/mattetti/dm-gvideo-adapter/tree/master/lib/dm-gvideo-adapter.rb#L48</a> to get the list of properties to retrieve/load. Don&#8217;t use Model#properties directly.</p>
<p>This way Lazy-Loads are taken care of for you automatically in other parts of DM and you don&#8217;t need to do anything else in your adapters.</p>
<p>-Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Gillen</title>
		<link>http://merbist.com/2008/09/29/write-your-own-custom-datamapper-adapter/comment-page-1/#comment-22</link>
		<dc:creator>Glenn Gillen</dc:creator>
		<pubDate>Mon, 29 Sep 2008 12:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://merbist.com/?p=91#comment-22</guid>
		<description>Hey that&#039;s awesome! I&#039;ve only just started getting myself properly dirty with DM and Merb in the past fortnight, this could well make a good pet project to test my new foo out on.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey that&#8217;s awesome! I&#8217;ve only just started getting myself properly dirty with DM and Merb in the past fortnight, this could well make a good pet project to test my new foo out on.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
