<?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>Figuring Shit Out &#187; bugs</title>
	<atom:link href="http://blog.figuringshitout.com/tag/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.figuringshitout.com</link>
	<description>Ideas, thoughts and my attempts to figure shit out</description>
	<lastBuildDate>Wed, 25 Jan 2012 23:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows, Rails 2.2+, InstantRails &amp; MySQL: bundled mysql.rb driver error</title>
		<link>http://blog.figuringshitout.com/windows-rails-22-instantrails-mysql-bundled-mysqlrb-driver-error/</link>
		<comments>http://blog.figuringshitout.com/windows-rails-22-instantrails-mysql-bundled-mysqlrb-driver-error/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 00:25:05 +0000</pubDate>
		<dc:creator>Hang</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.bumblebeelabs.com/?p=628</guid>
		<description><![CDATA[If you get the error: !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! Here&#8217;s what happened. Windows, InstantRails &#38; Rails 2.2+ will not work out of the box gem install mysql will successfully install the gem but then silently [...]


Related posts:<ol><li><a href='http://blog.figuringshitout.com/rails-without-rails/' rel='bookmark' title='Rails without Rails'>Rails without Rails</a></li>
<li><a href='http://blog.figuringshitout.com/rails-20-swfupload-restful-authentication/' rel='bookmark' title='Rails 2.0 + SWFUpload + RESTful authentication'>Rails 2.0 + SWFUpload + RESTful authentication</a></li>
<li><a href='http://blog.figuringshitout.com/rails-rumble-done/' rel='bookmark' title='Oct 19th (day 7): Rails Rumble done'>Oct 19th (day 7): Rails Rumble done</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you get the error:</p>
<blockquote><p>!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please<br />
install the mysql gem and try again: gem install mysql.<br />
rake aborted!</p></blockquote>
<p>Here&#8217;s what happened.</p>
<p>Windows, InstantRails &amp; Rails 2.2+ will not work out of the box</p>
<p>gem install mysql will successfully install the gem but then silently fail if the gem cannot find MySQL. Because InstantRails is designed to install cleanly, it doesn&#8217;t modify your path and so gems cannot find the MySQL path. To fix this, go to Control Panel-&gt;System-&gt;Advanced System Settings-&gt;Environment Variables-&gt;Path and add C:InstantRailsmysqlbin &amp; C:InstantRailsrubybin to the path. Restart everything that can be restarted and try again.</p>
<p>Windows, Ruby, MySQL 5.1 &amp; Rails 2.2+ will not work out of the box.</p>
<p>Install MySQL 5.0 instead.</p>
<p>either of these should fix the problem.</p>


<p>Related posts:<ol><li><a href='http://blog.figuringshitout.com/rails-without-rails/' rel='bookmark' title='Rails without Rails'>Rails without Rails</a></li>
<li><a href='http://blog.figuringshitout.com/rails-20-swfupload-restful-authentication/' rel='bookmark' title='Rails 2.0 + SWFUpload + RESTful authentication'>Rails 2.0 + SWFUpload + RESTful authentication</a></li>
<li><a href='http://blog.figuringshitout.com/rails-rumble-done/' rel='bookmark' title='Oct 19th (day 7): Rails Rumble done'>Oct 19th (day 7): Rails Rumble done</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.figuringshitout.com/windows-rails-22-instantrails-mysql-bundled-mysqlrb-driver-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

