<?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: Driving Large Scale, Multi-Language Development With Cucumber</title>
	<atom:link href="http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/</link>
	<description>Schrade.Blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andywatts</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-372</link>
		<dc:creator>andywatts</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-372</guid>
		<description>We&#039;re using capistrano-ext to deploy from github to testing and production environments.&lt;br&gt;teamcity is polling github and running rspec, plain and selenium cucumber tests constantly.&lt;br&gt;teamcity&#039;s web interface is excellent and integrates into rubymine.</description>
		<content:encoded><![CDATA[<p>We&#39;re using capistrano-ext to deploy from github to testing and production environments.<br />teamcity is polling github and running rspec, plain and selenium cucumber tests constantly.<br />teamcity&#39;s web interface is excellent and integrates into rubymine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andywatts</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-371</link>
		<dc:creator>andywatts</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-371</guid>
		<description>Great post.&lt;br&gt;We&#039;re just now getting some cucumber coverage and our team city is showing 700.  &lt;br&gt;Glad to hear that its still working at 7,000.</description>
		<content:encoded><![CDATA[<p>Great post.<br />We&#39;re just now getting some cucumber coverage and our team city is showing 700.  <br />Glad to hear that its still working at 7,000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How we roll at Intent Media &#171; One of the Wolves</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-370</link>
		<dc:creator>How we roll at Intent Media &#171; One of the Wolves</dc:creator>
		<pubDate>Sat, 09 Jan 2010 03:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-370</guid>
		<description>[...] and &quot;my boss&quot;, just wrote a post about how we roll at Intent Media. And by how we roll, I mean how we use Cucumber to power automated functional tests of a large scale ad platform. (Oh ya, that.  [...]</description>
		<content:encoded><![CDATA[<p>[...] and &quot;my boss&quot;, just wrote a post about how we roll at Intent Media. And by how we roll, I mean how we use Cucumber to power automated functional tests of a large scale ad platform. (Oh ya, that.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Schrader</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-369</link>
		<dc:creator>Kurt Schrader</dc:creator>
		<pubDate>Sat, 09 Jan 2010 02:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-369</guid>
		<description>Hey Bryan,&lt;br&gt;&lt;br&gt;I&#039;ve got another blog post planned to address those issues. Unfortunately, I&#039;m suddenly slammed at work, so it&#039;s going to be a few weeks until I get to it.</description>
		<content:encoded><![CDATA[<p>Hey Bryan,</p>
<p>I&#39;ve got another blog post planned to address those issues. Unfortunately, I&#39;m suddenly slammed at work, so it&#39;s going to be a few weeks until I get to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brynary</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-368</link>
		<dc:creator>brynary</dc:creator>
		<pubDate>Fri, 08 Jan 2010 10:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-368</guid>
		<description>We&#039;re looking at having to tackle some similar problems at the company I recently moved to.&lt;br&gt;&lt;br&gt;Can you give some more details about how your integration build is setup? For example:&lt;br&gt;&lt;br&gt;* Is it a separate repository from your Java and Rails apps?&lt;br&gt;* How does it pull in the other apps? Submodules? Config files?&lt;br&gt;* How do you deal with setting up database state when dealing with an out-of-process Cucumber environment?&lt;br&gt;* Have you integrated this into your deployment workflow, so that all deploys are coming from versions of each app that passed CI as a set?&lt;br&gt;&lt;br&gt;Any more info you can provide would be greatly appreciated.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;-Bryan</description>
		<content:encoded><![CDATA[<p>We&#39;re looking at having to tackle some similar problems at the company I recently moved to.</p>
<p>Can you give some more details about how your integration build is setup? For example:</p>
<p>* Is it a separate repository from your Java and Rails apps?<br />* How does it pull in the other apps? Submodules? Config files?<br />* How do you deal with setting up database state when dealing with an out-of-process Cucumber environment?<br />* Have you integrated this into your deployment workflow, so that all deploys are coming from versions of each app that passed CI as a set?</p>
<p>Any more info you can provide would be greatly appreciated.</p>
<p>Cheers,</p>
<p>-Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Schrader</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-365</link>
		<dc:creator>Kurt Schrader</dc:creator>
		<pubDate>Thu, 07 Jan 2010 03:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-365</guid>
		<description>Will, you clearly didn&#039;t read the article. Quote:&lt;br&gt;&lt;br&gt;&quot;At Intent Media we use Cucumber to drive Celerity across our entire software stack.&quot;&lt;br&gt;&lt;br&gt;The new version of Cucumber can actually use Capybara instead of Webrat in order to let you choose what driver to use: &lt;a href=&quot;http://github.com/jnicklas/capybara&quot; rel=&quot;nofollow&quot;&gt;http://github.com/jnicklas/capybara&lt;/a&gt;&lt;br&gt;&lt;br&gt;(Full disclosure: I&#039;m not just being rude to a stranger. Will used to be my intern.)</description>
		<content:encoded><![CDATA[<p>Will, you clearly didn&#39;t read the article. Quote:</p>
<p>&#8220;At Intent Media we use Cucumber to drive Celerity across our entire software stack.&#8221;</p>
<p>The new version of Cucumber can actually use Capybara instead of Webrat in order to let you choose what driver to use: <a href="http://github.com/jnicklas/capybara" rel="nofollow">http://github.com/jnicklas/capybara</a></p>
<p>(Full disclosure: I&#39;m not just being rude to a stranger. Will used to be my intern.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will leinweber</title>
		<link>http://kurt.karmalab.org/2010/01/06/driving-large-scale-multi-language-development-with-cucumber/comment-page-1/#comment-364</link>
		<dc:creator>will leinweber</dc:creator>
		<pubDate>Thu, 07 Jan 2010 03:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://kurt.karmalab.org/?p=1228#comment-364</guid>
		<description>If youhave any javascript on your site, check out using celerity instead of webrat. Especially since you, Kurt, are all on jruby already, if I remember correctly.&lt;br&gt;&lt;br&gt;For people who aren&#039;t using jruby, there is a version of culerity that bundles celerity and jruby all together.&lt;br&gt;&lt;br&gt;I wrote a bit about it, but it&#039;s somewhat outdated: &lt;a href=&quot;http://bitfission.com/blog/2009/06/celerity.html&quot; rel=&quot;nofollow&quot;&gt;http://bitfission.com/blog/2009/06/celerity.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;culerity with jruby: &lt;a href=&quot;http://github.com/fletcherm/culerity&quot; rel=&quot;nofollow&quot;&gt;http://github.com/fletcherm/culerity&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If youhave any javascript on your site, check out using celerity instead of webrat. Especially since you, Kurt, are all on jruby already, if I remember correctly.</p>
<p>For people who aren&#39;t using jruby, there is a version of culerity that bundles celerity and jruby all together.</p>
<p>I wrote a bit about it, but it&#39;s somewhat outdated: <a href="http://bitfission.com/blog/2009/06/celerity.html" rel="nofollow">http://bitfission.com/blog/2009/06/celerity.html</a></p>
<p>culerity with jruby: <a href="http://github.com/fletcherm/culerity" rel="nofollow">http://github.com/fletcherm/culerity</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
