<?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; Callum Stott</title>
	<atom:link href="http://pivotallabs.com/author/cstott/feed/" rel="self" type="application/rss+xml" />
	<link>http://pivotallabs.com</link>
	<description>Agility Developed</description>
	<lastBuildDate>Fri, 17 May 2013 20:10:59 +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>Too much magic for Ken</title>
		<link>http://pivotallabs.com/too-much-magic-for-ken/</link>
		<comments>http://pivotallabs.com/too-much-magic-for-ken/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 17:17:19 +0000</pubDate>
		<dc:creator>Callum Stott</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/?p=15499</guid>
		<description><![CDATA[<p>Helps Lobot needs YOU The Lobot project is recruiting team members. Mostly that means that when scheduling permits, you&#8217;ll work on Lobot as a project. Contact Ken (the new PM), or Davis. How do RubyMine inspections work? I have a module that creates methods dynamically, but I want Command-B to work for those methods. Interestings before_save on: :create fails silently before_save and after_save will happily take an on: :create option, and then completely ignore it. before_validation takes an on: :create option, and actually works, which is why it feels natural to put on: :create after a before or after save. The right answer, apparently, is to use before_create or after_create. See also: http://grokbase.com/t/gg/rubyonrails-core/12bda67vx2/rails-core-suggestion-%60before-save-on-create%60-should-either-work-or-raise-an-exception Resque worker shutting down on Heroku &#8211; solved We recently added the resque-pool gem which does alias_method on the resque worker shutdown? method to look at the pid of the process being shutdown. On Heroku this always&#8230;</p><p>The post <a href="http://pivotallabs.com/too-much-magic-for-ken/">Too much magic for Ken</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<h3>Lobot needs YOU</h3>
<p>The Lobot project is recruiting team members. Mostly that means that when scheduling permits, you&#8217;ll work on Lobot as a project. Contact Ken (the new PM), or Davis.</p>
<h3>How do RubyMine inspections work?</h3>
<p>I have a module that creates methods dynamically, but I want Command-B to work for those methods.</p>
<h2>Interestings</h2>
<h3>before_save on: :create fails silently</h3>
<p>before_save and after_save will happily take an on: :create option, and then completely ignore it. before_validation takes an on: :create option, and actually works, which is why it feels natural to put on: :create after a before or after save.</p>
<p>The right answer, apparently, is to use before_create or after_create.</p>
<p>See also: <a href="http://grokbase.com/t/gg/rubyonrails-core/12bda67vx2/rails-core-suggestion-%60before-save-on-create%60-should-either-work-or-raise-an-exception">http://grokbase.com/t/gg/rubyonrails-core/12bda67vx2/rails-core-suggestion-%60before-save-on-create%60-should-either-work-or-raise-an-exception</a></p>
<h3>Resque worker shutting down on Heroku &#8211; solved</h3>
<p>We recently added the resque-pool gem which does alias_method on the resque worker shutdown? method to look at the pid of the process being shutdown. On Heroku this always evaluates to true.<br />
Takeaway message don&#8217;t add resque-pool gem to your gemfile for an heroku application.</p>
<h3>hackernewsletter.com</h3>
<p>Weekly email of curated links from hacker news. Recommended by Rajan.</p>
<h3>Thoughtbot is writing a book</h3>
<p>Ruby Science: <a href="https://learn.thoughtbot.com/products/13-ruby-science">https://learn.thoughtbot.com/products/13-ruby-science</a></p>
<p>The post <a href="http://pivotallabs.com/too-much-magic-for-ken/">Too much magic for Ken</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/too-much-magic-for-ken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What time is it supposed to be?</title>
		<link>http://pivotallabs.com/what-time-is-it-supposed-to-be/</link>
		<comments>http://pivotallabs.com/what-time-is-it-supposed-to-be/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 17:20:03 +0000</pubDate>
		<dc:creator>Callum Stott</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/?p=15485</guid>
		<description><![CDATA[<p>Helps Any Good iOS Analytics Tools? Has anyone tried/prefer any particular iOS analytics tools? We&#8217;re looking at Google Analytics, Flurry, and Mixpanel. Per-user drill downs would be nice and all features we need are supported by all three (custom events with extra data and session tracking). Dying Heroku Resque Worker We&#8217;ve got a resque worker on Heroku that dies instantly without any error. When we created one in a rails console it looked as though it was receiving a shutdown signal.</p><p>The post <a href="http://pivotallabs.com/what-time-is-it-supposed-to-be/">What time is it supposed to be?</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<h3>Any Good iOS Analytics Tools?</h3>
<p>Has anyone tried/prefer any particular iOS analytics tools? We&#8217;re looking at Google Analytics, Flurry, and Mixpanel. Per-user drill downs would be nice and all features we need are supported by all three (custom events with extra data and session tracking).</p>
<h3>Dying Heroku Resque Worker</h3>
<p>We&#8217;ve got a resque worker on Heroku that dies instantly without any error. When we created one in a rails console it looked as though it was receiving a shutdown signal.</p>
<p>The post <a href="http://pivotallabs.com/what-time-is-it-supposed-to-be/">What time is it supposed to be?</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/what-time-is-it-supposed-to-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awkward Bluetooth</title>
		<link>http://pivotallabs.com/awkward-bluetooth/</link>
		<comments>http://pivotallabs.com/awkward-bluetooth/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 17:18:18 +0000</pubDate>
		<dc:creator>Callum Stott</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/?p=15441</guid>
		<description><![CDATA[<p>Helps Remove unused bluetooth devices from your workstation Do us all a solid and remove those ghost devices from your bluetooth settings pane. This will make it easier for others to pair them up with a new workstation. Interestings GitGutter for Sublime Text Do you use Sublime Text? Would you like to see a git line change indicator alongside your files? https://github.com/jisaacks/GitGutter Bonus: there&#8217;s a vim version! https://github.com/tpope/vim-fugitive Twitter typeahead.js Twitter have release a js plugin for typeaheads: http://twitter.github.com/bootstrap/javascript.html#typeahead Events Wednesday: Saturday Pair Exchange Come take part in the the special new extended Pair Exchange event on Saturday from 12:30 &#8211; 5:30.</p><p>The post <a href="http://pivotallabs.com/awkward-bluetooth/">Awkward Bluetooth</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Helps</h2>
<h3>Remove unused bluetooth devices from your workstation</h3>
<p>Do us all a solid and remove those ghost devices from your bluetooth settings pane. This will make it easier for others to pair them up with a new workstation.</p>
<h2>Interestings</h2>
<h3>GitGutter for Sublime Text</h3>
<p>Do you use Sublime Text? Would you like to see a git line change indicator alongside your files?</p>
<p><a href="https://github.com/jisaacks/GitGutter">https://github.com/jisaacks/GitGutter</a></p>
<p>Bonus: there&#8217;s a vim version! <a href="https://github.com/tpope/vim-fugitive">https://github.com/tpope/vim-fugitive</a></p>
<h3>Twitter typeahead.js</h3>
<p>Twitter have release a js plugin for typeaheads:</p>
<p><a href="http://twitter.github.com/bootstrap/javascript.html#typeahead">http://twitter.github.com/bootstrap/javascript.html#typeahead</a></p>
<h2>Events</h2>
<h3>Wednesday: Saturday Pair Exchange</h3>
<p>Come take part in the the special new extended Pair Exchange event on Saturday from 12:30 &#8211; 5:30.</p>
<p>The post <a href="http://pivotallabs.com/awkward-bluetooth/">Awkward Bluetooth</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/awkward-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WE&#8217;RE #10</title>
		<link>http://pivotallabs.com/were-10/</link>
		<comments>http://pivotallabs.com/were-10/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 17:35:45 +0000</pubDate>
		<dc:creator>Callum Stott</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/?p=15440</guid>
		<description><![CDATA[<p>Events Tuesday: Tech Talk: Colin Shield on using Chef Server and Rails (Davis Frank) Tuesday: is Extreme: Host Required (Andrew Bruce) Host wanted for tonight&#8217;s Extreme Tuesday. Acquire within. Talk to Gavin, Andrew, Edgar, or anyone else involved.</p><p>The post <a href="http://pivotallabs.com/were-10/">WE&#8217;RE #10</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Events</h2>
<h3>Tuesday: Tech Talk: Colin Shield on using Chef Server and Rails</h3>
<p>(Davis Frank)</p>
<h3>Tuesday: is Extreme: Host Required</h3>
<p>(Andrew Bruce)</p>
<p>Host wanted for tonight&#8217;s Extreme Tuesday. Acquire within. Talk to Gavin, Andrew, Edgar, or anyone else involved.</p>
<p>The post <a href="http://pivotallabs.com/were-10/">WE&#8217;RE #10</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/were-10/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 639/681 objects using apc

 Served from: pivotallabs.com @ 2013-05-18 10:14:22 by W3 Total Cache -->