<?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"
	>
<channel>
	<title>Comments on: GuessMethod 0.0.2</title>
	<atom:link href="http://ruby.tie-rack.org/9/guessmethod-002/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruby.tie-rack.org/9/guessmethod-002/</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Wed, 20 Aug 2008 18:41:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Back From RailsConf Europe &#187; Viget&#8217;s Four Labs</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-63</link>
		<dc:creator>Back From RailsConf Europe &#187; Viget&#8217;s Four Labs</dc:creator>
		<pubDate>Sun, 23 Sep 2007 03:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-63</guid>
		<description>[...] techniques in Ruby and demo&#8217;ed his Magic Model Generator plugin as well as some controversial uses of [...]</description>
		<content:encoded><![CDATA[<p>[...] techniques in Ruby and demo&#8217;ed his Magic Model Generator plugin as well as some controversial uses of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-07-30 &#171; membo</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-31</link>
		<dc:creator>links for 2007-07-30 &#171; membo</dc:creator>
		<pubDate>Mon, 30 Jul 2007 08:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-31</guid>
		<description>[...] Ruby, a message to you » GuessMethod 0.0.2 (tags: ruby rails) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby, a message to you » GuessMethod 0.0.2 (tags: ruby rails) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-26</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Tue, 24 Jul 2007 07:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-26</guid>
		<description>Well… what should I say… me stupid :D  Thanks for the help!

It works now.  Although there seems to be some interference with Hobo (if I start the console of a Hobo project).  I get invinite

no constant in threshold: for Rails, sending to Object's const_missing

messages on startup.  No time to figure out what that is atm… I'll dive into it ASAP.</description>
		<content:encoded><![CDATA[<p>Well… what should I say… me stupid :D  Thanks for the help!</p>
<p>It works now.  Although there seems to be some interference with Hobo (if I start the console of a Hobo project).  I get invinite</p>
<p>no constant in threshold: for Rails, sending to Object&#8217;s const_missing</p>
<p>messages on startup.  No time to figure out what that is atm… I&#8217;ll dive into it ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-25</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 23 Jul 2007 20:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-25</guid>
		<description>@niko - ah, sorry; I have &lt;code&gt;require 'rubygems'&lt;/code&gt; in my .irbrc file, so I forget that it is a dependent step.</description>
		<content:encoded><![CDATA[<p>@niko - ah, sorry; I have <code>require 'rubygems'</code> in my .irbrc file, so I forget that it is a dependent step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shea</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-24</link>
		<dc:creator>Chris Shea</dc:creator>
		<pubDate>Mon, 23 Jul 2007 20:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-24</guid>
		<description>Niko: You'll need to have &lt;code&gt;require 'rubygems'&lt;/code&gt; in your irbrc before &lt;code&gt;require 'guessmethod'&lt;/code&gt;. Give that a shot.</description>
		<content:encoded><![CDATA[<p>Niko: You&#8217;ll need to have <code>require 'rubygems'</code> in your irbrc before <code>require 'guessmethod'</code>. Give that a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-23</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 23 Jul 2007 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-23</guid>
		<description>@chris - bug report here - http://drnicwilliams.com/2007/07/23/magic-wiggly-lines-guessmethod-by-chris-shea/#comment-38859

It won't surprise me if there are lots of "gotchas" with integrating this into different parts of Rails. E.g. ActiveRecord dynamic loading of classes. So much fun to be had :)</description>
		<content:encoded><![CDATA[<p>@chris - bug report here - <a href="http://drnicwilliams.com/2007/07/23/magic-wiggly-lines-guessmethod-by-chris-shea/#comment-38859" rel="nofollow">http://drnicwilliams.com/2007/07/23/magic-wiggly-lines-guessmethod-by-chris-shea/#comment-38859</a></p>
<p>It won&#8217;t surprise me if there are lots of &#8220;gotchas&#8221; with integrating this into different parts of Rails. E.g. ActiveRecord dynamic loading of classes. So much fun to be had :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-22</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Mon, 23 Jul 2007 19:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-22</guid>
		<description>It's ruby 1.8.6 (locomotive on mac), irb 0.9.5, all gems up to date. My irb.rc:

puts "this"
require 'guessmethod'
puts "that"
...

"this" gets putsed, "that" doesn't.  If I delete the require everything's ok.  Thanks for the help.</description>
		<content:encoded><![CDATA[<p>It&#8217;s ruby 1.8.6 (locomotive on mac), irb 0.9.5, all gems up to date. My irb.rc:</p>
<p>puts &#8220;this&#8221;<br />
require &#8216;guessmethod&#8217;<br />
puts &#8220;that&#8221;<br />
&#8230;</p>
<p>&#8220;this&#8221; gets putsed, &#8220;that&#8221; doesn&#8217;t.  If I delete the require everything&#8217;s ok.  Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shea</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-20</link>
		<dc:creator>Chris Shea</dc:creator>
		<pubDate>Mon, 23 Jul 2007 15:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-20</guid>
		<description>Dr Nic: Thanks very much. I was a little wary of automatically including GuessMethod into Object, but I couldn't imagine doing anything less now. Look for 0.0.4, due out today. (edit: out NOW!)

Niko: can you email me your irbrc and tell me more about your environment?</description>
		<content:encoded><![CDATA[<p>Dr Nic: Thanks very much. I was a little wary of automatically including GuessMethod into Object, but I couldn&#8217;t imagine doing anything less now. Look for 0.0.4, due out today. (edit: out NOW!)</p>
<p>Niko: can you email me your irbrc and tell me more about your environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-19</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Mon, 23 Jul 2007 09:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-19</guid>
		<description>I've tried to put "require 'guessmethod'" into my .irbrc but now it silently stops execution.  The require itself and anything after don't get executed.  It works pasting it into the console itself.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to put &#8220;require &#8216;guessmethod&#8217;&#8221; into my .irbrc but now it silently stops execution.  The require itself and anything after don&#8217;t get executed.  It works pasting it into the console itself.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://ruby.tie-rack.org/9/guessmethod-002/#comment-18</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 23 Jul 2007 07:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/9/guessmethod-002/#comment-18</guid>
		<description>Oh well, no luck figuring out how to format stuff :)</description>
		<content:encoded><![CDATA[<p>Oh well, no luck figuring out how to format stuff :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
