<?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>One day at a time &#187; ruby</title>
	<atom:link href="http://www.terencekwan.com/tag/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terencekwan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 14 Mar 2010 18:28:55 +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>undefined method `init_gettext&#8217; for ApplicationController:Class</title>
		<link>http://www.terencekwan.com/undefined-method-init_gettext-for-applicationcontrollerclass</link>
		<comments>http://www.terencekwan.com/undefined-method-init_gettext-for-applicationcontrollerclass#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/?p=21</guid>
		<description><![CDATA[I just updated to rails 2.1.2 and see this error:
undefined method `init_gettext&#8217; for ApplicationController:Class
To resolve it.

make sure you have the latest gettext gems.
if it does not help, try add this to the first line of your app/controllers/application.rb

require &#8216;gettext/rails&#8217;



]]></description>
		<wfw:commentRss>http://www.terencekwan.com/undefined-method-init_gettext-for-applicationcontrollerclass/feed</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>Cannot do &#8220;gem install mysql&#8221;</title>
		<link>http://www.terencekwan.com/cannot-do-gem-install-mysql</link>
		<comments>http://www.terencekwan.com/cannot-do-gem-install-mysql#comments</comments>
		<pubDate>Tue, 08 Jan 2008 06:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.terencekwan.com/archives/3</guid>
		<description><![CDATA[If you cannot do &#8220;gem install mysql&#8221;, it returns:
/usr/local/bin/ruby extconf.rb install mysql
checking for mysql_query() in -lmysqlclient&#8230; no
checking for main() in -lm&#8230; yes
checking for mysql_query() in -lmysqlclient&#8230; no
checking for main() in -lz&#8230; yes
checking for mysql_query() in -lmysqlclient&#8230; no
checking for main() in -lsocket&#8230; no
checking for mysql_query() in -lmysqlclient&#8230; no
checking for main() in -lnsl&#8230; yes
checking for mysql_query() in [...]]]></description>
		<wfw:commentRss>http://www.terencekwan.com/cannot-do-gem-install-mysql/feed</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
	</channel>
</rss>
