<?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>TechnoHippy &#187; RoR</title>
	<atom:link href="http://www.technohippy.geek.nz/tag/ror/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technohippy.geek.nz</link>
	<description>&#60;a href=&#34;/me&#34;&#62;What is a TechnoHippy?&#60;/a&#62;</description>
	<lastBuildDate>Thu, 19 Aug 2010 01:43:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>multi-language text field</title>
		<link>http://www.technohippy.geek.nz/2009/11/multi-language-text-field/</link>
		<comments>http://www.technohippy.geek.nz/2009/11/multi-language-text-field/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:34:39 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[Linkage]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/?p=557</guid>
		<description><![CDATA[Today I asked in #rubyonrails: How can I have a model with a text field and have that text field in multiple languages? Epic thanks to Radar for the answer: http://frozenplague.net/2009/11/scoping-by-locales/]]></description>
			<content:encoded><![CDATA[<p>Today I asked in #rubyonrails: How can I have a model with a text field and have that text field in multiple languages?</p>
<p>Epic thanks to Radar for the answer:</p>
<p><a href="http://frozenplague.net/2009/11/scoping-by-locales/" target="_blank">http://frozenplague.net/2009/11/scoping-by-locales/</a></p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=557" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2009/11/multi-language-text-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slices anyone?</title>
		<link>http://www.technohippy.geek.nz/2009/09/slices-anyone/</link>
		<comments>http://www.technohippy.geek.nz/2009/09/slices-anyone/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 18:20:30 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[RoR]]></category>
		<category><![CDATA[SliceHost]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/?p=547</guid>
		<description><![CDATA[I know I always promise to do update posts, but this isn&#8217;t one of those. Just over the last few days, I have been setting up a new server. Over on SliceHost. Yeah. I have found many issues running my Ruby on Rails apps over on DreamHost (like the fact that DreamHost won&#8217;t give you [...]]]></description>
			<content:encoded><![CDATA[<p>I know I always promise to do update posts, but this isn&#8217;t one of those.</p>
<p>Just over the last few days, I have been setting up a new server. Over on SliceHost. Yeah. I have found many issues running my Ruby on Rails apps over on DreamHost (like the fact that DreamHost won&#8217;t give you enough memory to run more than one).</p>
<p>So I have now moved WebToday across, which is good. Getting the emails working correctly was a whole nother kettle of fish though! At least now I have found out how to create a mailbox that forwards straight on (so it can be used for sending mail, but all received mail goes elsewhere).</p>
<p>There are a couple of things I have noticed about SliceHost which I really like &#8211; 24/7 live chat with them, articles on how to do the basics (setup a mail server, for example) and the ability to clone a slice. This means that when the number of emails and websites gets too much, I can clone the slice, remove the web role from one and the mail role from the other (and same thing for the database).</p>
<p>Anyway, enough love story for now, back to moving domains across&#8230;</p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=547" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2009/09/slices-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why</title>
		<link>http://www.technohippy.geek.nz/2009/01/why/</link>
		<comments>http://www.technohippy.geek.nz/2009/01/why/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 08:58:59 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/2009/01/why/</guid>
		<description><![CDATA[Why does RoR not support multi-table inheritance? Theres no way at all (apart from an obscure plugin that noone knows how to use) to get it working without writing SQL views and such, which just gets messy. It should not be so hard!]]></description>
			<content:encoded><![CDATA[<p>Why does RoR not support multi-table inheritance? Theres no way at all (apart from an obscure plugin that noone knows how to use) to get it working without writing SQL views and such, which just gets messy.</p>
<p><img src="http://nate.walkerfamily.net.nz/wp-content/uploads/2009/01/meep.png" alt="inheritance" title="inheritance" width="541" height="155" /></p>
<p>It should not be so hard!</p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=444" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2009/01/why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lets See&#8230;</title>
		<link>http://www.technohippy.geek.nz/2009/01/lets-see/</link>
		<comments>http://www.technohippy.geek.nz/2009/01/lets-see/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:28:34 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/?p=370</guid>
		<description><![CDATA[Currently working on a project that I really dont want to be doing any more on now&#8230; So, from Procrastinators-r-us: user = User.new(:username => &#8220;Frankie&#8221;, :password => &#8220;Fishy&#8221;, :password_confirmation => &#8220;Fishy&#8221;, :email => &#8220;frankie@fishlovers.com&#8221;, :first_name => &#8220;Frank&#8221;, :last_name => &#8220;EnStein&#8221;)]]></description>
			<content:encoded><![CDATA[<p>Currently working on a project that I really dont want to be doing any more on now&#8230;<br />
So, from Procrastinators-r-us:<br />
user = User.new(:username => &#8220;Frankie&#8221;, :password => &#8220;Fishy&#8221;, :password_confirmation => &#8220;Fishy&#8221;, :email => &#8220;frankie@fishlovers.com&#8221;, :first_name => &#8220;Frank&#8221;, :last_name => &#8220;EnStein&#8221;)</p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=370" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2009/01/lets-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RoR &#8211; Reloading Classes</title>
		<link>http://www.technohippy.geek.nz/2009/01/ror-reloading-classes/</link>
		<comments>http://www.technohippy.geek.nz/2009/01/ror-reloading-classes/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 00:17:03 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/2009/01/ror-reloading-classes/</guid>
		<description><![CDATA[For future reference&#8230; With the later version of Rails, you can reload your models and controllers with the following command. Be sure to recreate any instances of your models as they will still be using the old class reload!]]></description>
			<content:encoded><![CDATA[<p>For future reference&#8230;</p>
<p>With the later version of Rails, you can reload your models and controllers with the following command. Be sure to recreate any instances of your models as they will still be using the old class</p>
<p>reload!</p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=369" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2009/01/ror-reloading-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RoR</title>
		<link>http://www.technohippy.geek.nz/2008/08/ror/</link>
		<comments>http://www.technohippy.geek.nz/2008/08/ror/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 00:27:07 +0000</pubDate>
		<dc:creator>kiwinewt</dc:creator>
				<category><![CDATA[RoR]]></category>

		<guid isPermaLink="false">http://nate.walkerfamily.net.nz/?p=217</guid>
		<description><![CDATA[As many will know, I have started on my final project for my BICT &#8211; Working in Ruby on Rails. Its Fun (Yes, with a Capital F) Its interesting It is easy to transition to The only problem Im having is working out where to put stuff, and how to integrate the AJAX side of [...]]]></description>
			<content:encoded><![CDATA[<p>As many will know, I have started on my final project for my BICT &#8211; Working in Ruby on Rails.</p>
<p>Its Fun (Yes, with a Capital F)</p>
<p>Its interesting</p>
<p>It is easy to transition to</p>
<p>The only problem Im having is working out where to put stuff, and how to integrate the AJAX side of it&#8230; :S</p>
<p>In other news, I have also got a Java app on the side, for which I have been supplied an EEEPC for the platform. I have to say&#8230; OMFG ITS TINY. Will post a photo of it next to my current laptop tonight</p>
 <img src="http://www.technohippy.geek.nz/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=217" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.technohippy.geek.nz/2008/08/ror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
