<?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>spamcollect &#187; ruby on rails</title>
	<atom:link href="http://www.spamcollect.com/archives/category/ruby-on-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spamcollect.com</link>
	<description>about, all the spam in my life</description>
	<lastBuildDate>Thu, 24 Jun 2010 13:09:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>!map:HashWithIndifferentAccess</title>
		<link>http://www.spamcollect.com/archives/4</link>
		<comments>http://www.spamcollect.com/archives/4#comments</comments>
		<pubDate>Mon, 23 Apr 2007 07:45:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/4</guid>
		<description><![CDATA[i got some errors on my ruby on rails project, when i tried to get strings from two different hashes. it catched all the data, but it added always !map:HashWithIndifferentAccess in front of my data. i solved that by doing a little trick. comment.title = params[:title] and changed it so use only the data from [...]]]></description>
			<content:encoded><![CDATA[<p>i got some errors on my ruby on rails project, when i tried to get strings from two different hashes. </p>
<p>it catched all the data, but it added always <code>!map:HashWithIndifferentAccess</code> in front of my data. </p>
<p>i solved that by doing a little trick.</p>
<p><code>comment.title = params[:title]<br />
</code><br />
and changed it so use only the data from the hash i want to use<br />
<code><br />
comment.title = params[:title][:thefieldiwanttouse].to_s<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
