<?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 on: Testing On Different Ruby Versions / Interpreters with rvm</title>
	<atom:link href="http://mynyml.com/ruby/testing-on-different-ruby-versions-interpreters-with-rvm/feed" rel="self" type="application/rss+xml" />
	<link>http://mynyml.com/ruby/testing-on-different-ruby-versions-interpreters-with-rvm</link>
	<description>%w( yin yang minimalism ) #=&#62; Simplicity</description>
	<pubDate>Fri, 30 Jul 2010 09:16:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>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>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>
</channel>
</rss>
