<?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/category/ruby-on-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>Released my first RubyGem &#8216;BabyNames&#8217;</title>
		<link>http://www.wetware.co.nz/2011/06/released-my-first-rubygem-babynames/</link>
		<comments>http://www.wetware.co.nz/2011/06/released-my-first-rubygem-babynames/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 02:28:38 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[babynames]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=900</guid>
		<description><![CDATA[I often find myself always writing seed data and repeating myself.  Trying to make it as &#8216;real&#8217; as possible instead of just &#8220;test1&#8243;, &#8220;test2&#8243;, &#8220;test3&#8243; etc. So here is a gem that will simplify all of that! See babynames on github for more details or find it on rubygems.org require &#8216;rubygems&#8217; require &#8216;babynames&#8217; person = [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2011/06/released-my-first-rubygem-babynames/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error with passenger-install-nginx-module &#8211; Could not find RubyGem passenger (&gt;= 0) (Gem::LoadError)</title>
		<link>http://www.wetware.co.nz/2011/03/error-with-passenger-install-nginx-module-could-not-find-rubygem-passenger-0-gemloaderror/</link>
		<comments>http://www.wetware.co.nz/2011/03/error-with-passenger-install-nginx-module-could-not-find-rubygem-passenger-0-gemloaderror/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 00:53:43 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[phusion passenger]]></category>
		<category><![CDATA[ruby 1.9.2]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=871</guid>
		<description><![CDATA[If you are troubled with passenger-install-nginx-module /home/web90seconds/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error&#8217;: Could not find RubyGem passenger (&#62;= 0) (Gem::LoadError) Then try sudo env GEM_HOME=$GEM_HOME /home/me/.rvm/gems/ruby-1.9.2-p180/bin/passenger-install-nginx-module Obviously change the location of your passenger-install-nginx-module binary.]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2011/03/error-with-passenger-install-nginx-module-could-not-find-rubygem-passenger-0-gemloaderror/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gem Install Error &#8211; no such file to load &#8212; zlib</title>
		<link>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/</link>
		<comments>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 00:41:53 +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=866</guid>
		<description><![CDATA[If you are troubled with the below gem install ERROR: Loading command: install (LoadError) no such file to load &#8212; zlib ERROR: While executing gem &#8230; (NameError) uninitialized constant Gem::Commands::InstallCommand Then you have installed ruby without the nessacary libraries available. Remove the ruby install (hopefully just rvm remove 1.9.2) Then install zlib1g-dev libssl-dev libreadline5-dev as [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2011/03/gem-install-error-no-such-file-to-load-zlib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails or Ruby Memcached Gem on Ubuntu and Linux</title>
		<link>http://www.wetware.co.nz/2010/10/rails-or-ruby-memcached-gem-on-ubuntu-and-linux/</link>
		<comments>http://www.wetware.co.nz/2010/10/rails-or-ruby-memcached-gem-on-ubuntu-and-linux/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 21:26:40 +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[Ruby]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=826</guid>
		<description><![CDATA[Get the following error when trying to install memcached ruby gem on your Ubuntu or Linux box? rlibmemcached_wrap.c: In function ‘_wrap_memcached_get_sasl_callbacks’: rlibmemcached_wrap.c:12413: error: ‘sasl_callback_t’ undeclared (first use in this function) rlibmemcached_wrap.c:12413: error: ‘result’ undeclared (first use in this function) rlibmemcached_wrap.c:12424: error: expected expression before ‘)’ token rlibmemcached_wrap.c: In function ‘Init_rlibmemcached’: rlibmemcached_wrap.c:13694: error: ‘SASL_OK’ undeclared (first [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/10/rails-or-ruby-memcached-gem-on-ubuntu-and-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To &#8211; Persist Rails or IRB Console Command History After Exit</title>
		<link>http://www.wetware.co.nz/2010/09/how-to-persist-rails-or-irb-console-command-history-after-exit/</link>
		<comments>http://www.wetware.co.nz/2010/09/how-to-persist-rails-or-irb-console-command-history-after-exit/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 23:46:41 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[irb]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=814</guid>
		<description><![CDATA[Sick of not having Ubuntu rails or irb terminal not saving your command history after exiting the console?  Try this little trick to fix it up! Append into your ~/.irbrc the following require &#8216;irb/ext/save-history&#8217; IRB.conf[:SAVE_HISTORY] = 200 IRB.conf[:HISTORY_FILE] = &#8220;#{ENV['HOME']}/.irb-history&#8221; require &#8216;irb/ext/save-history&#8217;IRB.conf[:SAVE_HISTORY] = 200IRB.conf[:HISTORY_FILE] = &#8220;#{ENV['HOME']}/.irb-history&#8221; You will notice the extra bit at the top [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/09/how-to-persist-rails-or-irb-console-command-history-after-exit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

