<?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>xterm.it &#187; Rails</title>
	<atom:link href="http://www.xterm.it/blog/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xterm.it/blog</link>
	<description>time to think -  by Marco Campana</description>
	<lastBuildDate>Sun, 18 Oct 2009 20:59:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install mysql gem on Ruby1.9</title>
		<link>http://www.xterm.it/blog/2009/06/install-mysql-gem-on-ruby19/</link>
		<comments>http://www.xterm.it/blog/2009/06/install-mysql-gem-on-ruby19/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:00:38 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.xterm.it/blog/?p=133</guid>
		<description><![CDATA[If you want to install the mysql gem with Ruby1.9 try this: sudo gem1.9 install kwatch-mysql-ruby  Where in the --with-mysql-config option you have to specify the path to mysql_config in the bin directory in your mysql installation path. ]]></description>
			<content:encoded><![CDATA[<p>This should sound like a very easy task, but it took me a while to sort this out, so I thought I&#8217;d share it. If you want to install the mysql gem with Ruby1.9 try this:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">sudo gem1.9 install kwatch<span style="color:#006600; font-weight:bold;">-</span>mysql<span style="color:#006600; font-weight:bold;">-</span>ruby 
              <span style="color:#006600; font-weight:bold;">--</span>source=http:<span style="color:#006600; font-weight:bold;">//</span>gems.<span style="color:#9900CC;">github</span>.<span style="color:#9900CC;">com</span><span style="color:#006600; font-weight:bold;">/</span> 
              <span style="color:#006600; font-weight:bold;">--</span> with<span style="color:#006600; font-weight:bold;">-</span>mysql<span style="color:#006600; font-weight:bold;">-</span>config=<span style="color:#006600; font-weight:bold;">/</span>usr<span style="color:#006600; font-weight:bold;">/</span>local<span style="color:#006600; font-weight:bold;">/</span>mysql<span style="color:#006600; font-weight:bold;">/</span>bin<span style="color:#006600; font-weight:bold;">/</span>mysql_config</pre></div></div>

<p>Where in the &#8211;with-mysql-config option you have to specify the path to mysql_config in the bin directory in your mysql installation path.</p>
<p>In <a href="http://www.mit-can.com/">Mobile Interactive Technology</a> we are trying to make our new applications compatible with Rails 2.3 and Ruby1.9. Not an easy task though. An invaluable source of info on compatibility of gems with Ruby1.9 is <a href="http://isitruby19.com/">isitruby19.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xterm.it/blog/2009/06/install-mysql-gem-on-ruby19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
