<?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 for hotgazpacho</title>
	<atom:link href="http://hotgazpacho.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hotgazpacho.org</link>
	<description>Embrace! Embrace! You hippie coder! Get off my dynamic lawn!</description>
	<lastBuildDate>Thu, 24 Jun 2010 19:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Using Factory Girl from C# with IronRuby for building .NET objects by John Teague</title>
		<link>http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/comment-page-1/#comment-628</link>
		<dc:creator>John Teague</dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/#comment-628</guid>
		<description>You can do the same thing, though it is not built into the framework and there is more ceremony involved (it&#039;s still C#).  I create static builders based upon nbuilder.

public static class CustomerBuilder
    {
        public static ISingleObjectBuilder New()
        {
            return Builder.CreateNew()
                .With(x =&gt; x.CustomerName = &quot;Customer &quot; + GetRandom.NumericString(5))
                .With(x =&gt; x.Status = CustomerStatus.Active);
        }
    }

then you do:
var c = CustomerBulder.New().Build();</description>
		<content:encoded><![CDATA[<p>You can do the same thing, though it is not built into the framework and there is more ceremony involved (it&#8217;s still C#).  I create static builders based upon nbuilder.</p>
<p>public static class CustomerBuilder<br />
    {<br />
        public static ISingleObjectBuilder New()<br />
        {<br />
            return Builder.CreateNew()<br />
                .With(x => x.CustomerName = &#8220;Customer &#8221; + GetRandom.NumericString(5))<br />
                .With(x => x.Status = CustomerStatus.Active);<br />
        }<br />
    }</p>
<p>then you do:<br />
var c = CustomerBulder.New().Build();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Factory Girl from C# with IronRuby for building .NET objects by Will</title>
		<link>http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/comment-page-1/#comment-620</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 19 Jun 2010 00:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/#comment-620</guid>
		<description>Thanks! You&#039;re not the only one to suggest NBuilder. I find it practical for my day-to-day use, but I really like the power of Factory Girl (which I don&#039;t really delve into at all with this example) to define named prototypes/templates. I&#039;m not certain this could be accomplished in C# directly.</description>
		<content:encoded><![CDATA[<p>Thanks! You&#8217;re not the only one to suggest NBuilder. I find it practical for my day-to-day use, but I really like the power of Factory Girl (which I don&#8217;t really delve into at all with this example) to define named prototypes/templates. I&#8217;m not certain this could be accomplished in C# directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Factory Girl from C# with IronRuby for building .NET objects by John Teague</title>
		<link>http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/comment-page-1/#comment-613</link>
		<dc:creator>John Teague</dc:creator>
		<pubDate>Thu, 10 Jun 2010 16:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2010/06/using-factory-girl-from-c-with-ironruby-for-building-net-objects/#comment-613</guid>
		<description>interesting, I&#039;ve been incorporating IR in my c# project recently too (no blog posts yet).

You might try nbuilder http://nbuilder.org/  We use this very effectively to build test objects.</description>
		<content:encoded><![CDATA[<p>interesting, I&#8217;ve been incorporating IR in my c# project recently too (no blog posts yet).</p>
<p>You might try nbuilder <a href="http://nbuilder.org/" rel="nofollow">http://nbuilder.org/</a>  We use this very effectively to build test objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Patch to Ruby Gems for IronRuby support is in 1.3.7! by Will</title>
		<link>http://hotgazpacho.org/2010/05/my-patch-to-ruby-gems-for-ironruby-support-is-in-1-3-7/comment-page-1/#comment-608</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 24 May 2010 00:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/?p=101#comment-608</guid>
		<description>As a matter of fact, yes! See my blog post, &lt;a href=&quot;http://hotgazpacho.org/2010/05/ironruby-gem-update-system/&quot; rel=&quot;nofollow&quot;&gt;IronRuby: &#039;gem update --system`&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>As a matter of fact, yes! See my blog post, <a href="http://hotgazpacho.org/2010/05/ironruby-gem-update-system/" rel="nofollow">IronRuby: &#8216;gem update &#8211;system`</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Patch to Ruby Gems for IronRuby support is in 1.3.7! by Aslak Hellesøy</title>
		<link>http://hotgazpacho.org/2010/05/my-patch-to-ruby-gems-for-ironruby-support-is-in-1-3-7/comment-page-1/#comment-607</link>
		<dc:creator>Aslak Hellesøy</dc:creator>
		<pubDate>Wed, 19 May 2010 23:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/?p=101#comment-607</guid>
		<description>That&#039;s awesome, but when I try to update rubygems I get this:

$ gem up --system --backtrace
Updating RubyGems
Updating rubygems-update
ERROR:  While executing gem ... (ArgumentError)
    Invalid path
	mscorlib:0:in `GetDirectoryName&#039;
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:237:in `fu_mkdir&#039;
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:215:in `mkdir_p&#039;
	mscorlib:0:in `reverse_each&#039;
	mscorlib:0:in `CallSite.Target&#039;
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:201:in `mkdir_p&#039;
	mscorlib:0:in `each&#039;
	mscorlib:0:in `CallSite.Target&#039;
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:195:in `mkdir_p&#039;
	mscorlib:0:in `CallSite.Target&#039;
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/installer.rb:521:in `extract_files&#039;
	mscorlib:0:in `each&#039;
	mscorlib:0:in `CallSite.Target&#039;
	mscorlib:0:in `each&#039;
	mscorlib:0:in `CallSite.Target&#039;
	mscorlib:0:in `each&#039;
	mscorlib:0:in `CallSite.Target&#039;

I&#039;m on Snow Leopard, running IronRuby 1.0 on Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009)

Any ideas? I&#039;m trying to package gherkin gems for ironruby.....</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome, but when I try to update rubygems I get this:</p>
<p>$ gem up &#8211;system &#8211;backtrace<br />
Updating RubyGems<br />
Updating rubygems-update<br />
ERROR:  While executing gem &#8230; (ArgumentError)<br />
    Invalid path<br />
	mscorlib:0:in `GetDirectoryName&#8217;<br />
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:237:in `fu_mkdir&#8217;<br />
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:215:in `mkdir_p&#8217;<br />
	mscorlib:0:in `reverse_each&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;<br />
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:201:in `mkdir_p&#8217;<br />
	mscorlib:0:in `each&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;<br />
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:195:in `mkdir_p&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;<br />
	/Users/aslakhellesoy/Downloads/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/installer.rb:521:in `extract_files&#8217;<br />
	mscorlib:0:in `each&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;<br />
	mscorlib:0:in `each&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;<br />
	mscorlib:0:in `each&#8217;<br />
	mscorlib:0:in `CallSite.Target&#8217;</p>
<p>I&#8217;m on Snow Leopard, running IronRuby 1.0 on Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009)</p>
<p>Any ideas? I&#8217;m trying to package gherkin gems for ironruby&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Integration: Executing Remote Tasks with TeamCity, MSBuild, RemCom, and ExecParse by Paulo Santos</title>
		<link>http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/comment-page-1/#comment-605</link>
		<dc:creator>Paulo Santos</dc:creator>
		<pubDate>Mon, 17 May 2010 16:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/#comment-605</guid>
		<description>Hi, 
This solution is working for us with agents running Windows XP, but we just installed a teamcity agent on windows 7 and it seems Remcom doesn&#039;t work there.
Somehow the executable on the remote machine doesn&#039;t run successfully and Remcom doesn&#039;t report any error on the agent machine...
I&#039;m still testing the problem but I believe it may be related with security problems at windows 7.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This solution is working for us with agents running Windows XP, but we just installed a teamcity agent on windows 7 and it seems Remcom doesn&#8217;t work there.<br />
Somehow the executable on the remote machine doesn&#8217;t run successfully and Remcom doesn&#8217;t report any error on the agent machine&#8230;<br />
I&#8217;m still testing the problem but I believe it may be related with security problems at windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Integration: Executing Remote Tasks with TeamCity, MSBuild, RemCom, and ExecParse by Will</title>
		<link>http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/comment-page-1/#comment-586</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 25 Mar 2010 02:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/#comment-586</guid>
		<description>Well, the service that RemCom starts will need to run as System, but the commands you want to execute should be run as the user you pass in via the /user parameter. See remcom /? for more info.</description>
		<content:encoded><![CDATA[<p>Well, the service that RemCom starts will need to run as System, but the commands you want to execute should be run as the user you pass in via the /user parameter. See remcom /? for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Integration: Executing Remote Tasks with TeamCity, MSBuild, RemCom, and ExecParse by Joel</title>
		<link>http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/comment-page-1/#comment-541</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 17 Mar 2010 19:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/10/continuous-integration-executing-remote-tasks-with-teamcity-msbuild-remcom-and-execparse/#comment-541</guid>
		<description>After reading your blog post I switched from PSExec to RemCom and while it works consistently, what I find is that process on the remote machine isn&#039;t run under the account I used to connect to it with. Rather, it&#039;s always run under the system account. 

Any thoughts? Is this the behavior you saw as well?</description>
		<content:encoded><![CDATA[<p>After reading your blog post I switched from PSExec to RemCom and while it works consistently, what I find is that process on the remote machine isn&#8217;t run under the account I used to connect to it with. Rather, it&#8217;s always run under the system account. </p>
<p>Any thoughts? Is this the behavior you saw as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 2.3.0 + IIS7 + FastCGI = Rails on Windows FTW! by Will</title>
		<link>http://hotgazpacho.org/2009/02/rails-230-iis7-fastcgi-rails-on-windows-ftw/comment-page-1/#comment-323</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/02/rails-230-iis7-fastcgi-rails-on-windows-ftw/#comment-323</guid>
		<description>These instructions are over a year old. At this point, if you want to run Ruby on Rails under IIS, I would suggest going with &lt;a href=&quot;http://www.ironruby.net/Documentation/Rails&quot; rel=&quot;nofollow&quot;&gt;Rails on IronRuby&lt;/a&gt; and &lt;a href=&quot;http://github.com/ironruby/ironruby/tree/master/Merlin/Main/Hosts/IronRuby.Rack#readme&quot; rel=&quot;nofollow&quot;&gt;IronRuby.rack&lt;/a&gt; to run it under IIS.</description>
		<content:encoded><![CDATA[<p>These instructions are over a year old. At this point, if you want to run Ruby on Rails under IIS, I would suggest going with <a href="http://www.ironruby.net/Documentation/Rails" rel="nofollow">Rails on IronRuby</a> and <a href="http://github.com/ironruby/ironruby/tree/master/Merlin/Main/Hosts/IronRuby.Rack#readme" rel="nofollow">IronRuby.rack</a> to run it under IIS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 2.3.0 + IIS7 + FastCGI = Rails on Windows FTW! by ahmed</title>
		<link>http://hotgazpacho.org/2009/02/rails-230-iis7-fastcgi-rails-on-windows-ftw/comment-page-1/#comment-322</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://hotgazpacho.org/2009/02/rails-230-iis7-fastcgi-rails-on-windows-ftw/#comment-322</guid>
		<description>Thanks for your great article. 
A porblem is that I can&#039;t see the body of your config file in part 10 – web.config and the only thing is viewable is the firts line. Please also tell where this config file should be placed. 
Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for your great article.<br />
A porblem is that I can&#8217;t see the body of your config file in part 10 – web.config and the only thing is viewable is the firts line. Please also tell where this config file should be placed.<br />
Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
