<?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>weedygarden.net &#187; General</title>
	<atom:link href="http://www.weedygarden.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weedygarden.net</link>
	<description>The random ramblings of a web developer.</description>
	<lastBuildDate>Mon, 25 Jan 2010 02:16:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>RVM Ruby 1.9 and the MySQL Gem &#8212; Friends at last on x86_64</title>
		<link>http://www.weedygarden.net/2009/11/13/rvm-ruby-19-and-the-mysql-gem-friends-at-last-on-x86_64/</link>
		<comments>http://www.weedygarden.net/2009/11/13/rvm-ruby-19-and-the-mysql-gem-friends-at-last-on-x86_64/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 01:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weedygarden.net/?p=81</guid>
		<description><![CDATA[One of our production Rails apps is running on Ruby 1.9. The problem this introduces is that our dev environments must be able to run multiple versions of Ruby side-by-side. There&#8217;s nothing unique about this, it comes with the Ruby/Rails territory. After upgrading to Snow Leopard, I decided to give Ruby Version Manager a try. [...]]]></description>
			<content:encoded><![CDATA[<p>One of our production Rails apps is running on Ruby 1.9. The problem this introduces is that our dev environments must be able to run multiple versions of Ruby side-by-side. There&#8217;s nothing unique about this, it comes with the Ruby/Rails territory. After upgrading to Snow Leopard, I decided to give <a href="http://rvm.beginrescueend.com/">Ruby Version Manager</a> a try. The install of RVM and the subsequent Ruby installs were a breeze. However, when it came time to install the MySQL gem, I ran into a brick wall. No matter what I tried, I kept getting install errors.</p>
<p>I&#8217;m running the standard MacOSX package install from <a href="http://dev.mysql.com/downloads/">mysql.com</a> (Mac OS X 10.5 x86_64). I tried setting my ARCHFLAGS to the correct architecture,  pointing to the correct config, and nothing helped. After Google turned up nothing, I decided to bother the nice folks in the #rvm channel. There I was given a handy little tip that goes as follows:</p>
<ol>
<li>Uninstall the version of Ruby you&#8217;re trying to install the MySQL gem on</li>
<li>place the following in your ~/.rvmrc file:
<pre>rvm_archflags="-arch x86_64"</pre>
</li>
<li>Reinstall Ruby using RVM</li>
<li>Install the ruby gem:
<pre>export ARCHFLAGS="-arch x86_64" ; gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config</pre>
<p> (use the correct path to your MySQL config file. If you installed mysql with MacPorts, it will be in /opt somewhere).</li>
</ol>
<p>The problem turned out to be that RVM was not installing the x86_64 version of Ruby 1.9. And if Ruby&#8217;s architecture doesn&#8217;t match MySQL&#8217;s, then you have problems. Once they match, then it&#8217;s back to Ruby bliss.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weedygarden.net/2009/11/13/rvm-ruby-19-and-the-mysql-gem-friends-at-last-on-x86_64/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Sound of Freelance&#8230;</title>
		<link>http://www.weedygarden.net/2008/03/20/the-sound-of-freelance/</link>
		<comments>http://www.weedygarden.net/2008/03/20/the-sound-of-freelance/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 02:16:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weedygarden.net/2008/03/20/the-sound-of-freelance/</guid>
		<description><![CDATA[&#8230;is silence. I had the best of intentions. I wanted to give you words. Words to make you laugh. Words to make you cry. Words to excite, enlighten and inspire. So what happened? Code. Code happened. I&#8217;m up to my eyeballs in freelance work. Many of you know first hand how busy things can get [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;is silence.</p>
<p>I had the best of intentions. I wanted to give you words. Words to make you laugh. Words to make you cry. Words to excite, enlighten and inspire.</p>
<p>So what happened?</p>
<p>Code. Code happened. I&#8217;m up to my eyeballs in freelance work. Many of you know first hand how busy things can get when you work full-time, and also take side jobs. There may be relief soon. My previous employer is finally beefing up his stable of monkey&#8217;s. These monkey&#8217;s will soon take over the work I&#8217;ve been handling since I left the outfit last July. This will hopefully free up some evening time so I can finally write some decent articles. I&#8217;m making a list, checking it twice, and will begin authoring soon.</p>
<p>Stay tuned. I plan on doing some small articles soon, as well as a book review.</p>
<p>Maybe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weedygarden.net/2008/03/20/the-sound-of-freelance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Site of the Day</title>
		<link>http://www.weedygarden.net/2007/10/05/adobe-site-of-the-day/</link>
		<comments>http://www.weedygarden.net/2007/10/05/adobe-site-of-the-day/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 01:36:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weedygarden.net/2007/10/05/adobe-site-of-the-day/</guid>
		<description><![CDATA[My last post mentioned the all new ND.edu. Well today we showed up as the Adobe &#8220;Showcase: Site of the Day&#8221;. See it here: Showcase: Site of the Day]]></description>
			<content:encoded><![CDATA[<p>My last post mentioned the all new ND.edu. Well today we showed up as the Adobe &#8220;Showcase: Site of the Day&#8221;. See it here: <a href="http://www.adobe.com/cfusion/showcase/index.cfm?event=sotdarchive&#038;year=2007&#038;month=10&#038;loc=en_us">Showcase: Site of the Day<a></p>
<p><img src="/wp-content/wpfiles/adobe-site-of-the-day.gif" alt="Adobe Site of the Day" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weedygarden.net/2007/10/05/adobe-site-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new ND.edu</title>
		<link>http://www.weedygarden.net/2007/08/28/the-new-ndedu/</link>
		<comments>http://www.weedygarden.net/2007/08/28/the-new-ndedu/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 12:07:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weedygarden.net/2007/08/28/the-new-ndedu/</guid>
		<description><![CDATA[It&#8217;s been my primary project, and the focus of our entire department since the day I started at Notre Dame. I give thee the new ND.edu.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been my primary project, and the focus of our entire department since the day I started at Notre Dame. I give thee the new <a href="http://www.nd.edu">ND.edu</a>.</p>
<p><a href="http://www.nd.edu"><img src="/wp-content/wpfiles/2007/08/nd.edu.jpg" title="Thew new Notre Dame Homepage" alt="Thew new Notre Dame Homepage" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weedygarden.net/2007/08/28/the-new-ndedu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escaping the Matrix</title>
		<link>http://www.weedygarden.net/2007/06/01/escaping-the-matrix/</link>
		<comments>http://www.weedygarden.net/2007/06/01/escaping-the-matrix/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 00:59:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.weedygarden.net/2007/06/01/escaping-the-matrix/</guid>
		<description><![CDATA[Last weekend my wife and I went away for a four day get-away at a resort hotel. Initially I had the idea I would take my laptop along just in case the hotel had wi-fi. After a bit of consideration, I decided against it. After all, it&#8217;s a vacation, right? After we arrived, I noticed [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend my wife and I went away for a four day get-away at a resort hotel. Initially I had the idea I would take my laptop along just in case the hotel had wi-fi. After a bit of consideration, I decided against it. After all, it&#8217;s a vacation, right?</p>
<p>After we arrived, I noticed in the hotel information that there was a business center with high-speed internet and public computers. So naturally, I checked to make sure I knew where it was during our tour on the first day. You know, just in case.</p>
<p>However, after a couple of days, I began to realize I CAN live without this thing called the internet. At least for four days. This may not seem like a big deal to some of you, but those four days were by far the longest I&#8217;ve gone &#8220;unplugged&#8221; in the past, oh, decade I think. Sad but true.</p>
<p>But at least now that I know it can be done, I won&#8217;t have to do it again. My poor inter-web, I will never leave you alone for so long again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weedygarden.net/2007/06/01/escaping-the-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
