<?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>Computer Plumber &#187; gem</title>
	<atom:link href="http://computerplumber.com/tag/gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing MySQL gem for Ruby 1.9.x</title>
		<link>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/</link>
		<comments>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=625</guid>
		<description><![CDATA[As of this writing, the MYSQL gem cannot be installed by simply doing a GEM INSTALL with ruby 1.9.1. In order to install the gem, follow these easy steps. First download the mysql gem from rubyforge, and unzip it: sudo wget http://rubyforge.org/frs/download.php/51087/mysql-ruby-2.8.1.tar.gz sudo tar -xzvf mysql-ruby-2.8.1.tar.gz cd mysql-ruby-2.8.1 Now, you will need to compile the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace Ruby 1.8.x with version 1.9.x</title>
		<link>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/</link>
		<comments>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 17:54:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=623</guid>
		<description><![CDATA[We recently replaced ruby 1.8.6 on a Ubuntu 8.04 Server with Ruby 1.9.1. Follow these steps to remove the old ruby from the system, but be warned that it may not be as simple for you. First thing was to remove the old ruby1.8. We had installed this from the Ubuntu package installer so removing [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/replace-ruby-1-8-x-with-version-1-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Ubuntu for Rails Development</title>
		<link>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/</link>
		<comments>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:40:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=455</guid>
		<description><![CDATA[These are a the procedures we use to setup a PC or VM for development of a ruby on rails application. First things first, get your install software ready.&#160; These instructions are based on the Hardy Heron version of Ubuntu (8.04). Install the base OS and then fire up the terminal so you can copy [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails and Microsoft Sql Server</title>
		<link>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/</link>
		<comments>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=431</guid>
		<description><![CDATA[So you want to connect your rails application to Microsoft SQL Server. The following instructions will take you through setting this up quite simply. This setup is on a a Ubuntu 8.04 server connecting to SQL Server 2000 (we will use the Northwind sample database). The first thing you need to do is install the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mongrel Gem and Paperclip Plugin Problems</title>
		<link>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/</link>
		<comments>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:37:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mongrel]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=396</guid>
		<description><![CDATA[This problem occurred when setting up a site using mongrel along with the paperclip rails plugin. After about a week of normal operation we started having lots of problems with the automated image resizing required by the rails application. It was running along and generating all the images just fine, then all of a sudden [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Hardy for Ruby on Rails Hosting</title>
		<link>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/</link>
		<comments>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 19:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=213</guid>
		<description><![CDATA[These instructions should take you through the process of setting up Ubuntu Server version 8.04 (Hardy Heron) for Ruby on Rails hosting using Apache and Passenger Phusion (mod_rails). This will also step you through adding certain programs needed to install the Rmagick gem required to add Captcha to a RoR application and the mysql gem. [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Mysql Gem</title>
		<link>http://computerplumber.com/2009/01/installing-the-mysql-gem/</link>
		<comments>http://computerplumber.com/2009/01/installing-the-mysql-gem/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 05:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=201</guid>
		<description><![CDATA[This is just a self reminder. I always seem to forget the dev package that is required to build the mysql gem. Failure to install this results in all kinds of headaches: sudo apt-get install libmysqlclient15-dev Then install the gem and you are all set: sudo gem install mysql]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/installing-the-mysql-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Rmagick 2.8 Gem on Hardy</title>
		<link>http://computerplumber.com/2009/01/installing-rmagick-28-gem-on-hardy/</link>
		<comments>http://computerplumber.com/2009/01/installing-rmagick-28-gem-on-hardy/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 04:35:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=196</guid>
		<description><![CDATA[After jumping through a few hoops to get this installed, we figured it would be a good idea to post our solutions. This is what we had to do, your needs may be different. Our system was a fully up to date version of Hardy Heron First, in order to install the Rmagick2 gem on [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/installing-rmagick-28-gem-on-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Problem Installing Typo Gem</title>
		<link>http://computerplumber.com/2008/12/problem-installing-typo-gem/</link>
		<comments>http://computerplumber.com/2008/12/problem-installing-typo-gem/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQLite3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=98</guid>
		<description><![CDATA[We have a rails server that we wanted to install the typo gem onto.  Alas, our attempts to install the gem kept failing with the following error: Building native extensions. This could take a while... ERROR: Error installing typo: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install typo checking for fdatasync() in -lrt... [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2008/12/problem-installing-typo-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

