<?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 Marcin Obel&#187; Marcin Obel</title>
	<atom:link href="http://marcinobel.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcinobel.com</link>
	<description>.NET, ASP.NET MVC, jQuery, Ruby, Ruby on Rails, Test Driven Development, Agile</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:49:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fluent NHibernate conventions &#8211; examples by Fairfeeds.com</title>
		<link>http://marcinobel.com/index.php/fluent-nhibernate-conventions-examples/comment-page-1/#comment-486</link>
		<dc:creator>Fairfeeds.com</dc:creator>
		<pubDate>Tue, 27 Jul 2010 05:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=195#comment-486</guid>
		<description>&lt;strong&gt;Fluent NHibernate conventions – examples...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from Fairfeeds.com...</description>
		<content:encoded><![CDATA[<p><strong>Fluent NHibernate conventions – examples&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from Fairfeeds.com&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Agha</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-479</link>
		<dc:creator>Agha</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-479</guid>
		<description>I am having an issue with running Machine Specification tests using Resharper 5.0. The individual tests appear as greyed out in the Reshaper Test Runner and I am also not able to debug them using the Resharper. Although none of the tests is running but I still see the green bar as if all the tests were successfully passed. Any ideas as to how I can get this working?</description>
		<content:encoded><![CDATA[<p>I am having an issue with running Machine Specification tests using Resharper 5.0. The individual tests appear as greyed out in the Reshaper Test Runner and I am also not able to debug them using the Resharper. Although none of the tests is running but I still see the green bar as if all the tests were successfully passed. Any ideas as to how I can get this working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fluent NHibernate conventions II &#8211; example for enumerations by Tweets that mention Fluent NHibernate conventions II – example for enumerations -- Topsy.com</title>
		<link>http://marcinobel.com/index.php/fluent-nhibernate-conventions-ii-enumerations/comment-page-1/#comment-430</link>
		<dc:creator>Tweets that mention Fluent NHibernate conventions II – example for enumerations -- Topsy.com</dc:creator>
		<pubDate>Thu, 20 May 2010 14:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=306#comment-430</guid>
		<description>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: RT @marcinobel: Blogged: Fluent NHibernate conventions II – example for enumerations http://bit.ly/d7MSiB [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: RT @marcinobel: Blogged: Fluent NHibernate conventions II – example for enumerations <a href="http://bit.ly/d7MSiB" rel="nofollow">http://bit.ly/d7MSiB</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [BUG] invalid exec_format &#8220;ir&#8221;, no %s by hotgazpacho &#187; Blog Archive &#187; IronRuby: `gem update &#8211;system`</title>
		<link>http://marcinobel.com/index.php/bug-invalid-exec_format-ir/comment-page-1/#comment-429</link>
		<dc:creator>hotgazpacho &#187; Blog Archive &#187; IronRuby: `gem update &#8211;system`</dc:creator>
		<pubDate>Tue, 18 May 2010 17:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=288#comment-429</guid>
		<description>[...] = &#039;hotgazpacho&#039;;After reading this article on getting around the invalid exec_format “ir”, no %s issue when trying to update RubyGems in [...]</description>
		<content:encoded><![CDATA[<p>[...] = &#39;hotgazpacho&#39;;After reading this article on getting around the invalid exec_format “ir”, no %s issue when trying to update RubyGems in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [BUG] invalid exec_format &#8220;ir&#8221;, no %s by Will Green</title>
		<link>http://marcinobel.com/index.php/bug-invalid-exec_format-ir/comment-page-1/#comment-428</link>
		<dc:creator>Will Green</dc:creator>
		<pubDate>Tue, 18 May 2010 16:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=288#comment-428</guid>
		<description>Perhaps a better solution would be to replace self.default_exec_format with the following:

def self.default_exec_format
    exec_format = ConfigMap[:ruby_install_name].sub(&#039;ir&#039;, &#039;%s&#039;) rescue &#039;%s&#039;

    unless exec_format =~ /%s/ then
      raise Gem::Exception,
        &quot;[BUG] invalid exec_format #{exec_format.inspect}, no %s&quot;
    end

    exec_format
end</description>
		<content:encoded><![CDATA[<p>Perhaps a better solution would be to replace self.default_exec_format with the following:</p>
<p>def self.default_exec_format<br />
    exec_format = ConfigMap[:ruby_install_name].sub(&#8216;ir&#8217;, &#8216;%s&#8217;) rescue &#8216;%s&#8217;</p>
<p>    unless exec_format =~ /%s/ then<br />
      raise Gem::Exception,<br />
        &#8220;[BUG] invalid exec_format #{exec_format.inspect}, no %s&#8221;<br />
    end</p>
<p>    exec_format<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [BUG] invalid exec_format &#8220;ir&#8221;, no %s by Tweets that mention [BUG] invalid exec_format “ir”, no %s -- Topsy.com</title>
		<link>http://marcinobel.com/index.php/bug-invalid-exec_format-ir/comment-page-1/#comment-422</link>
		<dc:creator>Tweets that mention [BUG] invalid exec_format “ir”, no %s -- Topsy.com</dc:creator>
		<pubDate>Tue, 11 May 2010 07:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=288#comment-422</guid>
		<description>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: Haha FAIL: RT @marcinobel: Blogged: [BUG] invalid exec_format “ir”, no %s http://bit.ly/9AtM1D #ruby #ironruby #gems [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: Haha FAIL: RT @marcinobel: Blogged: [BUG] invalid exec_format “ir”, no %s <a href="http://bit.ly/9AtM1D" rel="nofollow">http://bit.ly/9AtM1D</a> #ruby #ironruby #gems [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Awkward Coder &#187; How to MSpec?</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-401</link>
		<dc:creator>Awkward Coder &#187; How to MSpec?</dc:creator>
		<pubDate>Sun, 18 Apr 2010 02:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-401</guid>
		<description>[...] Installer by Marcin Obel [...]</description>
		<content:encoded><![CDATA[<p>[...] Installer by Marcin Obel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Jirapong Nanta</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-297</link>
		<dc:creator>Jirapong Nanta</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-297</guid>
		<description>Thank you for sharing a great tool. I am using this tool as my default BDD.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing a great tool. I am using this tool as my default BDD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby for Windows with debug support by Luis Lavena</title>
		<link>http://marcinobel.com/index.php/ruby-windows-debug-support/comment-page-1/#comment-268</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Wed, 10 Feb 2010 14:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=283#comment-268</guid>
		<description>Hello,

By chance did you tried RubyInstaller? I think you based 1.8.7 on downloads from ruby-lang, which are based in old Visual C 6 compilations.

RubyInstaller is based on GCC, and you can compile all the gems using the Development Kit we pre-packaged for this.

Please read more in the website, the Wiki and the Release at RubyForge:

http://rubyinstaller.org/
http://wiki.github.com/oneclick/rubyinstaller/development-kit
http://rubyforge.org/forum/forum.php?forum_id=36423</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>By chance did you tried RubyInstaller? I think you based 1.8.7 on downloads from ruby-lang, which are based in old Visual C 6 compilations.</p>
<p>RubyInstaller is based on GCC, and you can compile all the gems using the Development Kit we pre-packaged for this.</p>
<p>Please read more in the website, the Wiki and the Release at RubyForge:</p>
<p><a href="http://rubyinstaller.org/" rel="nofollow">http://rubyinstaller.org/</a><br />
<a href="http://wiki.github.com/oneclick/rubyinstaller/development-kit" rel="nofollow">http://wiki.github.com/oneclick/rubyinstaller/development-kit</a><br />
<a href="http://rubyforge.org/forum/forum.php?forum_id=36423" rel="nofollow">http://rubyforge.org/forum/forum.php?forum_id=36423</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fluent NHibernate conventions &#8211; examples by RT</title>
		<link>http://marcinobel.com/index.php/fluent-nhibernate-conventions-examples/comment-page-1/#comment-264</link>
		<dc:creator>RT</dc:creator>
		<pubDate>Tue, 02 Feb 2010 19:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=195#comment-264</guid>
		<description>Thank you for a wonderful post. This has helped my code a lot.

I&#039;m trying to map the Inverse attribute using the IHasManyConvention and I can&#039;t seem to get it right. 

The simplistic instance.Inverse doesn&#039;t even compile.

The second one I&#039;m struggling with is changing the default nvarchar type to varchar. I got it working using the instance.CustomSqlType(&quot;varchar 100&quot;), but that requires the length to be specified. I wonder whether the type can be specified all by iteslf using some other instance property.

Again, great post. Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you for a wonderful post. This has helped my code a lot.</p>
<p>I&#8217;m trying to map the Inverse attribute using the IHasManyConvention and I can&#8217;t seem to get it right. </p>
<p>The simplistic instance.Inverse doesn&#8217;t even compile.</p>
<p>The second one I&#8217;m struggling with is changing the default nvarchar type to varchar. I got it working using the instance.CustomSqlType(&#8220;varchar 100&#8243;), but that requires the length to be specified. I wonder whether the type can be specified all by iteslf using some other instance property.</p>
<p>Again, great post. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Metadata based validation with jQuery by sergey</title>
		<link>http://marcinobel.com/index.php/metadata-based-validation-with-jquery/comment-page-1/#comment-263</link>
		<dc:creator>sergey</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=75#comment-263</guid>
		<description>wow... nice work.   thx</description>
		<content:encoded><![CDATA[<p>wow&#8230; nice work.   thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by bdd - StartTags.com</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-261</link>
		<dc:creator>bdd - StartTags.com</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-261</guid>
		<description>[...] but for now all you get is this lousy flowchart. ... Labels: bdd, rspec, ruby, tdd, testing ...MSpec BDD framework installerInstallation of MSpec BDD framework from source code is quite annoying. With each release you have [...]</description>
		<content:encoded><![CDATA[<p>[...] but for now all you get is this lousy flowchart. &#8230; Labels: bdd, rspec, ruby, tdd, testing &#8230;MSpec BDD framework installerInstallation of MSpec BDD framework from source code is quite annoying. With each release you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IronRuby/RHTML based templates for .NET by Marcin Obel</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-224</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-224</guid>
		<description>I know Spark view engine but it doesn&#039;t meet my needs. I would consider to use it in some ASP.NET MVC project but I require templates with something more than it is available in Spark. My project is not a web page and I am using templates to generate HTML reports.</description>
		<content:encoded><![CDATA[<p>I know Spark view engine but it doesn&#8217;t meet my needs. I would consider to use it in some ASP.NET MVC project but I require templates with something more than it is available in Spark. My project is not a web page and I am using templates to generate HTML reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IronRuby/RHTML based templates for .NET by Tom Janssens</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-223</link>
		<dc:creator>Tom Janssens</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-223</guid>
		<description>Apparently the HTMLcodes aren&#039;t escaped; this is the second attempt ; 
&lt;html&gt;
    &lt;body&gt;
        &lt;h1&gt;Hi! My name is: ${model.FirstName} ${model.LastName} &lt;/h2&gt;
        I like:
        &lt;ul&gt;
             &lt;li each=&quot;var hobby in Model.Hobbies&quot;&gt;${hobby}&lt;/li&gt;
        &lt;/ul&gt;
        &lt;pre&gt;
            ${model.UglyJavaScript}
        &lt;/pre&gt;
        &lt;!-- Include the javascript unencoded --&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
        !{Model.UglyJavaScript}
        &lt;/script&gt;
    &lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>Apparently the HTMLcodes aren&#8217;t escaped; this is the second attempt ;<br />
&lt;html&gt;<br />
    &lt;body&gt;<br />
        &lt;h1&gt;Hi! My name is: ${model.FirstName} ${model.LastName} &lt;/h2&gt;<br />
        I like:<br />
        &lt;ul&gt;<br />
             &lt;li each=&quot;var hobby in Model.Hobbies&quot;&gt;${hobby}&lt;/li&gt;<br />
        &lt;/ul&gt;<br />
        &lt;pre&gt;<br />
            ${model.UglyJavaScript}<br />
        &lt;/pre&gt;<br />
        &lt;!&#8211; Include the javascript unencoded &#8211;&gt;<br />
        &lt;script type=&quot;text/javascript&quot;&gt;<br />
        !{Model.UglyJavaScript}<br />
        &lt;/script&gt;<br />
    &lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IronRuby/RHTML based templates for .NET by Tom Janssens</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-222</link>
		<dc:creator>Tom Janssens</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-222</guid>
		<description>IMHO you should have taken a look at the spark viewengine (http://www.sparkviewengine.com/); it does everything you wanted, and a lot more (f.e. null handling, partial templates, ... ); this is your example :

    
        Hi! My name is: ${model.FirstName} ${model.LastName} 
        I like:
        
             ${hobby}
        
        
            ${model.UglyJavaScript}
        
        &lt;!-- Include the javascript unencoded --&gt;
        
        !{Model.UglyJavaScript}
        
    
</description>
		<content:encoded><![CDATA[<p>IMHO you should have taken a look at the spark viewengine (<a href="http://www.sparkviewengine.com/" rel="nofollow">http://www.sparkviewengine.com/</a>); it does everything you wanted, and a lot more (f.e. null handling, partial templates, &#8230; ); this is your example :</p>
<p>        Hi! My name is: ${model.FirstName} ${model.LastName}<br />
        I like:</p>
<p>             ${hobby}</p>
<p>            ${model.UglyJavaScript}</p>
<p>        <!-- Include the javascript unencoded --></p>
<p>        !{Model.UglyJavaScript}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Deeksy</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-220</link>
		<dc:creator>Deeksy</dc:creator>
		<pubDate>Fri, 04 Dec 2009 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-220</guid>
		<description>This is fantastic work.  Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is fantastic work.  Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Marcin Obel</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-219</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-219</guid>
		<description>I think it should be quite easy to integrate it with your build process but not during this week.</description>
		<content:encoded><![CDATA[<p>I think it should be quite easy to integrate it with your build process but not during this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Aaron Jensen</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-218</link>
		<dc:creator>Aaron Jensen</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-218</guid>
		<description>This is great Marcin, would love to have it be part of the build. Would you be able to add it? Thanks!</description>
		<content:encoded><![CDATA[<p>This is great Marcin, would love to have it be part of the build. Would you be able to add it? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Elegant Code &#187; Wrapping up the StructureMap Automocking Container</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-217</link>
		<dc:creator>Elegant Code &#187; Wrapping up the StructureMap Automocking Container</dc:creator>
		<pubDate>Mon, 30 Nov 2009 07:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-217</guid>
		<description>[...] MSpec BDD framework installer&#160;&#160;&#160;   Here is the same specification using the RhinoAutoMocker&lt;T&gt; class provided by StructureMap.AutoMocking: [...]</description>
		<content:encoded><![CDATA[<p>[...] MSpec BDD framework installer&#160;&#160;&#160;   Here is the same specification using the RhinoAutoMocker&lt;T&gt; class provided by StructureMap.AutoMocking: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MSpec BDD framework installer by Tweets that mention MSpec BDD framework installer -- Topsy.com</title>
		<link>http://marcinobel.com/index.php/mspec-bdd-installer/comment-page-1/#comment-187</link>
		<dc:creator>Tweets that mention MSpec BDD framework installer -- Topsy.com</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=186#comment-187</guid>
		<description>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: RT @marcinobel: An installer for MSpec BDD framework: http://marcinobel.com/index.php/mspec-bdd-installer/ #mspec #bdd #dotnet [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Marcin Obel, Pawel Lesnikowski. Pawel Lesnikowski said: RT @marcinobel: An installer for MSpec BDD framework: <a href="http://marcinobel.com/index.php/mspec-bdd-installer/" rel="nofollow">http://marcinobel.com/index.php/mspec-bdd-installer/</a> #mspec #bdd #dotnet [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
