<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nick Zalabak - techwhizbang &#187; serialized data</title>
	<atom:link href="http://techwhizbang.com/tag/serialized-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://techwhizbang.com</link>
	<description>my work, life, and ideas</description>
	<lastBuildDate>Thu, 08 Mar 2012 06:07:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>magic_meta_methods</title>
		<link>http://techwhizbang.com/2009/11/magic_meta_methods/</link>
		<comments>http://techwhizbang.com/2009/11/magic_meta_methods/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 17:46:22 +0000</pubDate>
		<dc:creator>techwhizbang</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[serialized data]]></category>

		<guid isPermaLink="false">http://techwhizbang.com/?p=30</guid>
		<description><![CDATA[Update: I&#8217;ve made magic_meta_methods a gem available at http://rubygems.org/gems/magic_meta_methods A while back I wrote a plugin for Rails that serializes text and data structures into a singular column called magic_meta_methods on an ActiveRecord. The plugin then makes the data readable and writable through meta-programmed methods and allows the user to save the ActiveRecord just as [...]]]></description>
			<content:encoded><![CDATA[<p>Update: I&#8217;ve made magic_meta_methods a gem available at <a title="magic meta methods" href="http://rubygems.org/gems/magic_meta_methods" target="_blank">http://rubygems.org/gems/magic_meta_methods</a></p>
<p>A while back I wrote a plugin for Rails that serializes text and data structures into a singular column called <a title="magic_meta_methods" href="http://github.com/techwhizbang/magic_meta_methods" target="_blank">magic_meta_methods</a> on an ActiveRecord. The plugin then makes the data readable and writable through meta-programmed methods and allows the user to save the ActiveRecord just as they would if they were modifying regular attributes. I&#8217;ve found this particularly useful for when there isn&#8217;t a need to store data that has to be queried or when you want to keep a data structure in tact like an array or hash. By reducing the number of columns and clutter on the table, you can keep the migrations to a minimum. As always I like to hear what the community thinks about it, or what types of improvements would make it more useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://techwhizbang.com/2009/11/magic_meta_methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.686 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 10:56:53 -->

