<?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; Wiley Kestner</title>
	<atom:link href="http://pivotallabs.com/author/wkestner/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Tue, 21 May 2013 02:26:09 +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>WWDC &amp;&amp; More</title>
		<link>http://pivotallabs.com/wwdc-more/</link>
		<comments>http://pivotallabs.com/wwdc-more/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 09:19:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/wwdc-more/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Standup is back in the Lounge today</li>
</ul>

<p>Hang on folks, we're iterating again...</p>

<ul>
<li>Recommendations when writing a migration</li>
</ul>

<p>This is in regards to a migration which involves a large amount of models.</p>

<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>

<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>

<p>It depends whether this is a one-time event or if it's a boundary you're going to cross back-and-forth.</p>

<h2>Interestings</h2>

<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>

<p>def JSON.deep&#40;object&#41;
 JSON.parse&#40;object.to_json&#41;
end</p>

<h2>Events</h2>

<ul>
<li>Yoga @ 6p - all welcome</li>
</ul> <a href="http://pivotallabs.com/wwdc-more/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/wwdc-more/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Standup is back in the Lounge today</li>
</ul>
<p>Hang on folks, we&#8217;re iterating again&#8230;</p>
<ul>
<li>Recommendations when writing a migration</li>
</ul>
<p>This is in regards to a migration which involves a large amount of models.</p>
<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>
<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>
<p>It depends whether this is a one-time event or if it&#8217;s a boundary you&#8217;re going to cross back-and-forth.</p>
<h2>Interestings</h2>
<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>
<p>def JSON.deep&#40;object&#41;<br />
 JSON.parse&#40;object.to_json&#41;<br />
end</p>
<h2>Events</h2>
<ul>
<li>Yoga @ 6p &#8211; all welcome</li>
</ul>
<p>The post <a href="http://pivotallabs.com/wwdc-more/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/wwdc-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pairing blog posts (Wednesday &amp;&amp; Thursday)</title>
		<link>http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/</link>
		<comments>http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 14:24:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>WED: Packaging a Rails app</li>
</ul>

<p>A client needs to create a packaged version of their Rails app which can be installed on a machine that does not have internet access nor root access.  Any recommendations for how to build a portable ruby, with gems?  JRuby?  Tokaido?</p>

<ul>
<li>WED: Add a banner to jasmine runner</li>
</ul>

<p>We have multiple jasmine test suites that we need to switch once in a while but sometimes we run the wrong suite by mistake. Is there a way to have a banner to identify which jasmine suite is running? Like having the project's name on it?</p>

<ul>
<li>WED: Patience with growth, esp Tuesday lunch</li>
<li>THUR: Jasmine!!?</li>
</ul>

<p>PLEASE ROLL THIS FORWARD TO WEDNESDAY'S WHITEBOARD.</p>

<p>We wrote a Jasmine matcher that returned an object &#40;or undefined&#41; expecting the truth-iness of that value to determine whether the matcher succeeded.</p>

<p>When running in Chrome, that was fine. But when we ran headless via chromedriver it resulting in the following error:</p>

<pre><code>Failure/Error: fail out unless spec_results['result'] == 'passed'
RuntimeError:
  TypeError: Converting circular structure to JSON
</code></pre>

<p>Changing our matcher's return value to !!object &#40;making it true/false&#41; fixed it.</p>

<p>WHY!!?</p>

<ul>
<li>THUR: Force download dialog on opening file in development</li>
</ul>

<p>We're using thin/rack as a rails dev server. We want to force the browser to open a download dialog for certain file types &#40;.txt&#41; that it wants to open and display itself. We've found that we need to set &#34;Content-Disposition: attachment&#34; in the headers, but how do we set the headers in thin/rack? We don't serve the files through Rails.</p>

<h2>Interestings</h2>

<ul>
<li>WED: We have a GIANT thank you card for Frederika, it is with HR if you would like to sign it</li>
<li>WED: Paperclip ...#url + :filesystem != URL</li>
</ul>

<p>Using the :filesystem storage option in Paperclip, the #url method returns a relative path, not a url. I consider this false advertising, but that's out of my control. If you change the :url option to include a host, e.g. http://localhost/, you must <em>also</em> edit :path, otherwise the default :path &#40;where :filesystem will store the images&#41; will be public:url &#40;that is, Rails.root/publichttp;/...&#41;</p>

<ul>
<li>WED: Rails SQL injection</li>
</ul>

<p>Apparently the parameters hash can be exploited to select form arbitrary tables. This is fixed in 3.2.6, 3.1.6, 3.0.14 and a patch is available for Rails 2. See the following links for details:</p>

<p>http://seclists.org/oss-sec/2012/q2/504</p>

<p>http://weblog.rubyonrails.org/2012/6/12/ann-rails-3-2-6-has-been-released/</p>

<ul>
<li>WED: David G. OOO 6/14-6/20</li>
</ul>

<p>Please follow up with Danny Burkes for any issues.</p>

<ul>
<li>THUR: Capybara &#34;within&#34; block</li>
</ul>

<p>&#34;within&#34; scopes page to whatever elements are inside the within selector, but does NOT scope page.body or page.source.</p> <a href="http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/">Pairing blog posts (Wednesday &amp;&amp; Thursday)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>WED: Packaging a Rails app</li>
</ul>
<p>A client needs to create a packaged version of their Rails app which can be installed on a machine that does not have internet access nor root access.  Any recommendations for how to build a portable ruby, with gems?  JRuby?  Tokaido?</p>
<ul>
<li>WED: Add a banner to jasmine runner</li>
</ul>
<p>We have multiple jasmine test suites that we need to switch once in a while but sometimes we run the wrong suite by mistake. Is there a way to have a banner to identify which jasmine suite is running? Like having the project&#8217;s name on it?</p>
<ul>
<li>WED: Patience with growth, esp Tuesday lunch</li>
<li>THUR: Jasmine!!?</li>
</ul>
<p>PLEASE ROLL THIS FORWARD TO WEDNESDAY&#8217;S WHITEBOARD.</p>
<p>We wrote a Jasmine matcher that returned an object &#40;or undefined&#41; expecting the truth-iness of that value to determine whether the matcher succeeded.</p>
<p>When running in Chrome, that was fine. But when we ran headless via chromedriver it resulting in the following error:</p>
<pre><code>Failure/Error: fail out unless spec_results['result'] == 'passed'
RuntimeError:
  TypeError: Converting circular structure to JSON
</code></pre>
<p>Changing our matcher&#8217;s return value to !!object &#40;making it true/false&#41; fixed it.</p>
<p>WHY!!?</p>
<ul>
<li>THUR: Force download dialog on opening file in development</li>
</ul>
<p>We&#8217;re using thin/rack as a rails dev server. We want to force the browser to open a download dialog for certain file types &#40;.txt&#41; that it wants to open and display itself. We&#8217;ve found that we need to set &quot;Content-Disposition: attachment&quot; in the headers, but how do we set the headers in thin/rack? We don&#8217;t serve the files through Rails.</p>
<h2>Interestings</h2>
<ul>
<li>WED: We have a GIANT thank you card for Frederika, it is with HR if you would like to sign it</li>
<li>WED: Paperclip &#8230;#url + :filesystem != URL</li>
</ul>
<p>Using the :filesystem storage option in Paperclip, the #url method returns a relative path, not a url. I consider this false advertising, but that&#8217;s out of my control. If you change the :url option to include a host, e.g. http://localhost/, you must <em>also</em> edit :path, otherwise the default :path &#40;where :filesystem will store the images&#41; will be public:url &#40;that is, Rails.root/publichttp;/&#8230;&#41;</p>
<ul>
<li>WED: Rails SQL injection</li>
</ul>
<p>Apparently the parameters hash can be exploited to select form arbitrary tables. This is fixed in 3.2.6, 3.1.6, 3.0.14 and a patch is available for Rails 2. See the following links for details:</p>
<p>http://seclists.org/oss-sec/2012/q2/504</p>
<p>http://weblog.rubyonrails.org/2012/6/12/ann-rails-3-2-6-has-been-released/</p>
<ul>
<li>WED: David G. OOO 6/14-6/20</li>
</ul>
<p>Please follow up with Danny Burkes for any issues.</p>
<ul>
<li>THUR: Capybara &quot;within&quot; block</li>
</ul>
<p>&quot;within&quot; scopes page to whatever elements are inside the within selector, but does NOT scope page.body or page.source.</p>
<p>The post <a href="http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/">Pairing blog posts (Wednesday &amp;&amp; Thursday)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/pairing-blog-posts-wednesday-thursday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now on your mobile device!</title>
		<link>http://pivotallabs.com/now-on-your-mobile-device/</link>
		<comments>http://pivotallabs.com/now-on-your-mobile-device/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 14:23:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/now-on-your-mobile-device/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Google Dev Conference Happy Hour</li>
</ul>

<p>There's a Google dev conference at Moscone on June 28-29, and they have a careers fair concurrently which we're attending. As a result we would like to do a Pivotal office tour, a brownbag talk, and happy hour from about 4pm that Thursday 6/28. Need about 6 pivots</p>

<ul>
<li>jruby resque workers</li>
</ul>

<p>We have java libraries that we need to run in a resque worker. Any patterns for doing this. Just run the workers as jruby. The whole project?</p>

<h2>Interestings</h2>

<ul>
<li>Pivots and Clients don't need tickets to tech talks</li>
<li>You need reset_column_information</li>
</ul>

<p>If you have a migration that changes the columns on a model and a migration later that uses said model, you need to reset_column_information or Rails gets confused and won't write your columns.</p>

<ul>
<li>Please remember to turn in your 401k rollover form by the end of June to HR.</li>
</ul>

<h2>Events</h2>

<ul>
<li>WWDC Dev Lounge 4p-7p</li>
<li>CocoaHeads breakfast meetup Wed @ 07:30am</li>
</ul>

<p>Yet another WWDC meetup</p> <a href="http://pivotallabs.com/now-on-your-mobile-device/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/now-on-your-mobile-device/">Now on your mobile device!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Google Dev Conference Happy Hour</li>
</ul>
<p>There&#8217;s a Google dev conference at Moscone on June 28-29, and they have a careers fair concurrently which we&#8217;re attending. As a result we would like to do a Pivotal office tour, a brownbag talk, and happy hour from about 4pm that Thursday 6/28. Need about 6 pivots</p>
<ul>
<li>jruby resque workers</li>
</ul>
<p>We have java libraries that we need to run in a resque worker. Any patterns for doing this. Just run the workers as jruby. The whole project?</p>
<h2>Interestings</h2>
<ul>
<li>Pivots and Clients don&#8217;t need tickets to tech talks</li>
<li>You need reset_column_information</li>
</ul>
<p>If you have a migration that changes the columns on a model and a migration later that uses said model, you need to reset_column_information or Rails gets confused and won&#8217;t write your columns.</p>
<ul>
<li>Please remember to turn in your 401k rollover form by the end of June to HR.</li>
</ul>
<h2>Events</h2>
<ul>
<li>WWDC Dev Lounge 4p-7p</li>
<li>CocoaHeads breakfast meetup Wed @ 07:30am</li>
</ul>
<p>Yet another WWDC meetup</p>
<p>The post <a href="http://pivotallabs.com/now-on-your-mobile-device/">Now on your mobile device!</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/now-on-your-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC &amp;&amp; More</title>
		<link>http://pivotallabs.com/wwdc-more-2/</link>
		<comments>http://pivotallabs.com/wwdc-more-2/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 14:21:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/wwdc-more-2/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Standup is back in the Lounge today</li>
</ul>

<p>Hang on folks, we're iterating again...</p>

<ul>
<li>Recommendations when writing a migration</li>
</ul>

<p>This is in regards to a migration which involves a large amount of models.</p>

<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>

<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>

<p>It depends whether this is a one-time event or if it's a boundary you're going to cross back-and-forth.</p>

<h2>Interestings</h2>

<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>

<p>def JSON.deep&#40;object&#41;
 JSON.parse&#40;object.to_json&#41;
end</p>

<h2>Events</h2>

<ul>
<li>Yoga @ 6p - all welcome</li>
</ul> <a href="http://pivotallabs.com/wwdc-more-2/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/wwdc-more-2/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Standup is back in the Lounge today</li>
</ul>
<p>Hang on folks, we&#8217;re iterating again&#8230;</p>
<ul>
<li>Recommendations when writing a migration</li>
</ul>
<p>This is in regards to a migration which involves a large amount of models.</p>
<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>
<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>
<p>It depends whether this is a one-time event or if it&#8217;s a boundary you&#8217;re going to cross back-and-forth.</p>
<h2>Interestings</h2>
<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>
<p>def JSON.deep&#40;object&#41;<br />
 JSON.parse&#40;object.to_json&#41;<br />
end</p>
<h2>Events</h2>
<ul>
<li>Yoga @ 6p &#8211; all welcome</li>
</ul>
<p>The post <a href="http://pivotallabs.com/wwdc-more-2/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/wwdc-more-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC &amp;&amp; More</title>
		<link>http://pivotallabs.com/wwdc-more-3/</link>
		<comments>http://pivotallabs.com/wwdc-more-3/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 14:21:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/wwdc-more-3/</guid>
		<description><![CDATA[<p><h2>Helps</h2>

<ul>
<li>Standup is back in the Lounge today</li>
</ul>

<p>Hang on folks, we're iterating again...</p>

<ul>
<li>Recommendations when writing a migration</li>
</ul>

<p>This is in regards to a migration which involves a large amount of models.</p>

<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>

<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>

<p>It depends whether this is a one-time event or if it's a boundary you're going to cross back-and-forth.</p>

<h2>Interestings</h2>

<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>

<p>def JSON.deep&#40;object&#41;
 JSON.parse&#40;object.to_json&#41;
end</p>

<h2>Events</h2>

<ul>
<li>Yoga @ 6p - all welcome</li>
</ul> <a href="http://pivotallabs.com/wwdc-more-3/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/wwdc-more-3/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<ul>
<li>Standup is back in the Lounge today</li>
</ul>
<p>Hang on folks, we&#8217;re iterating again&#8230;</p>
<ul>
<li>Recommendations when writing a migration</li>
</ul>
<p>This is in regards to a migration which involves a large amount of models.</p>
<p>One option is to clone the models you care about &#40;into a different directory&#41;.</p>
<p>Another option is to do the schema change and the data migration as a rake task that is unit testable.</p>
<p>It depends whether this is a one-time event or if it&#8217;s a boundary you&#8217;re going to cross back-and-forth.</p>
<h2>Interestings</h2>
<ul>
<li>JSON Deep Clone in 1 line</li>
</ul>
<p>def JSON.deep&#40;object&#41;<br />
 JSON.parse&#40;object.to_json&#41;<br />
end</p>
<h2>Events</h2>
<ul>
<li>Yoga @ 6p &#8211; all welcome</li>
</ul>
<p>The post <a href="http://pivotallabs.com/wwdc-more-3/">WWDC &amp;&amp; More</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/wwdc-more-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Standup][SF] 05/09/2012 &#8211; 2012&#24180;&#20116;&#26376;&#20061;&#26085;</title>
		<link>http://pivotallabs.com/standup-sf-05-09-2012-2012/</link>
		<comments>http://pivotallabs.com/standup-sf-05-09-2012-2012/#comments</comments>
		<pubDate>Wed, 09 May 2012 21:42:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-sf-05-09-2012-2012/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"How should I fill out my life insurance benefit information?"</em></p>
</blockquote>

<p>On paper forms you can get from HR</p>

<blockquote>
    <p><em>"Is today my last chance to see Bari?"</em></p>
</blockquote>

<p>For now, yes.</p>

<blockquote>
    <p><em>"How can I deploy Rails &#38; Maven?"</em></p>
</blockquote>

<p>Suggest using warbler to turn your Rails app into a ".war" which plays nicely with Maven.</p>

<h2>Interesting Things</h2>

<ul>
<li>Tomorrow is "Ride Your Bike To Work" day</li>
</ul> <a href="http://pivotallabs.com/standup-sf-05-09-2012-2012/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-sf-05-09-2012-2012/">[Standup][SF] 05/09/2012 &#8211; 2012&#24180;&#20116;&#26376;&#20061;&#26085;</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Ask for Help</h2>
<blockquote>
<p><em>&#8220;How should I fill out my life insurance benefit information?&#8221;</em></p>
</blockquote>
<p>On paper forms you can get from HR</p>
<blockquote>
<p><em>&#8220;Is today my last chance to see Bari?&#8221;</em></p>
</blockquote>
<p>For now, yes.</p>
<blockquote>
<p><em>&#8220;How can I deploy Rails &amp; Maven?&#8221;</em></p>
</blockquote>
<p>Suggest using warbler to turn your Rails app into a &#8220;.war&#8221; which plays nicely with Maven.</p>
<h2>Interesting Things</h2>
<ul>
<li>Tomorrow is &#8220;Ride Your Bike To Work&#8221; day</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-sf-05-09-2012-2012/">[Standup][SF] 05/09/2012 &#8211; 2012&#24180;&#20116;&#26376;&#20061;&#26085;</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-sf-05-09-2012-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Title: SF Standup 05/07/2012: Testing views)</title>
		<link>http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/</link>
		<comments>http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/#comments</comments>
		<pubDate>Mon, 07 May 2012 18:40:00 +0000</pubDate>
		<dc:creator>Wiley Kestner</dc:creator>
				<category><![CDATA[Standup]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"Benefits enrollment this week"</em></p>
</blockquote>

<p>Please refer to the emails you're getting from HR</p>

<blockquote>
    <p><em>"How do I test views without doing integration tests?"</em></p>
</blockquote>

<p>Differing viewpoints were expressed, namely, that integration tests should be done all the time and writing explicit view tests.</p>

<h2>Interesting Things</h2>

<ul>
<li>Yoga on mondays  </li>
<li>Company meeting on Thursday afternoon</li>
<li>New nets by ping pong tables are neither a petting zoo, nor a day care pen, FYI</li>
</ul> <a href="http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/">(Title: SF Standup 05/07/2012: Testing views)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Ask for Help</h2>
<blockquote>
<p><em>&#8220;Benefits enrollment this week&#8221;</em></p>
</blockquote>
<p>Please refer to the emails you&#8217;re getting from HR</p>
<blockquote>
<p><em>&#8220;How do I test views without doing integration tests?&#8221;</em></p>
</blockquote>
<p>Differing viewpoints were expressed, namely, that integration tests should be done all the time and writing explicit view tests.</p>
<h2>Interesting Things</h2>
<ul>
<li>Yoga on mondays  </li>
<li>Company meeting on Thursday afternoon</li>
<li>New nets by ping pong tables are neither a petting zoo, nor a day care pen, FYI</li>
</ul>
<p>The post <a href="http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/">(Title: SF Standup 05/07/2012: Testing views)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/title-sf-standup-05-07-2012-testing-views/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 864/930 objects using apc

 Served from: pivotallabs.com @ 2013-05-20 21:29:22 by W3 Total Cache -->