<?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_as_setting &#8211; ruby dynamic setting class</title>
	<atom:link href="http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/</link>
	<description>begin..rescue..end</description>
	<lastBuildDate>Sat, 10 Dec 2011 14:23:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Fred</title>
		<link>http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/comment-page-1/#comment-962</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 09 Nov 2010 03:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/#comment-962</guid>
		<description>After some more searching, unable to locate a general solution.

Am thinking I could loop over the nested hash / arrays myself and attach / convert ActiveRecord objects to the elements or create an appropriate subclass. Then all I&#039;d need to do is call save() if it has_changed() or preferably mass updating them using a temporary table.

It&#039;ll be general enough to act as a general solution for my project at least. Just surprised I cannot find this implemented already for such unstructured and non-formal data mapped onto RDBMS.</description>
		<content:encoded><![CDATA[<p>After some more searching, unable to locate a general solution.</p>
<p>Am thinking I could loop over the nested hash / arrays myself and attach / convert ActiveRecord objects to the elements or create an appropriate subclass. Then all I&#8217;d need to do is call save() if it has_changed() or preferably mass updating them using a temporary table.</p>
<p>It&#8217;ll be general enough to act as a general solution for my project at least. Just surprised I cannot find this implemented already for such unstructured and non-formal data mapped onto RDBMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/comment-page-1/#comment-961</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 09 Nov 2010 02:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyrescue.com/blog/2008/06/30/acts_as_setting/#comment-961</guid>
		<description>I&#039;m searching for something like this: Fast, nested key-value pairs, using db-store, store arbitrary ruby objects (serialize via Marshal), preferably cached, native ruby api..

Something akin to bdb or Tokyo Cabinet, but on ActiveRecord / Ruby steroids of course.

Maybe associative array activerecord will show more hits. Maybe what I&#039;m looking for is really Hibernate, or some kind of ORM, but I&#039;m having a hard time finding it for sure.

Use Case: For persistence of objects with minimal reads (cache) and writes (partly serializes)

More searching..

Of course ORM gives alot of results, now for some serious reading..

Even more..

Invented before: nosql, schemaless data and document dbs or whatever it was called. Neat concepts and I should be able to be find some wheel, like friendly or similar to that.</description>
		<content:encoded><![CDATA[<p>I&#8217;m searching for something like this: Fast, nested key-value pairs, using db-store, store arbitrary ruby objects (serialize via Marshal), preferably cached, native ruby api..</p>
<p>Something akin to bdb or Tokyo Cabinet, but on ActiveRecord / Ruby steroids of course.</p>
<p>Maybe associative array activerecord will show more hits. Maybe what I&#8217;m looking for is really Hibernate, or some kind of ORM, but I&#8217;m having a hard time finding it for sure.</p>
<p>Use Case: For persistence of objects with minimal reads (cache) and writes (partly serializes)</p>
<p>More searching..</p>
<p>Of course ORM gives alot of results, now for some serious reading..</p>
<p>Even more..</p>
<p>Invented before: nosql, schemaless data and document dbs or whatever it was called. Neat concepts and I should be able to be find some wheel, like friendly or similar to that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

