<?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>dimas priyanto- posts tagged with rails 2.3</title>
	<atom:link href="http://dimaspriyanto.com/tag/rails-2-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimaspriyanto.com</link>
	<description>a guy with mouse and keyboard</description>
	<lastBuildDate>Fri, 08 Mar 2013 08:16:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>solution for I18n deprecation error</title>
		<link>http://dimaspriyanto.com/2010/11/19/solution-for-i18n-deprecation-error/</link>
		<comments>http://dimaspriyanto.com/2010/11/19/solution-for-i18n-deprecation-error/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:29:49 +0000</pubDate>
		<dc:creator>dimaspriyanto</dc:creator>
				<category><![CDATA[Log]]></category>
		<category><![CDATA[in English]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[rails 2.3]]></category>

		<guid isPermaLink="false">http://dimaspriyanto.com/?p=455</guid>
		<description><![CDATA[I&#8217;m working on a 2.3.8 Rails application when i found an error warning on I18n lately. The error says like the following message:
The {{key}} interpolation..]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a 2.3.8 Rails application when i found an error warning on I18n lately. The error says like the following message:</p>
<p><em>The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead</em></p>
<p>The stack trace stopped at a line in ajaxful_rating plugin, but i was thinking that the issue was came from I18n gem as the error warning message said. So, i looked for the similar issues over there. Yeah, this is an incompatiblity issue from Rails 2.3 or lower. I saw my I18n installed gems was sit on 0.3.7 and 0.4.1 versions and i think my 2.3.8 Rails application choose the newest one.</p>
<p>The solution is just simply tells Rails to use the oldest version. In the config/environment.rb put this line before any gems that uses I18n:</p>
<p>config.gem &#8216;I18n&#8217;, :version =&gt; &#8216;0.3.7&#8242;</p>
<p>Hope this helps..</p>
]]></content:encoded>
			<wfw:commentRss>http://dimaspriyanto.com/2010/11/19/solution-for-i18n-deprecation-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
