<?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; Jonathan Barnes</title>
	<atom:link href="http://pivotallabs.com/author/jonathan/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Thu, 23 May 2013 19:42:15 +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>Standup 08/13/2010: (css3 nth-child pseudo selector bug in safari)</title>
		<link>http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/</link>
		<comments>http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:17:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p>*"when using the css3 pseudo selector <code>nth-child</code> followed by a nested selector e.g.</p>
</blockquote>

<pre>td:nth-child&#40;4&#41; &#62; p</pre>

<p>some times &#40;but consitently&#41; they do not match to the correct element. Has anyone using nth-child experienced this before and know why it sometimes works and other times not?"*</p>

<p>For now the solution is to use jQuery to get to the nth child and apply the styles that way.</p>

<h2>Interesting Things</h2>

<ul>
<li><p>jQuery 1.4.2 ajax json responses with a response code of 200 and responseText:" " &#40;note the non empty string&#41; causes jquery to trigger the failure callback instead of the success.  Previous versions would handle this as a special case and still trigger the success callback.  Most people agree this is proper as an empty string is not valid json, but be aware!</p></li>
<li><p><a href="http://en.wikipedia.org/wiki/Perseids">Perseids</a> is a metor shower happening right now &#40;July 23 – August 24&#41; so look up! </p></li>
</ul> <a href="http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/">Standup 08/13/2010: (css3 nth-child pseudo selector bug in safari)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Ask for Help</h2>
<blockquote>
<p>*&#8221;when using the css3 pseudo selector <code>nth-child</code> followed by a nested selector e.g.</p>
</blockquote>
<pre>td:nth-child&#40;4&#41; &gt; p</pre>
<p>some times &#40;but consitently&#41; they do not match to the correct element. Has anyone using nth-child experienced this before and know why it sometimes works and other times not?&#8221;*</p>
<p>For now the solution is to use jQuery to get to the nth child and apply the styles that way.</p>
<h2>Interesting Things</h2>
<ul>
<li>
<p>jQuery 1.4.2 ajax json responses with a response code of 200 and responseText:&#8221; &#8221; &#40;note the non empty string&#41; causes jquery to trigger the failure callback instead of the success.  Previous versions would handle this as a special case and still trigger the success callback.  Most people agree this is proper as an empty string is not valid json, but be aware!</p>
</li>
<li>
<p><a href="http://en.wikipedia.org/wiki/Perseids">Perseids</a> is a metor shower happening right now &#40;July 23 – August 24&#41; so look up! </p>
</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/">Standup 08/13/2010: (css3 nth-child pseudo selector bug in safari)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-08-13-2010-css3-nth-child-pseudo-selector-bug-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup 08/12/2010: (Text encoding issues)</title>
		<link>http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/</link>
		<comments>http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:34:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"We have a file claiming to be ISO-8859-l encoded, but having characters that don't seem to be encoded that way. Every editor we try to open it in shows the bad characters.  We have tried to use the iconv utility to change it to a UTF8 file type but it keeps crapping out whenever it hits an unknown character for that encoding.  Any ideas how to fix these files??"</em></p>
</blockquote>

<p>There were multiple suggestions:</p>

<ul>
<li>Try running iconv to encode it to its current encoding and see if that works i.e. latin1 -> latin1</li>
<li>Manually fix the characters that iconv complains on. &#40;this was rejected as there were thousands of fils that needed fixing&#41;.</li>
<li>Try pasting the file into a WYSYWIG editor that may fix the bad characters and then copying them out again &#40;using mechanize or similar to automate&#41;</li>
<li>Try opening it in MS-Word or similar and saving it back out.</li>
</ul>

<h2>Interesting Things</h2>

<ul>
<li>the ':contains' pseudo selector in jQuery &#38; webrat behave differently with regards to commas. in jQuery it treats it as a string, in webrat &#40;probably because it is converted to xpath&#41; it is treated as separator.</li>
<li><code>spec.opts &#60;&#60; --format profile</code> will show you the 10 slowest specs after the suite is run.</li>
<li>Rails versions > 2.3.x use HTTP only cookeis so you cannot use selenium to clear them out.  You can turn that off in your test environment to fix this.  while a slower you may also just want your sleenium tests to open a fresh browser for every test in case there are other side effects in the browser like local data stores etc.</li>
<li>If you are using RubyMine and are experiencing a perpetual 'Attach gems' problem you may be able to fix it by clearing out older gem versions. <code>gem clean</code></li>
<li><a href="https://wiki.basho.com/display/RIAK/Riak">Riak</a> is a distributed hash table data store solution.  They are working on a project that is going to implement the <a href="http://lucene.apache.org/solr/">SOLR</a> api but be backed by Riak instead of <a href="http://lucene.apache.org">lucene</a></li>
<li>If your using Rails 3/Passanger and you would like to have a production like environment but not call it 'production', say 'demo' You will need to change not only the RAILS_ENV but also the RACK_ENV variable to get it to work.  Someone also mentioned that there may be a Passenger config that will also do this.</li>
</ul> <a href="http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/">Standup 08/12/2010: (Text encoding issues)</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;We have a file claiming to be ISO-8859-l encoded, but having characters that don&#8217;t seem to be encoded that way. Every editor we try to open it in shows the bad characters.  We have tried to use the iconv utility to change it to a UTF8 file type but it keeps crapping out whenever it hits an unknown character for that encoding.  Any ideas how to fix these files??&#8221;</em></p>
</blockquote>
<p>There were multiple suggestions:</p>
<ul>
<li>Try running iconv to encode it to its current encoding and see if that works i.e. latin1 -> latin1</li>
<li>Manually fix the characters that iconv complains on. &#40;this was rejected as there were thousands of fils that needed fixing&#41;.</li>
<li>Try pasting the file into a WYSYWIG editor that may fix the bad characters and then copying them out again &#40;using mechanize or similar to automate&#41;</li>
<li>Try opening it in MS-Word or similar and saving it back out.</li>
</ul>
<h2>Interesting Things</h2>
<ul>
<li>the &#8216;:contains&#8217; pseudo selector in jQuery &amp; webrat behave differently with regards to commas. in jQuery it treats it as a string, in webrat &#40;probably because it is converted to xpath&#41; it is treated as separator.</li>
<li><code>spec.opts &lt;&lt; --format profile</code> will show you the 10 slowest specs after the suite is run.</li>
<li>Rails versions > 2.3.x use HTTP only cookeis so you cannot use selenium to clear them out.  You can turn that off in your test environment to fix this.  while a slower you may also just want your sleenium tests to open a fresh browser for every test in case there are other side effects in the browser like local data stores etc.</li>
<li>If you are using RubyMine and are experiencing a perpetual &#8216;Attach gems&#8217; problem you may be able to fix it by clearing out older gem versions. <code>gem clean</code></li>
<li><a href="https://wiki.basho.com/display/RIAK/Riak">Riak</a> is a distributed hash table data store solution.  They are working on a project that is going to implement the <a href="http://lucene.apache.org/solr/">SOLR</a> api but be backed by Riak instead of <a href="http://lucene.apache.org">lucene</a></li>
<li>If your using Rails 3/Passanger and you would like to have a production like environment but not call it &#8216;production&#8217;, say &#8216;demo&#8217; You will need to change not only the RAILS_ENV but also the RACK_ENV variable to get it to work.  Someone also mentioned that there may be a Passenger config that will also do this.</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/">Standup 08/12/2010: (Text encoding issues)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-08-12-2010-text-encoding-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Standup 08/11/2010 (using VCR to mock out external dependencies and much more)</title>
		<link>http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/</link>
		<comments>http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:31:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/</guid>
		<description><![CDATA[<p><p>&#40;Title: Standup 11/31/2000: Something Interesting from the post&#41;</p>

<h2>Ask for Help</h2>

<blockquote>
    <p><em>"I have a paid for iPhone app in the app store and I want to deprecate the paid for feature and release the next version as a free app with ads.  How can I continue give the users who have paid an add free version while keeping all new/future downloads free-with-ads?"</em></p>
</blockquote>

<p>So far the only idea has been to release a second app that is free, but that has the problem of loosing all positive press/feedback for the existing app. And would seem to double the effort to provide upgrades for all users.</p>

<blockquote>
    <p><em>"We are getting 'Connection reset by peer' errors using Rescue to kick off some background jobs.  It seems to be happening even for jobs that run only locally on the machine.  They seem to happen randomly for various bg jobs.  Has anyone else experienced this or have ideas on what is causing it?"</em></p>
</blockquote>

<p>The connection reset by peer error is most often thrown by TCP/IP connections being closed by someone other than the client.  Either the remote service close the connection or the network failed to keep the connection open.  No one seems to have ideas on why/how it would be happening for local BG jobs.</p>

<blockquote>
    <p><em>"Devise + Selenium == 'you are being redirected'.  When trying to selenium test log in, rather than redirecting correctly post login as it really does, the selenium test fails with a page stating 'you are being redirected'. Why is it not doing the actual redirect?"</em></p>
</blockquote>

<p>There is a config somewhat deep in SeleniumRC config that tells selenium whether or not to follow redirects, it may be that it is set wrong. &#40;the default should be to follow them and if you have not messed with it, not sure if this is your problem&#41; </p>

<blockquote>
    <p><em>"We would like to be able to run our full and long-running test suite in the background while still having the 'test' environment free for doing BDD/focused testing.  There are many potential solutions for this but what is the easiest/best to implement?"</em></p>
</blockquote>

<p>solutions include:</p>

<ul>
<li>Create a VM image that has your dev/test environment setup on it, push the changes to it and run you full suite in the through a terminal window.  This has the drawback of a fair amount of time/effort setting up the vm correctly but that is a one-time-cost.  You also need to do some interesting things with your hosts file and ssh keys to make access between your main system and the VM easier, and tends to require to commit the code somewhere in order to push it to the vm which, depending on your workflow, may be exactly what you don't want to do.</li>
<li>Create a new env &#38; db call 'test_suite' and run your full suite against that environment.  This solution generally requires you to clone a bunch of the default rake tasks which have the 'test' env hard coded in them such as db:test:prepare and related.  if you look at db.rake for how often the test env is hard-coded you will see that it is non-trivial.  Also once you have duplicated all those tasks you are stuck maintaining them as you upgrade rails.</li>
<li>Someone mention a project called <a href="http://vagrantup.com/">Vagrant</a> as a variant on the VM solution.  This may solve some of the main pain points with doing it that way.</li>
<li>Someone else mentioned a plugin called <a href="http://github.com/grosser/parallel_tests">Parallel Tests</a> that utilizes the multiple environments approach.  Maybe it can be tweaked/referenced as a solution to run all tests in an alt test environment</li>
</ul>

<blockquote>
    <p><em>"I have upgraded to <a href="http://code.google.com/p/selenium/">Selenium 2 pre-alpha 5</a> and seem to be unable to use 'click' in chrome?"</em></p>
</blockquote>

<p>Most suggestions involved "... then don't use click" or "... try double-click"</p>

<blockquote>
    <p><em>"We are trying out the new bluetooth only 'magic mouse' from apple but in this office with lots of macs it is taking for ever to connect the mouse. why?"</em></p>
</blockquote>

<p>It seems that a lot of the machines have bluetooth enabled and have discoverability turned on at all times. It would be bets to turn bluetooth off if your not using it and if you are to turn off discoverability except when connecting a new device.</p>

<blockquote>
    <p><em>"after using 'tail -f' my terminal window no longer shows keyboard input. why?"</em></p>
</blockquote>

<p>It is possible that you have a complex and buggy PS1 defined and there is some data being printed in whatever you are tailing that is messing with that PS1.  Try greatly simplifying your PS1 and see if that resolves the problem then do a binary search on your old PS1 to find the offending portion.
If you are unable to find the root cause you can try one of the following. Try resetting your terminal using the unix command 'reset' and see if it fixes your terminal window. Try using the tailing option in Less 'less -F [file]' </p>

<h2>Interesting Things</h2>

<ul>
<li><a href="http://github.com/myronmarston/vcr">VCR</a> is a great way to fake out an external dependency to run your tests against.  It is an especially good/easy way to fake out external api's</li>
</ul> <a href="http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/">Standup 08/11/2010 (using VCR to mock out external dependencies and much more)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>&#40;Title: Standup 11/31/2000: Something Interesting from the post&#41;</p>
<h2>Ask for Help</h2>
<blockquote>
<p><em>&#8220;I have a paid for iPhone app in the app store and I want to deprecate the paid for feature and release the next version as a free app with ads.  How can I continue give the users who have paid an add free version while keeping all new/future downloads free-with-ads?&#8221;</em></p>
</blockquote>
<p>So far the only idea has been to release a second app that is free, but that has the problem of loosing all positive press/feedback for the existing app. And would seem to double the effort to provide upgrades for all users.</p>
<blockquote>
<p><em>&#8220;We are getting &#8216;Connection reset by peer&#8217; errors using Rescue to kick off some background jobs.  It seems to be happening even for jobs that run only locally on the machine.  They seem to happen randomly for various bg jobs.  Has anyone else experienced this or have ideas on what is causing it?&#8221;</em></p>
</blockquote>
<p>The connection reset by peer error is most often thrown by TCP/IP connections being closed by someone other than the client.  Either the remote service close the connection or the network failed to keep the connection open.  No one seems to have ideas on why/how it would be happening for local BG jobs.</p>
<blockquote>
<p><em>&#8220;Devise + Selenium == &#8216;you are being redirected&#8217;.  When trying to selenium test log in, rather than redirecting correctly post login as it really does, the selenium test fails with a page stating &#8216;you are being redirected&#8217;. Why is it not doing the actual redirect?&#8221;</em></p>
</blockquote>
<p>There is a config somewhat deep in SeleniumRC config that tells selenium whether or not to follow redirects, it may be that it is set wrong. &#40;the default should be to follow them and if you have not messed with it, not sure if this is your problem&#41; </p>
<blockquote>
<p><em>&#8220;We would like to be able to run our full and long-running test suite in the background while still having the &#8216;test&#8217; environment free for doing BDD/focused testing.  There are many potential solutions for this but what is the easiest/best to implement?&#8221;</em></p>
</blockquote>
<p>solutions include:</p>
<ul>
<li>Create a VM image that has your dev/test environment setup on it, push the changes to it and run you full suite in the through a terminal window.  This has the drawback of a fair amount of time/effort setting up the vm correctly but that is a one-time-cost.  You also need to do some interesting things with your hosts file and ssh keys to make access between your main system and the VM easier, and tends to require to commit the code somewhere in order to push it to the vm which, depending on your workflow, may be exactly what you don&#8217;t want to do.</li>
<li>Create a new env &amp; db call &#8216;test_suite&#8217; and run your full suite against that environment.  This solution generally requires you to clone a bunch of the default rake tasks which have the &#8216;test&#8217; env hard coded in them such as db:test:prepare and related.  if you look at db.rake for how often the test env is hard-coded you will see that it is non-trivial.  Also once you have duplicated all those tasks you are stuck maintaining them as you upgrade rails.</li>
<li>Someone mention a project called <a href="http://vagrantup.com/">Vagrant</a> as a variant on the VM solution.  This may solve some of the main pain points with doing it that way.</li>
<li>Someone else mentioned a plugin called <a href="http://github.com/grosser/parallel_tests">Parallel Tests</a> that utilizes the multiple environments approach.  Maybe it can be tweaked/referenced as a solution to run all tests in an alt test environment</li>
</ul>
<blockquote>
<p><em>&#8220;I have upgraded to <a href="http://code.google.com/p/selenium/">Selenium 2 pre-alpha 5</a> and seem to be unable to use &#8216;click&#8217; in chrome?&#8221;</em></p>
</blockquote>
<p>Most suggestions involved &#8220;&#8230; then don&#8217;t use click&#8221; or &#8220;&#8230; try double-click&#8221;</p>
<blockquote>
<p><em>&#8220;We are trying out the new bluetooth only &#8216;magic mouse&#8217; from apple but in this office with lots of macs it is taking for ever to connect the mouse. why?&#8221;</em></p>
</blockquote>
<p>It seems that a lot of the machines have bluetooth enabled and have discoverability turned on at all times. It would be bets to turn bluetooth off if your not using it and if you are to turn off discoverability except when connecting a new device.</p>
<blockquote>
<p><em>&#8220;after using &#8216;tail -f&#8217; my terminal window no longer shows keyboard input. why?&#8221;</em></p>
</blockquote>
<p>It is possible that you have a complex and buggy PS1 defined and there is some data being printed in whatever you are tailing that is messing with that PS1.  Try greatly simplifying your PS1 and see if that resolves the problem then do a binary search on your old PS1 to find the offending portion.<br />
If you are unable to find the root cause you can try one of the following. Try resetting your terminal using the unix command &#8216;reset&#8217; and see if it fixes your terminal window. Try using the tailing option in Less &#8216;less -F [file]&#8216; </p>
<h2>Interesting Things</h2>
<ul>
<li><a href="http://github.com/myronmarston/vcr">VCR</a> is a great way to fake out an external dependency to run your tests against.  It is an especially good/easy way to fake out external api&#8217;s</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/">Standup 08/11/2010 (using VCR to mock out external dependencies and much more)</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-08-11-2010-using-vcr-to-mock-out-external-dependencies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Title: Standup 05/22/2009: RubyMine &#8211; CentOS &#8211; Symlink Testing &#8211; JSON gem &#8211; EY Solo</title>
		<link>http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/</link>
		<comments>http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/#comments</comments>
		<pubDate>Fri, 22 May 2009 23:16:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"I am having trouble installing <a href="http://wwwsearch.sourceforge.net/mechanize/">Mechaize</a> on <a href="http://www.centos.org/">CentOS</a> any tips and tricks?"</em></p>
</blockquote>

<p>None from the pivots...</p>

<blockquote>
    <p><em>"Any good tips on testing the creation of symlinks from ruby?"</em></p>
</blockquote>

<p>shell out and do an <code>ls -l</code> then parse the string to see if it's target is correct.</p>

<h2>Interesting Things</h2>

<ul>
<li><a href="http://www.jetbrains.com/ruby/index.html">RubyMine</a>'s changes -> repository pane only seems to show the current users changes &#40;SVN&#41; instead of all changes for the repository.  Showing history of a file still shows all user changes.</li>
<li>The <a href="http://json.rubyforge.org/index.html">JSON gem</a> overrides active supports to_json method. So if you are using the built in rails JSON support and you install the gem be aware that there are differences between them.
<ul>
<li>Word is this is better on Edge and the gem no longer conflicts with the built-in version</li>
</ul></li>
<li>We have started moving some of our servers to <a href="http://cloud.engineyard.com">Engine Yards cloud solution</a>, and while it is still in the early stages it is looking like a promising solution.</li>
</ul> <a href="http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/">Title: Standup 05/22/2009: RubyMine &#8211; CentOS &#8211; Symlink Testing &#8211; JSON gem &#8211; EY Solo</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;I am having trouble installing <a href="http://wwwsearch.sourceforge.net/mechanize/">Mechaize</a> on <a href="http://www.centos.org/">CentOS</a> any tips and tricks?&#8221;</em></p>
</blockquote>
<p>None from the pivots&#8230;</p>
<blockquote>
<p><em>&#8220;Any good tips on testing the creation of symlinks from ruby?&#8221;</em></p>
</blockquote>
<p>shell out and do an <code>ls -l</code> then parse the string to see if it&#8217;s target is correct.</p>
<h2>Interesting Things</h2>
<ul>
<li><a href="http://www.jetbrains.com/ruby/index.html">RubyMine</a>&#8216;s changes -> repository pane only seems to show the current users changes &#40;SVN&#41; instead of all changes for the repository.  Showing history of a file still shows all user changes.</li>
<li>The <a href="http://json.rubyforge.org/index.html">JSON gem</a> overrides active supports to_json method. So if you are using the built in rails JSON support and you install the gem be aware that there are differences between them.
<ul>
<li>Word is this is better on Edge and the gem no longer conflicts with the built-in version</li>
</ul>
</li>
<li>We have started moving some of our servers to <a href="http://cloud.engineyard.com">Engine Yards cloud solution</a>, and while it is still in the early stages it is looking like a promising solution.</li>
</ul>
<p>The post <a href="http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/">Title: Standup 05/22/2009: RubyMine &#8211; CentOS &#8211; Symlink Testing &#8211; JSON gem &#8211; EY Solo</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/title-standup-05-22-2009-rubymine-centos-symlink-testing-json-gem-ey-solo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Title: Standup 05/21/2009: Slow dependent destroy&#039;s</title>
		<link>http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/</link>
		<comments>http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/#comments</comments>
		<pubDate>Thu, 21 May 2009 22:59:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"I have a dependent destroy that is taking 5sec+, What can I do to speed that up?"</em></p>
</blockquote>

<ul>
<li>try dependent delete on the leaves of the chain if you don't have any after destroy hooks there that need running.</li>
<li>try cascade delete in your database &#40;again as long as you don't have any after destroys to worry about&#41;</li>
<li>try marking the element at the top of the tree as deleted &#40;using acts as paranoid or similar&#41;, then run an offline process to look for those records and destroy them and their dependent objects.</li>
<li>don't worry about orphaned records and manually clean them up every once in a while &#40;unrecommended but least development effort&#41;</li>
</ul> <a href="http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/">Title: Standup 05/21/2009: Slow dependent destroy&#039;s</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;I have a dependent destroy that is taking 5sec+, What can I do to speed that up?&#8221;</em></p>
</blockquote>
<ul>
<li>try dependent delete on the leaves of the chain if you don&#8217;t have any after destroy hooks there that need running.</li>
<li>try cascade delete in your database &#40;again as long as you don&#8217;t have any after destroys to worry about&#41;</li>
<li>try marking the element at the top of the tree as deleted &#40;using acts as paranoid or similar&#41;, then run an offline process to look for those records and destroy them and their dependent objects.</li>
<li>don&#8217;t worry about orphaned records and manually clean them up every once in a while &#40;unrecommended but least development effort&#41;</li>
</ul>
<p>The post <a href="http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/">Title: Standup 05/21/2009: Slow dependent destroy&#039;s</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/title-standup-05-20-2009-slow-dependent-destroy-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup 05/20/2009: &quot;Merging Large Data Sets &#8211; after_commit&quot;</title>
		<link>http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/</link>
		<comments>http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/#comments</comments>
		<pubDate>Wed, 20 May 2009 22:45:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"What are some good ways to merge large business location data sets?"</em></p>
</blockquote>

<p>There was a bunch of input including the following:</p>

<ul>
<li>You should create a scoring of how close the matches are.</li>
<li>Good admin merge tools are worth the effort to create.</li>
<li>Normalizing the data prior to the merge &#40;i.e. pass the addresses through the USPS API to turn [Av Ave Avenue] => Ave&#41;</li>
<li>Humans do this best, outsource or Mechanical Turk it.</li>
</ul>

<h2>Interesting Things</h2>

<ul>
<li><p>The <a href="http://github.com/GUI/after_commit/tree/master">after_commit plugin</a> allows you to hook events to after the transaction commits.  This is really useful when kicking off threads that expect to have access to the data in the database. Note: using after_save can cause you to have a race condition if the other thread attempts access to the data before the original thread has a chance to commit the transaction.</p></li>
<li><p>If you are storing a marshaled object in the database, you should make that field a blob type, it is smaller to store and if you leave it as a text or varchar you can corrupt the binary data you are storing in there.  If you don't have a choice about field types you should at least base64 encode the marshaled data before storing it.</p></li>
</ul>

<h2>ctrl+z</h2>

<p>RE: "NewRelic Side Effects?" from <a href="http://pivotallabs.com/users/jonathan/blog/articles/859-standup-05-19-2009-tool-annoyances-better-firebug-sass-support">05/19/2009 Standup</a></p>

<ul>
<li>It seems that NewRelic was not the cause of the problem but helped in exacerbating the problem by holding the transaction open long enough to create a race condition that still shows up when the system is put under enough load.  To fix our problem we moved the trigger that launches the background process from and after_save to an after_commit <a href="http://github.com/GUI/after_commit/tree/master">see plugin</a>.  We also re-added NewRelic.</li>
</ul> <a href="http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/">Standup 05/20/2009: &quot;Merging Large Data Sets &#8211; after_commit&quot;</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;What are some good ways to merge large business location data sets?&#8221;</em></p>
</blockquote>
<p>There was a bunch of input including the following:</p>
<ul>
<li>You should create a scoring of how close the matches are.</li>
<li>Good admin merge tools are worth the effort to create.</li>
<li>Normalizing the data prior to the merge &#40;i.e. pass the addresses through the USPS API to turn [Av Ave Avenue] => Ave&#41;</li>
<li>Humans do this best, outsource or Mechanical Turk it.</li>
</ul>
<h2>Interesting Things</h2>
<ul>
<li>
<p>The <a href="http://github.com/GUI/after_commit/tree/master">after_commit plugin</a> allows you to hook events to after the transaction commits.  This is really useful when kicking off threads that expect to have access to the data in the database. Note: using after_save can cause you to have a race condition if the other thread attempts access to the data before the original thread has a chance to commit the transaction.</p>
</li>
<li>
<p>If you are storing a marshaled object in the database, you should make that field a blob type, it is smaller to store and if you leave it as a text or varchar you can corrupt the binary data you are storing in there.  If you don&#8217;t have a choice about field types you should at least base64 encode the marshaled data before storing it.</p>
</li>
</ul>
<h2>ctrl+z</h2>
<p>RE: &#8220;NewRelic Side Effects?&#8221; from <a href="http://pivotallabs.com/users/jonathan/blog/articles/859-standup-05-19-2009-tool-annoyances-better-firebug-sass-support">05/19/2009 Standup</a></p>
<ul>
<li>It seems that NewRelic was not the cause of the problem but helped in exacerbating the problem by holding the transaction open long enough to create a race condition that still shows up when the system is put under enough load.  To fix our problem we moved the trigger that launches the background process from and after_save to an after_commit <a href="http://github.com/GUI/after_commit/tree/master">see plugin</a>.  We also re-added NewRelic.</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/">Standup 05/20/2009: &quot;Merging Large Data Sets &#8211; after_commit&quot;</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-05-20-2009-merging-large-data-sets-after-commit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup 05/19/2009: Tool Annoyances; Better Firebug SASS Support</title>
		<link>http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/</link>
		<comments>http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/#comments</comments>
		<pubDate>Tue, 19 May 2009 23:28:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"Who is getting <code>svn: Server sent unexpected return value &#40;403 Forbidden&#41; in response to PROPFIND</code> in SVN?"</em></p>
</blockquote>

<p>Lots of people!  This is a known bug when a SVN project has to traverse the repository using more than one user.  Check out <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3242" title="subversion: Issue 3242">subversion: Issue 3242</a>.</p>

<blockquote>
    <p><em>"Has anyone gotten ImageMagic to work with <a href="http://www.modrails.com/" title="Overview — Phusion Passenger&#38;trade; (a.k.a. mod_rails / mod_rack)">Phusion Passenger</a> on <a href="http://www.centos.org/" title="www.centos.org - The Community ENTerprise Operating System">CentOS</a>?"</em></p>
</blockquote>

<p>It seems to work with Mongrel, but not Passenger.  </p>

<blockquote>
    <p><em>"Who is getting <code>svn: Server sent unexpected return value &#40;403 Forbidden&#41; in response to PROPFIND</code> in SVN?"</em></p>
</blockquote>

<h2>Interesting Things</h2>

<ul>
<li><p><strong><a href="http://code.google.com/p/fbug/source/browse/branches/firebug1.4/docs/ReleaseNotes_1.4.txt" title="ReleaseNotes_1.4.txt - fbug - Google Code">Firebug 1.4 - Alpha</a></strong></p>

<ul>
<li>It has some cool new features, such as showing you CSS comments -- handy for SASS debugging!  Works in conjunction with <a href="http://pivotallabs.com/users/damon/blog/articles/765-standup-04-07-2009-we-have-questions#comments" title="damon - Standup 04/07/2009: We Have Questions">enabling SASS line numbers in the CSS output</a>.</li>
<li>It also supports <a href="http://www.incaseofstairs.com/firediff/" title="Firediff - In Case of Stairs">FireDiff</a>, which "records all of the changes made by firebug and the application itself to CSS and the DOM".</li>
</ul></li>
<li><p><strong>NewRelic Side Effects?</strong>  We have some background processes that get kicked off from after saves of some of our ActiveRecords.  These processes use Active Resource to post back updates to these records.  Unfortunately the transaction that creates the record initially doesn't seem to have completed before the first post-backs attempt to update them. &#40;race condition&#41;.  After trying a bunch of stuff we randomly removed the NewRelic plugin and all of the sudden we had no more race conditions.  Is the NewRelic plugin holding the DB transactions open too long?</p></li>
<li><p><strong>MySQL index sample size:</strong> We discovered that MySQL's <code>ANALYZE TABLE</code> uses a fixed sample size from the index regardless of the size of the table and thus can have really incorrect cardinality and which could lead to it choosing the wrong index.  Also <code>ANALYZE TABLE</code> gets run often &#40;opening new connections, first read of table&#41; and due to the problem mentioned above can cause the system to switch from using the right index to the wrong index each time you look at it.</p></li>
</ul> <a href="http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/">Standup 05/19/2009: Tool Annoyances; Better Firebug SASS Support</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;Who is getting <code>svn: Server sent unexpected return value &#40;403 Forbidden&#41; in response to PROPFIND</code> in SVN?&#8221;</em></p>
</blockquote>
<p>Lots of people!  This is a known bug when a SVN project has to traverse the repository using more than one user.  Check out <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3242" title="subversion: Issue 3242">subversion: Issue 3242</a>.</p>
<blockquote>
<p><em>&#8220;Has anyone gotten ImageMagic to work with <a href="http://www.modrails.com/" title="Overview — Phusion Passenger&amp;trade; (a.k.a. mod_rails / mod_rack)">Phusion Passenger</a> on <a href="http://www.centos.org/" title="www.centos.org - The Community ENTerprise Operating System">CentOS</a>?&#8221;</em></p>
</blockquote>
<p>It seems to work with Mongrel, but not Passenger.  </p>
<blockquote>
<p><em>&#8220;Who is getting <code>svn: Server sent unexpected return value &#40;403 Forbidden&#41; in response to PROPFIND</code> in SVN?&#8221;</em></p>
</blockquote>
<h2>Interesting Things</h2>
<ul>
<li>
<p><strong><a href="http://code.google.com/p/fbug/source/browse/branches/firebug1.4/docs/ReleaseNotes_1.4.txt" title="ReleaseNotes_1.4.txt - fbug - Google Code">Firebug 1.4 &#8211; Alpha</a></strong></p>
<ul>
<li>It has some cool new features, such as showing you CSS comments &#8212; handy for SASS debugging!  Works in conjunction with <a href="http://pivotallabs.com/users/damon/blog/articles/765-standup-04-07-2009-we-have-questions#comments" title="damon - Standup 04/07/2009: We Have Questions">enabling SASS line numbers in the CSS output</a>.</li>
<li>It also supports <a href="http://www.incaseofstairs.com/firediff/" title="Firediff - In Case of Stairs">FireDiff</a>, which &#8220;records all of the changes made by firebug and the application itself to CSS and the DOM&#8221;.</li>
</ul>
</li>
<li>
<p><strong>NewRelic Side Effects?</strong>  We have some background processes that get kicked off from after saves of some of our ActiveRecords.  These processes use Active Resource to post back updates to these records.  Unfortunately the transaction that creates the record initially doesn&#8217;t seem to have completed before the first post-backs attempt to update them. &#40;race condition&#41;.  After trying a bunch of stuff we randomly removed the NewRelic plugin and all of the sudden we had no more race conditions.  Is the NewRelic plugin holding the DB transactions open too long?</p>
</li>
<li>
<p><strong>MySQL index sample size:</strong> We discovered that MySQL&#8217;s <code>ANALYZE TABLE</code> uses a fixed sample size from the index regardless of the size of the table and thus can have really incorrect cardinality and which could lead to it choosing the wrong index.  Also <code>ANALYZE TABLE</code> gets run often &#40;opening new connections, first read of table&#41; and due to the problem mentioned above can cause the system to switch from using the right index to the wrong index each time you look at it.</p>
</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/">Standup 05/19/2009: Tool Annoyances; Better Firebug SASS Support</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-05-19-2009-tool-annoyances-better-firebug-sass-support/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Standup 05/18/2009: Ruby Profiling</title>
		<link>http://pivotallabs.com/standup-06-18-2009-ruby-profiling/</link>
		<comments>http://pivotallabs.com/standup-06-18-2009-ruby-profiling/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:48:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[profiling]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-06-18-2009-ruby-profiling/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"Does time spent in the C code show up in the <a href="http://ruby-prof.rubyforge.org/">ruby-prof</a> output?"</em></p>
</blockquote>

<p>Yes it does -- There are two stats for method time: "Self" [time in method] - [time spent in called children]&#41;, "total" [total time in method].  The second should include time spent in the C code</p>

<p>It was also mentioned that it is much more useful to look at the ruby prof output as HTML or even better using <a href="http://kcachegrind.sourceforge.net/html/Home.html">KCachegrind</a> &#40;though it was mentioned that it can be a bit of a pain to get it installed see  <a href="http://pivotallabs.com/users/colin/blog/articles/844-kcachegrind-os-x-10-5-6">KCachegrind OS X 10.5.6</a> </p> <a href="http://pivotallabs.com/standup-06-18-2009-ruby-profiling/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-06-18-2009-ruby-profiling/">Standup 05/18/2009: Ruby Profiling</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;Does time spent in the C code show up in the <a href="http://ruby-prof.rubyforge.org/">ruby-prof</a> output?&#8221;</em></p>
</blockquote>
<p>Yes it does &#8212; There are two stats for method time: &#8220;Self&#8221; [time in method] &#8211; [time spent in called children]&#41;, &#8220;total&#8221; [total time in method].  The second should include time spent in the C code</p>
<p>It was also mentioned that it is much more useful to look at the ruby prof output as HTML or even better using <a href="http://kcachegrind.sourceforge.net/html/Home.html">KCachegrind</a> &#40;though it was mentioned that it can be a bit of a pain to get it installed see  <a href="http://pivotallabs.com/users/colin/blog/articles/844-kcachegrind-os-x-10-5-6">KCachegrind OS X 10.5.6</a> </p>
<p>The post <a href="http://pivotallabs.com/standup-06-18-2009-ruby-profiling/">Standup 05/18/2009: Ruby Profiling</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-06-18-2009-ruby-profiling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide .svn files in changes view of RubyMine</title>
		<link>http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/</link>
		<comments>http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 06:20:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Labs]]></category>
		<category><![CDATA[rubymine]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/</guid>
		<description><![CDATA[<p><p>You have probably noticed that the changes view is unusable in RubyMine because of all the .svn files showing. </p>

<p>Well if you refresh &#40; <img src="http://s3.amazonaws.com/assets.pivotallabs.com/149/original/picture_5.png" alt="'changes' reload image" /> &#41; the changes view they go away...Hurray! </p> <a href="http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/">Hide .svn files in changes view of RubyMine</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>You have probably noticed that the changes view is unusable in RubyMine because of all the .svn files showing. </p>
<p>Well if you refresh &#40; <img src="http://s3.amazonaws.com/assets.pivotallabs.com/149/original/picture_5.png" alt="'changes' reload image" /> &#41; the changes view they go away&#8230;Hurray! </p>
<p>The post <a href="http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/">Hide .svn files in changes view of RubyMine</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/hide-svn-files-in-changes-view-of-rubymine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup 08/21/2008</title>
		<link>http://pivotallabs.com/standup-08-21-2008/</link>
		<comments>http://pivotallabs.com/standup-08-21-2008/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 21:57:00 +0000</pubDate>
		<dc:creator>Jonathan Barnes</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-08-21-2008/</guid>
		<description><![CDATA[<p><h2>Interesting Things</h2>

<ul>
<li><a href="http://apidock.com">APIdock.com</a> is a web app that provides a rich and usable interface for searching, perusing and improving the documentation of projects that are included in the app.</li>
</ul> <a href="http://pivotallabs.com/standup-08-21-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-08-21-2008/">Standup 08/21/2008</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Interesting Things</h2>
<ul>
<li><a href="http://apidock.com">APIdock.com</a> is a web app that provides a rich and usable interface for searching, perusing and improving the documentation of projects that are included in the app.</li>
</ul>
<p>The post <a href="http://pivotallabs.com/standup-08-21-2008/">Standup 08/21/2008</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-08-21-2008/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 1133/1224 objects using apc

 Served from: pivotallabs.com @ 2013-05-23 21:33:22 by W3 Total Cache -->