<?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: acts_without_database: Leverage ActiveRecord with Non-Database Backed Objects</title>
	<atom:link href="http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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: D James</title>
		<link>http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/comment-page-1/#comment-5190</link>
		<dc:creator>D James</dc:creator>
		<pubDate>Fri, 02 Jan 2009 09:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1339#comment-5190</guid>
		<description>I just want to point out a situation this is directly applicable to: credit card processing. Smaller online merchants don&#039;t want to store credit card data in their databases for liability reasons.  Still, when developing for such merchants, we need to be able to take advantage of ActiveRecord validation and such.

I feel we&#039;d all benefit from a tested example that uses ActiveRecord and acts_without_database side-by-side to offer a good solution for venders. I&#039;ve spent hours trying to piece together a solid credit card processing application - and I know I&#039;m neither the first nor will I be the last (hint hint).</description>
		<content:encoded><![CDATA[<p>I just want to point out a situation this is directly applicable to: credit card processing. Smaller online merchants don&#8217;t want to store credit card data in their databases for liability reasons.  Still, when developing for such merchants, we need to be able to take advantage of ActiveRecord validation and such.</p>
<p>I feel we&#8217;d all benefit from a tested example that uses ActiveRecord and acts_without_database side-by-side to offer a good solution for venders. I&#8217;ve spent hours trying to piece together a solid credit card processing application &#8211; and I know I&#8217;m neither the first nor will I be the last (hint hint).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/comment-page-1/#comment-5119</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Wed, 31 Dec 2008 05:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1339#comment-5119</guid>
		<description>Try this one out:
github.com/jcnetdev/active_record_without_table

It uses a different Parent object, however, I think it&#039;ll work better for your purposes.</description>
		<content:encoded><![CDATA[<p>Try this one out:<br />
github.com/jcnetdev/active_record_without_table</p>
<p>It uses a different Parent object, however, I think it&#8217;ll work better for your purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Caliendo</title>
		<link>http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/comment-page-1/#comment-5108</link>
		<dc:creator>Anthony Caliendo</dc:creator>
		<pubDate>Tue, 30 Dec 2008 19:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1339#comment-5108</guid>
		<description>It will work with multiple classes because of how &quot;class_variable_set&quot; and &quot;class_variable_get&quot; work; when they execute, their scope will be unique for each class.

If you were to directly access &quot;@@acts_without_database_columns&quot; instead of through the reflection methods, then it would break.</description>
		<content:encoded><![CDATA[<p>It will work with multiple classes because of how &#8220;class_variable_set&#8221; and &#8220;class_variable_get&#8221; work; when they execute, their scope will be unique for each class.</p>
<p>If you were to directly access &#8220;@@acts_without_database_columns&#8221; instead of through the reflection methods, then it would break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.pathf.com/blogs/2008/12/acts_without_database-using-activerecord-for-non-database-backed-objects/comment-page-1/#comment-5076</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 29 Dec 2008 21:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1339#comment-5076</guid>
		<description>Looks pretty cool.  Quick question though: doesn&#039;t it break if you use it twice in the same app?  The code looks like it would be better off with eigenclass instance variables instead of class variables.</description>
		<content:encoded><![CDATA[<p>Looks pretty cool.  Quick question though: doesn&#8217;t it break if you use it twice in the same app?  The code looks like it would be better off with eigenclass instance variables instead of class variables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.240 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-20 04:13:32 -->
