<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pivotal Labs &#187; Matt Royal</title>
	<atom:link href="http://pivotallabs.com/author/mroyal/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Fri, 24 May 2013 13:28:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>And that&#8217;s the week!</title>
		<link>http://pivotallabs.com/and-that-s-the-week/</link>
		<comments>http://pivotallabs.com/and-that-s-the-week/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 14:18:00 +0000</pubDate>
		<dc:creator>Matt Royal</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/and-that-s-the-week/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li>http://www.realtime.co</li>
</ul>

<p>Cloud realtime messaging, simple javascript API.</p>

<p>Many fancy demos like realtime mouse [1]. 1 Dollar per 1 Million messages after surpassing the free 1 Million.</p>

<p>[1] http://www.realtime.co/business/demos/demo/mouselive</p>

<ul>
<li>Factory Girl Traits</li>
</ul>

<p>They are awesome, check them out.</p> <a href="http://pivotallabs.com/and-that-s-the-week/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/and-that-s-the-week/">And that&#8217;s the week!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>http://www.realtime.co</li>
</ul>
<p>Cloud realtime messaging, simple javascript API.</p>
<p>Many fancy demos like realtime mouse [1]. 1 Dollar per 1 Million messages after surpassing the free 1 Million.</p>
<p>[1] http://www.realtime.co/business/demos/demo/mouselive</p>
<ul>
<li>Factory Girl Traits</li>
</ul>
<p>They are awesome, check them out.</p>
<p>The post <a href="http://pivotallabs.com/and-that-s-the-week/">And that&#8217;s the week!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/and-that-s-the-week/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>He&#8217;s coming to the party?!</title>
		<link>http://pivotallabs.com/he-s-coming-to-the-party/</link>
		<comments>http://pivotallabs.com/he-s-coming-to-the-party/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 14:14:00 +0000</pubDate>
		<dc:creator>Matt Royal</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/he-s-coming-to-the-party/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Jasmine Gem HEAD and undefined JSON</li>
</ul>

<p>We're trying to use the latest jasmine with ci_reporter, and jasmine complains that json is undefined.  We're unclear why it would disappear with an additional task being loaded?</p>

<p>Anyone seen this before?</p>

<p>Running "rake  &#38;&#38; rake jasmine:ci" should fix this</p>

<ul>
<li>Anyone have experience writing FFI in Ruby?</li>
</ul>

<p><em>crickets</em></p>

<h2>Interestings</h2>

<ul>
<li>Capybara Webkit on Lobot</li>
</ul>

<p>If you've successfully installed Qt >= 4.6 on CI, Jenkins might fail because bundler is unable to build capybara-webkit, raising the following error in the log:</p>

<p>[code]
Installing capybara-webkit &#40;0.12.1&#41; with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
[/code]</p>

<p>If this happens, ensure that you have qmake in your PATH, since it is needed by the capybara-webkit build script.</p>

<ul>
<li>Version 1.2.1 of the Jasmine gem is out</li>
</ul> <a href="http://pivotallabs.com/he-s-coming-to-the-party/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/he-s-coming-to-the-party/">He&#8217;s coming to the party?!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Jasmine Gem HEAD and undefined JSON</li>
</ul>
<p>We&#8217;re trying to use the latest jasmine with ci_reporter, and jasmine complains that json is undefined.  We&#8217;re unclear why it would disappear with an additional task being loaded?</p>
<p>Anyone seen this before?</p>
<p>Running &#8220;rake  &amp;&amp; rake jasmine:ci&#8221; should fix this</p>
<ul>
<li>Anyone have experience writing FFI in Ruby?</li>
</ul>
<p><em>crickets</em></p>
<h2>Interestings</h2>
<ul>
<li>Capybara Webkit on Lobot</li>
</ul>
<p>If you&#8217;ve successfully installed Qt >= 4.6 on CI, Jenkins might fail because bundler is unable to build capybara-webkit, raising the following error in the log:</p>
<p>[code]<br />
Installing capybara-webkit &#40;0.12.1&#41; with native extensions<br />
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.<br />
[/code]</p>
<p>If this happens, ensure that you have qmake in your PATH, since it is needed by the capybara-webkit build script.</p>
<ul>
<li>Version 1.2.1 of the Jasmine gem is out</li>
</ul>
<p>The post <a href="http://pivotallabs.com/he-s-coming-to-the-party/">He&#8217;s coming to the party?!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/he-s-coming-to-the-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SF Standup &#8211; Left Handers Day</title>
		<link>http://pivotallabs.com/sf-standup-left-handers-day/</link>
		<comments>http://pivotallabs.com/sf-standup-left-handers-day/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 14:14:00 +0000</pubDate>
		<dc:creator>Matt Royal</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/sf-standup-left-handers-day/</guid>
		<description><![CDATA[<p><h2>Interestings</h2>

<ul>
<li>Be sure to close your connections inside an Enumerator</li>
</ul>

<p>Since the block in an Enumerator has its own Thread context and thus connection, be sure to close it at the end od the block.</p> <a href="http://pivotallabs.com/sf-standup-left-handers-day/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/sf-standup-left-handers-day/">SF Standup &#8211; Left Handers Day</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interestings</h2>
<ul>
<li>Be sure to close your connections inside an Enumerator</li>
</ul>
<p>Since the block in an Enumerator has its own Thread context and thus connection, be sure to close it at the end od the block.</p>
<p>The post <a href="http://pivotallabs.com/sf-standup-left-handers-day/">SF Standup &#8211; Left Handers Day</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/sf-standup-left-handers-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching using apc
Object Caching 557/591 objects using apc

 Served from: pivotallabs.com @ 2013-05-24 10:43:31 by W3 Total Cache -->