<?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 mynyml.rb</title>
	<atom:link href="http://mynyml.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://mynyml.com</link>
	<description>%w( yin yang minimalism ) #=&#62; Simplicity</description>
	<pubDate>Fri, 30 Jul 2010 09:14:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flexible Continuous Testing by mynyml</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-66</link>
		<dc:creator>mynyml</dc:creator>
		<pubDate>Tue, 29 Sep 2009 16:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-66</guid>
		<description>@Senthil You can pick up new files by saving/touching the script file instead of completely restarting watchr. That tells it to rescan for files matching the patterns. It's not done automatically, to avoid wasting resources.</description>
		<content:encoded><![CDATA[<p>@Senthil You can pick up new files by saving/touching the script file instead of completely restarting watchr. That tells it to rescan for files matching the patterns. It&#8217;s not done automatically, to avoid wasting resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by Senthil Nayagam</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-64</link>
		<dc:creator>Senthil Nayagam</dc:creator>
		<pubDate>Tue, 29 Sep 2009 08:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-64</guid>
		<description>I love watchr , built  a simple git auto commit snippet it works fine.

only possible issue is if I add a new file to the folder, it does not seem to get recognised, until I restart the watchr, 

any suggestions or fixes</description>
		<content:encoded><![CDATA[<p>I love watchr , built  a simple git auto commit snippet it works fine.</p>
<p>only possible issue is if I add a new file to the folder, it does not seem to get recognised, until I restart the watchr, </p>
<p>any suggestions or fixes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing On Different Ruby Versions / Interpreters with rvm by mynyml</title>
		<link>http://mynyml.com/ruby/testing-on-different-ruby-versions-interpreters-with-rvm/comment-page-1#comment-62</link>
		<dc:creator>mynyml</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=160#comment-62</guid>
		<description>Thanks for the update, Wayne.

I didn't know about the new "rvm v1,v2,... cmd" idiom. Really is much simpler, and certainly more elegant! I'll update the post.</description>
		<content:encoded><![CDATA[<p>Thanks for the update, Wayne.</p>
<p>I didn&#8217;t know about the new &#8220;rvm v1,v2,&#8230; cmd&#8221; idiom. Really is much simpler, and certainly more elegant! I&#8217;ll update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing On Different Ruby Versions / Interpreters with rvm by Wayne E. Seguin</title>
		<link>http://mynyml.com/ruby/testing-on-different-ruby-versions-interpreters-with-rvm/comment-page-1#comment-61</link>
		<dc:creator>Wayne E. Seguin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=160#comment-61</guid>
		<description>Martin,

Awesome writeup, thank you. I would also like to point out some relatively new features of rvm for use with testing &amp; benchmarking.

Running rake tasks across multiple versions is easy: 
http://rvm.beginrescueend.com/rake/

Similarly for benchmarking code:
http://rvm.beginrescueend.com/benchmark/

One of the most useful not yet documented feature of rvm is:

  $ rvm 1.8.7,1.9.1,jruby --json rake spec

This will run  'rake spec' against the three selected rubies and display a json formatted summary  at the end. You can also use --yaml for a yaml formatted summary. This should be available and functioning in rvm &gt;= 0.0.49.

  ~Wayne</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>Awesome writeup, thank you. I would also like to point out some relatively new features of rvm for use with testing &amp; benchmarking.</p>
<p>Running rake tasks across multiple versions is easy:<br />
<a href="http://rvm.beginrescueend.com/rake/" rel="nofollow">http://rvm.beginrescueend.com/rake/</a></p>
<p>Similarly for benchmarking code:<br />
<a href="http://rvm.beginrescueend.com/benchmark/" rel="nofollow">http://rvm.beginrescueend.com/benchmark/</a></p>
<p>One of the most useful not yet documented feature of rvm is:</p>
<p>  $ rvm 1.8.7,1.9.1,jruby &#8211;json rake spec</p>
<p>This will run  &#8216;rake spec&#8217; against the three selected rubies and display a json formatted summary  at the end. You can also use &#8211;yaml for a yaml formatted summary. This should be available and functioning in rvm &gt;= 0.0.49.</p>
<p>  ~Wayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by Watchr - Uma alternativa flexível e genérica ao AutoTest</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-60</link>
		<dc:creator>Watchr - Uma alternativa flexível e genérica ao AutoTest</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-60</guid>
		<description>[...] O código-fonte e alguma documentação (incluindo exemplos de scripts) está disponível no Github, e também a um artigo escrito Martin. [...]</description>
		<content:encoded><![CDATA[<p>[...] O código-fonte e alguma documentação (incluindo exemplos de scripts) está disponível no Github, e também a um artigo escrito Martin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by mynyml</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-53</link>
		<dc:creator>mynyml</dc:creator>
		<pubDate>Fri, 25 Sep 2009 23:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-53</guid>
		<description>The evented backend has been reenabled. It will kick in automatically on *nix systems if rev is installed (gem install rev)</description>
		<content:encoded><![CDATA[<p>The evented backend has been reenabled. It will kick in automatically on *nix systems if rev is installed (gem install rev)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by mynyml</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-51</link>
		<dc:creator>mynyml</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-51</guid>
		<description>@Elliot I've disabled the evented backend while I fix something - but it should be back in there this weekend</description>
		<content:encoded><![CDATA[<p>@Elliot I&#8217;ve disabled the evented backend while I fix something - but it should be back in there this weekend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by Elliot</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-50</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-50</guid>
		<description>Oh, I love that it reacts to filesystem changes instead of polling. I've been trying to use RSpactor instead of autospec to save some CPU cycles but it's never worked for me. I'm going to give Watchr a shot!</description>
		<content:encoded><![CDATA[<p>Oh, I love that it reacts to filesystem changes instead of polling. I&#8217;ve been trying to use RSpactor instead of autospec to save some CPU cycles but it&#8217;s never worked for me. I&#8217;m going to give Watchr a shot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by Watchr: A Flexible, Generic Alternative to AutoTest</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-49</link>
		<dc:creator>Watchr: A Flexible, Generic Alternative to AutoTest</dc:creator>
		<pubDate>Thu, 24 Sep 2009 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-49</guid>
		<description>[...] source and some documentation (including example scripts) is available on Github, and you can read more on Martin's blog [...]</description>
		<content:encoded><![CDATA[<p>[...] source and some documentation (including example scripts) is available on Github, and you can read more on Martin&#8217;s blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flexible Continuous Testing by mynyml</title>
		<link>http://mynyml.com/ruby/flexible-continuous-testing/comment-page-1#comment-48</link>
		<dc:creator>mynyml</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://mynyml.com/?p=122#comment-48</guid>
		<description>@Jon that's really interesting! Seeing Watchr used with a language other than ruby totally made my day.</description>
		<content:encoded><![CDATA[<p>@Jon that&#8217;s really interesting! Seeing Watchr used with a language other than ruby totally made my day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
