<?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: ColdFusion on Rails is almost here</title>
	<atom:link href="http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/</link>
	<description>using the right technology at the right time</description>
	<lastBuildDate>Mon, 15 Feb 2010 02:05:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wheels 1.0 is coming &#171; Rip&#39;s Domain</title>
		<link>http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/comment-page-1/#comment-18596</link>
		<dc:creator>Wheels 1.0 is coming &#171; Rip&#39;s Domain</dc:creator>
		<pubDate>Wed, 23 Sep 2009 00:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=353#comment-18596</guid>
		<description>[...] 22, 2009   It&#8217;s been the buzz around our community lately that Wheels 1.0 will hopefully be hitting the streets in November 2009. [...]</description>
		<content:encoded><![CDATA[<p>[...] 22, 2009   It&#8217;s been the buzz around our community lately that Wheels 1.0 will hopefully be hitting the streets in November 2009. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony petruzzi</title>
		<link>http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/comment-page-1/#comment-18594</link>
		<dc:creator>tony petruzzi</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=353#comment-18594</guid>
		<description>@mike,  i actually looked at MXUnit, CFCUnit, RocketUnit or rolling our own when i initially looked at adding unit testing into wheels. in the end RocketUnit was dead simple and was extremely easy to customize (thanks robin!) to fit snuggly into the wheels framework. i wanted something that people could literally (like they do now) click a link and have their entire test suite run. i also didn&#039;t want them to have to learn an entire other framework in order to write tests.
RocketUnit is made up of one component, an assert, a setup and a teardown method, that&#039;s it. I later added the halt, raise, _setup and _teardown myself to the core component to help with some of the tests i needed to write for wheels. it&#039;s worth mentioning that with the 0.9.4 additions of the global and loc scopes in tests the _setup, _teardown, setup, teardown methods are pretty much obsolete.
one of the biggest challenges with unit testing and probably the thing that has kept us from pushing it is that it was too confusing to write tests. i think the style that we have now is pretty easy to follow.
i would really appreciate anyone who can take a look at the &lt;a href=&quot;http://code.google.com/p/cfwheels/wiki/TestingFramework&quot; rel=&quot;nofollow&quot;&gt;testing framework portion&lt;/a&gt; of the wheels documentation and give me some criticism. tell me what i&#039;m missing, what doesn&#039;t make sense, give me your worst.  As we move into 1.0 territory, this documentation will not only help the general wheels developer but also the core team in writing tests against the core portions of the framework.</description>
		<content:encoded><![CDATA[<p>@mike,  i actually looked at MXUnit, CFCUnit, RocketUnit or rolling our own when i initially looked at adding unit testing into wheels. in the end RocketUnit was dead simple and was extremely easy to customize (thanks robin!) to fit snuggly into the wheels framework. i wanted something that people could literally (like they do now) click a link and have their entire test suite run. i also didn&#8217;t want them to have to learn an entire other framework in order to write tests.<br />
RocketUnit is made up of one component, an assert, a setup and a teardown method, that&#8217;s it. I later added the halt, raise, _setup and _teardown myself to the core component to help with some of the tests i needed to write for wheels. it&#8217;s worth mentioning that with the 0.9.4 additions of the global and loc scopes in tests the _setup, _teardown, setup, teardown methods are pretty much obsolete.<br />
one of the biggest challenges with unit testing and probably the thing that has kept us from pushing it is that it was too confusing to write tests. i think the style that we have now is pretty easy to follow.<br />
i would really appreciate anyone who can take a look at the <a href="http://code.google.com/p/cfwheels/wiki/TestingFramework" rel="nofollow">testing framework portion</a> of the wheels documentation and give me some criticism. tell me what i&#8217;m missing, what doesn&#8217;t make sense, give me your worst.  As we move into 1.0 territory, this documentation will not only help the general wheels developer but also the core team in writing tests against the core portions of the framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Peters</title>
		<link>http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/comment-page-1/#comment-18448</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=353#comment-18448</guid>
		<description>&lt;p&gt;That generator looks pretty sweet, Mike. As we &lt;a href=&quot;http://groups.google.com/group/cfwheels/browse_thread/thread/c8e6158b3182b0b2?hl=en&quot; rel=&quot;nofollow&quot;&gt;talked about&lt;/a&gt; briefly in the Wheels Google Group, Tony has been going strong with &lt;a href=&quot;http://rocketunit.riaforge.org/&quot; rel=&quot;nofollow&quot;&gt;RocketUnit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I wonder if there is a generator available for RocketUnit or if one could be written based on RocketUnit&#039;s.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>That generator looks pretty sweet, Mike. As we <a href="http://groups.google.com/group/cfwheels/browse_thread/thread/c8e6158b3182b0b2?hl=en" rel="nofollow">talked about</a> briefly in the Wheels Google Group, Tony has been going strong with <a href="http://rocketunit.riaforge.org/" rel="nofollow">RocketUnit</a>.</p>
<p>I wonder if there is a generator available for RocketUnit or if one could be written based on RocketUnit&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Henke</title>
		<link>http://www.clearcrystalmedia.com/pm/coldfusion-on-rails-almost-here/comment-page-1/#comment-18443</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=353#comment-18443</guid>
		<description>For unit testing, Mike Rankin built a generator for MXUnit.  It&#039;ll recurse a directory and generate test cases based on xslt.  Checkout mxunit/generator/index.cfm.</description>
		<content:encoded><![CDATA[<p>For unit testing, Mike Rankin built a generator for MXUnit.  It&#8217;ll recurse a directory and generate test cases based on xslt.  Checkout mxunit/generator/index.cfm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
