<?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; Rails</title>
	<atom:link href="http://www.wetware.co.nz/tag/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +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>uninitialized constant Encoding</title>
		<link>http://www.wetware.co.nz/2010/05/uninitialized-constant-encoding/</link>
		<comments>http://www.wetware.co.nz/2010/05/uninitialized-constant-encoding/#comments</comments>
		<pubDate>Fri, 07 May 2010 04:43:57 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[sqlite3-ruby]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=706</guid>
		<description><![CDATA[Problem with Rails sqlite3? uninitialized constant Encoding Couldn&#8217;t create database for {&#8220;timeout&#8221;=&#62;5000, &#8220;adapter&#8221;=&#62;&#8221;sqlite3&#8243;, &#8220;database&#8221;=&#62;&#8221;db/test.sqlite3&#8243;, &#8220;pool&#8221;=&#62;5} If you installed the gem &#8216;sqlite3&#8242; then sudo gem uninstall sqlite3 sudo gem install sqlite3-ruby Fixed!]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/05/uninitialized-constant-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>glTail &#8211; Visual Log Analyzer</title>
		<link>http://www.wetware.co.nz/2009/09/gltail-visual-log-analyzer/</link>
		<comments>http://www.wetware.co.nz/2009/09/gltail-visual-log-analyzer/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 00:45:35 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[log file]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=484</guid>
		<description><![CDATA[glTail is another visual log viewer.  It can in real time (like logstalgia) show you traffic to your site.  glTail does a lot more analytical work before showing you the motion. glTail will show you and track things like Requests per minute from ips HTTP response codes per minute (how many 404&#8242;s) How many hits [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/gltail-visual-log-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Filters Order</title>
		<link>http://www.wetware.co.nz/2009/09/rails-filters-order/</link>
		<comments>http://www.wetware.co.nz/2009/09/rails-filters-order/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 00:23:06 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DRY]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=518</guid>
		<description><![CDATA[Rails has some nice filters for DRYing up repeated actions like creating a activation_code on signup, or an unsubscribe_code, reset code. before_validation_on_update before_validation_on_create validate validate_on_update validate_on_create after_validation after_validation_on_update after_validation_on_create before_save before_update before_create after_update after_create after_save There are many different times when you will want to use these and knowing the order will help a lot [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/rails-filters-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Xapian on Mac &#8211; Text Search in real time</title>
		<link>http://www.wetware.co.nz/2009/09/install-xapian-on-mac-text-search-in-real-time/</link>
		<comments>http://www.wetware.co.nz/2009/09/install-xapian-on-mac-text-search-in-real-time/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 07:20:41 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Xapian]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=420</guid>
		<description><![CDATA[I installed xapian today on a Mac 10.5.7 and it worked seamlessly, so I&#8217;m just passing on the goodies that are xapian.  Generally you won&#8217;t need to install xapian on a Mac unless it is Dev work. http://wiki.github.com/robertbrook/kb/xapian-install-on-mac-osx curl -O http://oligarchy.co.uk/xapian/1.0.7/xapian-core-1.0.7.tar.gz curl -O http://oligarchy.co.uk/xapian/1.0.7/xapian-bindings-1.0.7.tar.gz tar xvzf xapian-core-1.0.7.tar.gz tar xvzf xapian-bindings-1.0.7.tar.gz cd xapian-core-1.0.7 ./configure make sudo [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/09/install-xapian-on-mac-text-search-in-real-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Setup &#8211; Jaunty 9.04 &#8211; Postgres &#8211; RMagick &#8211; Xapian &#8211; Hpricot &#8211; Git</title>
		<link>http://www.wetware.co.nz/2009/07/rails-setup-jaunty-9-04-postgres-rmagick-xapian-hpricot-git/</link>
		<comments>http://www.wetware.co.nz/2009/07/rails-setup-jaunty-9-04-postgres-rmagick-xapian-hpricot-git/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:21:16 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Hpricot]]></category>
		<category><![CDATA[Jaunty 9.04]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RMagick]]></category>
		<category><![CDATA[Xapian]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=443</guid>
		<description><![CDATA[Just installed Ubuntu Jaunty 9.04 onto my laptop and wanted to note down all the installed packages I ended up using. I haven&#8217;t tested this on a clean install, but should all flow nicely. Hopefully will help me next time I fresh install. Will get you setup with rails and some useful libs and plugins. [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/07/rails-setup-jaunty-9-04-postgres-rmagick-xapian-hpricot-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

