<?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>Wetware &#187; Ruby on Rails</title>
	<atom:link href="http://www.wetware.co.nz/blog/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/blog</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Tue, 27 Jul 2010 03:03:59 +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>Redis will not time out. Try installing the SystemTimer gem.</title>
		<link>http://www.wetware.co.nz/blog/2010/07/redis-will-not-time-out-try-installing-the-systemtimer-gem/</link>
		<comments>http://www.wetware.co.nz/blog/2010/07/redis-will-not-time-out-try-installing-the-systemtimer-gem/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 03:03:59 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[resque]]></category>
		<category><![CDATA[system_timer]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=752</guid>
		<description><![CDATA[WARNING: Could not find a good alternative for performing time outs &#8212; connecting to Redis will not time out. Try installing the SystemTimer gem. rake aborted! undefined method `get&#8217; for nil:NilClass WARNING: Could not find a good alternative for performing time outs &#8212; connecting to Redis will not time out. Try installing the SystemTimer gem.rake [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/07/redis-will-not-time-out-try-installing-the-systemtimer-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlite3 Issues &#8211; Error installing sqlite3 &#8211; sqlite3 requires Ruby version &gt;= 1.9.1</title>
		<link>http://www.wetware.co.nz/blog/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/</link>
		<comments>http://www.wetware.co.nz/blog/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 01:48:50 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[sqlite3-ruby]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=748</guid>
		<description><![CDATA[Errors as follows, common problem is not having the header files installed or installing the gem sqlite3 when you actually want sqlite3-ruby. sudo gem install sqlite3 ERROR:  Error installing sqlite3: sqlite3 requires Ruby version &#62;= 1.9.1. Fix with: sudo apt-get install sqlite3 libsqlite3-dev sudo gem install sqlite3-ruby]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/07/sqlite3-issues-error-installing-sqlite3-sqlite3-requires-ruby-version-1-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyGem nokogiri failed to install &#8211; libxslt is missing &#8211; Error installing nokogiri</title>
		<link>http://www.wetware.co.nz/blog/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/</link>
		<comments>http://www.wetware.co.nz/blog/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:22:19 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[nokogiri]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=746</guid>
		<description><![CDATA[Had trouble installing nokogiri until I installed dependencies. libxslt is missing #or libxml2 sudo apt-get install libxslt-dev libxml2-dev Full Error Stacktrace: sudo gem install nokogiri -v 1.4.2 Building native extensions.  This could take a while&#8230; ERROR:  Error installing nokogiri: ERROR: Failed to build gem native extension. /opt/ruby-enterprise-1.8.7-2010.02/bin/ruby extconf.rb checking for iconv.h&#8230; yes checking for libxml/parser.h&#8230; yes [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/06/rubygem-nokogiri-failed-to-install-libxslt-is-missing-error-installing-nokogiri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached &#8211; Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild.</title>
		<link>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/</link>
		<comments>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:10:04 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Memcached]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=743</guid>
		<description><![CDATA[Trying to install memcached ruby gem on Ubuntu 10.04 Lucid Lynx and I get the error Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild. Fixed this by installing sudo apt-get install libsasl2-dev gem uninstall memcached &#38;&#38; gem install memcached Full Error Stacktrace: sudo gem install memcached Building native extensions.  This could [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Developing Ruby on Rails on Ubuntu Lucid Lynx 10.04</title>
		<link>http://www.wetware.co.nz/blog/2010/06/developing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04/</link>
		<comments>http://www.wetware.co.nz/blog/2010/06/developing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 02:54:10 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=734</guid>
		<description><![CDATA[Developing for any Web Application can be helped by developing in the same environment as the deployment.  For me this means that running Ubuntu Desktop and deploying onto Ubuntu Server is a no brainer.  Most Ruby on Rails developers you&#8217;ll find today use a Mac and Textmate.  I learnt Ruby on Rails in the same [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/06/developing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
