<?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>Netmojo Systems &#187; Ruby on Rails</title>
	<atom:link href="http://www.netmojo.ca/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netmojo.ca</link>
	<description>Apple Certified Mac Consulting</description>
	<lastBuildDate>Fri, 09 Apr 2010 20:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ruby on Rails has_many :through NameError: uninitialized constant</title>
		<link>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/</link>
		<comments>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 00:40:35 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[has_many-:through]]></category>

		<guid isPermaLink="false">http://www.netmojo.ca/blog/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/</guid>
		<description><![CDATA[Are you getting the error message, &#8220;NameError: uninitialized constant&#8221; from Rails?  I was too, and the solution was a simple change to my models.  I have two models with &#8220;has_many :through&#8221;, for my &#8220;events&#8221; and &#8220;people&#8221; tables:

class Event < ActiveRecord::Base
  has_many :memberships
  has_many :people, :through => :memberships
end

And:

class Person < ActiveRecord::Base
  [...]]]></description>
		<wfw:commentRss>http://www.netmojo.ca/2008/03/10/ruby-on-rails-has_many-through-nameerror-uninitialized-constant/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>The MySQL ruby gem on Leopard (client)</title>
		<link>http://www.netmojo.ca/2008/02/08/the-mysql-ruby-gem-on-leopard-client/</link>
		<comments>http://www.netmojo.ca/2008/02/08/the-mysql-ruby-gem-on-leopard-client/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 19:05:06 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac-OS-X]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.netmojo.ca/blog/2008/02/08/the-mysql-ruby-gem-on-leopard-client/</guid>
		<description><![CDATA[ I just started getting back into Ruby on Rails, after a hiatus while I battled with Leopard server.  I discovered that setting up my Rails development environment in Leopard wasn&#8217;t as perfectly straightforward as it was in Tiger.
I installed the binary distribution of MySQL, and proceeded to install the mysql ruby gem to [...]]]></description>
		<wfw:commentRss>http://www.netmojo.ca/2008/02/08/the-mysql-ruby-gem-on-leopard-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Learning Rails? Check out Rails 101</title>
		<link>http://www.netmojo.ca/2007/11/21/ruby-on-rails-101/</link>
		<comments>http://www.netmojo.ca/2007/11/21/ruby-on-rails-101/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 18:21:49 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.netmojo.ca/blog/2007/11/21/ruby-on-rails-101/</guid>
		<description><![CDATA[ Ruby on Rails developer and teacher Peter Marklund, of Stockholm, has published slides from his five day introductory course on Ruby on Rails.  It provides a great summary of many of Rails&#8217; features and benefits, including a summary of Ruby syntax for common tasks.
]]></description>
		<wfw:commentRss>http://www.netmojo.ca/2007/11/21/ruby-on-rails-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Web Development</title>
		<link>http://www.netmojo.ca/2007/05/18/rails/</link>
		<comments>http://www.netmojo.ca/2007/05/18/rails/#comments</comments>
		<pubDate>Fri, 18 May 2007 15:51:38 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Agile-Development]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.netmojo.ca/blog/2007/05/18/rails/</guid>
		<description><![CDATA[Ruby on Rails has been a sensation for web developers on the Internet since its release a few years ago.  Although the hype has somewhat died down, the project continues to thrive and attract an adoring audience.  We at NetMojo are getting into Ruby, and expect to develop some Rails apps this summer.

I [...]]]></description>
		<wfw:commentRss>http://www.netmojo.ca/2007/05/18/rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
