<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Developing Rails Applications on Mac OS X&#160;Leopard</title>
	<atom:link href="http://hocuspokus.net/2008/03/developing-rails-applications-on-mac-os-x-leopard/feed" rel="self" type="application/rss+xml" />
	<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fdeveloping-rails-applications-on-mac-os-x-leopard&amp;seed_title=Developing+Rails+Applications+on+Mac+OS+X%26%23160%3BLeopard</link>
	<description>the life and times of a code monkey</description>
	<lastBuildDate>Wed, 21 Jul 2010 08:10:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Julia Mason</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fdeveloping-rails-applications-on-mac-os-x-leopard&amp;seed_title=Developing+Rails+Applications+on+Mac+OS+X%26%23160%3BLeopard/comment-page-1#comment-1159</link>
		<dc:creator>Julia Mason</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/03/16/developing-rails-applications-on-mac-os-x-leopard/#comment-1159</guid>
		<description>&lt;p&gt;Internet Explorer 8 is very good because it is as stable as Opera. I hate the previous versions of IE like IE6 because it hangs frequently.            :&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Internet Explorer 8 is very good because it is as stable as Opera. I hate the previous versions of IE like IE6 because it hangs frequently.            :</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Bell</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fdeveloping-rails-applications-on-mac-os-x-leopard&amp;seed_title=Developing+Rails+Applications+on+Mac+OS+X%26%23160%3BLeopard/comment-page-1#comment-895</link>
		<dc:creator>Kelly Bell</dc:creator>
		<pubDate>Sun, 12 Apr 2009 23:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/03/16/developing-rails-applications-on-mac-os-x-leopard/#comment-895</guid>
		<description>&lt;p&gt;I am stuck in the exact same spot, with the exact same error. Please help?&lt;/p&gt;

&lt;p&gt;Thanks,
Kelly&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am stuck in the exact same spot, with the exact same error. Please help?</p>

<p>Thanks,
Kelly</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2008%2F03%2Fdeveloping-rails-applications-on-mac-os-x-leopard&amp;seed_title=Developing+Rails+Applications+on+Mac+OS+X%26%23160%3BLeopard/comment-page-1#comment-481</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 23 Oct 2008 23:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2008/03/16/developing-rails-applications-on-mac-os-x-leopard/#comment-481</guid>
		<description>&lt;p&gt;I&#039;ve hit a wall while running through the tutorial.  While trying to &quot;create two expenses that link the event to each vendor&quot; I in run the command:&lt;/p&gt;

&lt;p&gt;&lt;pre lang=&quot;ruby&quot;&gt;
event.expenses.create(:vendor =&gt; vendor1, :amount =&gt; 75.00)
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;and get this error back:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
NameError: undefined local variable or method &#039;event&#039; for #
    from (irb):1
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;I know very little about Ruby or Rails, so I can&#039;t quite debug this on my own.  If anyone can help or point me to help on this I&#039;d appreciate it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve hit a wall while running through the tutorial.  While trying to &#8220;create two expenses that link the event to each vendor&#8221; I in run the command:</p>

<p>

</p>
<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">event.<span style="color:#9900CC;">expenses</span>.<span style="color:#9900CC;">create</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#ff3333; font-weight:bold;">:vendor</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> vendor1, <span style="color:#ff3333; font-weight:bold;">:amount</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> <span style="color:#006666;">75.00</span><span style="color:#006600; font-weight:bold;">&#41;</span></pre></div></div>




<p>and get this error back:</p>

<p><pre>
NameError: undefined local variable or method 'event' for #
    from (irb):1
</pre></p>

<p>I know very little about Ruby or Rails, so I can&#8217;t quite debug this on my own.  If anyone can help or point me to help on this I&#8217;d appreciate it.</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->