<?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 for Robin Spainhour</title>
	<atom:link href="http://www.robinspainhour.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinspainhour.com</link>
	<description>Mostly on software development</description>
	<pubDate>Sun, 05 Sep 2010 21:48:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Git your configs backed up by robin</title>
		<link>http://www.robinspainhour.com/2009/08/git-your-configs-backed-up/#comment-3334</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=211#comment-3334</guid>
		<description>No, I haven't considered using Mercurial. The choice of git was the most convenient for me as I use it daily. 

When developing, I like the how easy it is to change the history when using git. But those features have no bearing in this context. I'm sure Mercurial would do equally well.</description>
		<content:encoded><![CDATA[<p>No, I haven&#8217;t considered using Mercurial. The choice of git was the most convenient for me as I use it daily. </p>
<p>When developing, I like the how easy it is to change the history when using git. But those features have no bearing in this context. I&#8217;m sure Mercurial would do equally well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git your configs backed up by Björn Wennerström</title>
		<link>http://www.robinspainhour.com/2009/08/git-your-configs-backed-up/#comment-3269</link>
		<dc:creator>Björn Wennerström</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=211#comment-3269</guid>
		<description>Did you consider using Mercurial? If so, may I ask why you chose git?</description>
		<content:encoded><![CDATA[<p>Did you consider using Mercurial? If so, may I ask why you chose git?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium on Rails DSL by Duncan Bayne</title>
		<link>http://www.robinspainhour.com/2009/01/selenium-on-rails-dsl/#comment-1784</link>
		<dc:creator>Duncan Bayne</dc:creator>
		<pubDate>Fri, 17 Apr 2009 01:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=163#comment-1784</guid>
		<description>Thanks for the suggestion - unfortunately this didn't work for me (Rails 2.2.2, Ruby 1.8.7, S-o-R stable as at 16/04/2009, Ubuntu 8.10 on Mac Pro) without one tweak.  I ended up having to explicitly extend the Evaluator class:

class SeleniumOnRails::RSelenese::Evaluator
  class_eval do
    include Selenium::DSL
  end
end</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion - unfortunately this didn&#8217;t work for me (Rails 2.2.2, Ruby 1.8.7, S-o-R stable as at 16/04/2009, Ubuntu 8.10 on Mac Pro) without one tweak.  I ended up having to explicitly extend the Evaluator class:</p>
<p>class SeleniumOnRails::RSelenese::Evaluator<br />
  class_eval do<br />
    include Selenium::DSL<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActiveRecord with forms but without a table by robin</title>
		<link>http://www.robinspainhour.com/2008/11/using-activerecord-with-forms-but-without-a-table/#comment-1535</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=21#comment-1535</guid>
		<description>&lt;a href="#comment-1430" rel="nofollow"&gt;@Shak&lt;/a&gt; 
To be honest, a columnless model never struck my mind but I'm sure there are valid cases for this. 

If you haven't already, feel free to fork the git repo and implement this feature.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1430" rel="nofollow">@Shak</a><br />
To be honest, a columnless model never struck my mind but I&#8217;m sure there are valid cases for this. </p>
<p>If you haven&#8217;t already, feel free to fork the git repo and implement this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActiveRecord with forms but without a table by Shak</title>
		<link>http://www.robinspainhour.com/2008/11/using-activerecord-with-forms-but-without-a-table/#comment-1430</link>
		<dc:creator>Shak</dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=21#comment-1430</guid>
		<description>I noticed that the tableless method absolutely requires at least one column to be defined when it's called. This is okay for normal cases but there are times when I wish to declare a model tableless and add columns using the column method.

It's easy enough to omit the check for no columns defined, I was just wondering why it's in there in the first place. Surely the vacuous case of a columnless tableless model should be supported?</description>
		<content:encoded><![CDATA[<p>I noticed that the tableless method absolutely requires at least one column to be defined when it&#8217;s called. This is okay for normal cases but there are times when I wish to declare a model tableless and add columns using the column method.</p>
<p>It&#8217;s easy enough to omit the check for no columns defined, I was just wondering why it&#8217;s in there in the first place. Surely the vacuous case of a columnless tableless model should be supported?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActiveRecord with forms but without a table by Shak</title>
		<link>http://www.robinspainhour.com/2008/11/using-activerecord-with-forms-but-without-a-table/#comment-624</link>
		<dc:creator>Shak</dc:creator>
		<pubDate>Tue, 24 Feb 2009 11:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=21#comment-624</guid>
		<description>Actually scrap that; it seems that the plugin was installed totally incorrectly. I've got files from other plugins! Looking into it now.</description>
		<content:encoded><![CDATA[<p>Actually scrap that; it seems that the plugin was installed totally incorrectly. I&#8217;ve got files from other plugins! Looking into it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActiveRecord with forms but without a table by Shak</title>
		<link>http://www.robinspainhour.com/2008/11/using-activerecord-with-forms-but-without-a-table/#comment-623</link>
		<dc:creator>Shak</dc:creator>
		<pubDate>Tue, 24 Feb 2009 11:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=21#comment-623</guid>
		<description>My server doesn't start - it's complaining about something called Restflection. I've tried installing a plugin with the same name, but ART seems to look in its lib directory for it.

Any solutions for this? I'm running 2.2.2 btw.</description>
		<content:encoded><![CDATA[<p>My server doesn&#8217;t start - it&#8217;s complaining about something called Restflection. I&#8217;ve tried installing a plugin with the same name, but ART seems to look in its lib directory for it.</p>
<p>Any solutions for this? I&#8217;m running 2.2.2 btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using rspec-rails during gem development by robin</title>
		<link>http://www.robinspainhour.com/2008/12/using-rspec-rails-during-gem-development/#comment-375</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Mon, 09 Feb 2009 19:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=99#comment-375</guid>
		<description>&lt;a href="#comment-372" rel="nofollow"&gt;@Todd Tyree&lt;/a&gt; 
Thanks for pointing this out. 
From your stack trace I see that my rspec and rspec-rails gem versions differ from yours. I was on 1.1.11 and both 'rake spec' and 'spec ./spec' could be used to run the specs. 
When upgrading my rspec and rspec-rails gems to 1.1.12 I get the same stack trace as you do. 

I will look into this and post back when done.

/Robin</description>
		<content:encoded><![CDATA[<p><a href="#comment-372" rel="nofollow">@Todd Tyree</a><br />
Thanks for pointing this out.<br />
From your stack trace I see that my rspec and rspec-rails gem versions differ from yours. I was on 1.1.11 and both &#8216;rake spec&#8217; and &#8217;spec ./spec&#8217; could be used to run the specs.<br />
When upgrading my rspec and rspec-rails gems to 1.1.12 I get the same stack trace as you do. </p>
<p>I will look into this and post back when done.</p>
<p>/Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using rspec-rails during gem development by Todd Tyree</title>
		<link>http://www.robinspainhour.com/2008/12/using-rspec-rails-during-gem-development/#comment-372</link>
		<dc:creator>Todd Tyree</dc:creator>
		<pubDate>Sat, 07 Feb 2009 17:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=99#comment-372</guid>
		<description>Hi Robin,

Just wondering how you're running this? I tried to adapt it to spec my cookieless_sessions gem to no avail, then I cloned yours and tried it with the same results.  Here's a link to a gist with the stack trace:

http://gist.github.com/59937

I get the same dump regardless of whether I run 'rake spec' or run it from the TextMate rspec bundle.</description>
		<content:encoded><![CDATA[<p>Hi Robin,</p>
<p>Just wondering how you&#8217;re running this? I tried to adapt it to spec my cookieless_sessions gem to no avail, then I cloned yours and tried it with the same results.  Here&#8217;s a link to a gist with the stack trace:</p>
<p><a href="http://gist.github.com/59937" rel="nofollow">http://gist.github.com/59937</a></p>
<p>I get the same dump regardless of whether I run &#8216;rake spec&#8217; or run it from the TextMate rspec bundle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActiveRecord with forms but without a table by robin</title>
		<link>http://www.robinspainhour.com/2008/11/using-activerecord-with-forms-but-without-a-table/#comment-338</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Sat, 17 Jan 2009 15:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinspainhour.com/?p=21#comment-338</guid>
		<description>&lt;a href="#comment-313" rel="nofollow"&gt;@Simon&lt;/a&gt; 

Simon,
I'm afraid this is not possible with this plugin. 

I agree that this would be a nice feature to have and I'm surprised I haven't stumbled on this need myself. 
Please keep me posted if you find something with this functionality. I'll update this blog post if I stumble onto something, or find a way to implement it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-313" rel="nofollow">@Simon</a> </p>
<p>Simon,<br />
I&#8217;m afraid this is not possible with this plugin. </p>
<p>I agree that this would be a nice feature to have and I&#8217;m surprised I haven&#8217;t stumbled on this need myself.<br />
Please keep me posted if you find something with this functionality. I&#8217;ll update this blog post if I stumble onto something, or find a way to implement it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
