<?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; Erich Douglass</title>
	<atom:link href="http://pivotallabs.com/author/edouglass/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>Standup 12-21-2011: Where is my git history?</title>
		<link>http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/</link>
		<comments>http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 15:19:00 +0000</pubDate>
		<dc:creator>Erich Douglass</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"Is there a good way to manage SQL views using Active Record?"</em></p>
</blockquote>

<p>Check out the <code>rails_sql_views</code> gem.</p>

<blockquote>
    <p><em>"Can I move a file or directory with git without having the history becoming disconnected &#40;i.e have to use --follow&#41;?"</em></p>
</blockquote>

<p>Because of the way git stores files, this isn't really possible.  One workaround is to use filter-branch to rewrite history to make it look like the file was never moved.  However, you'd have to be careful and ensure that no one pushes the pre-filtered history to the repo after it has changed.</p>

<h2>Interesting Things</h2>

<blockquote>
    <p><em>"It's not possible to disable 1-click purchasing on a Kindle device."</em></p>
</blockquote>

<p>Unless you want to have a long chat with your credit card company, make sure you keep this in mind before letting a niece / nephew borrow your Kindle :&#41;</p> <a href="http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/">Standup 12-21-2011: Where is my git history?</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;Is there a good way to manage SQL views using Active Record?&#8221;</em></p>
</blockquote>
<p>Check out the <code>rails_sql_views</code> gem.</p>
<blockquote>
<p><em>&#8220;Can I move a file or directory with git without having the history becoming disconnected &#40;i.e have to use &#8211;follow&#41;?&#8221;</em></p>
</blockquote>
<p>Because of the way git stores files, this isn&#8217;t really possible.  One workaround is to use filter-branch to rewrite history to make it look like the file was never moved.  However, you&#8217;d have to be careful and ensure that no one pushes the pre-filtered history to the repo after it has changed.</p>
<h2>Interesting Things</h2>
<blockquote>
<p><em>&#8220;It&#8217;s not possible to disable 1-click purchasing on a Kindle device.&#8221;</em></p>
</blockquote>
<p>Unless you want to have a long chat with your credit card company, make sure you keep this in mind before letting a niece / nephew borrow your Kindle :&#41;</p>
<p>The post <a href="http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/">Standup 12-21-2011: Where is my git history?</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-12-21-2011-where-is-my-git-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standup 12/20/2011: Why can&#8217;t we all just get along</title>
		<link>http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/</link>
		<comments>http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:22:00 +0000</pubDate>
		<dc:creator>Erich Douglass</dc:creator>
				<category><![CDATA[Standup]]></category>
		<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/</guid>
		<description><![CDATA[<p><h2>Ask for Help</h2>

<blockquote>
    <p><em>"Is there anyway to prevent Capybara from resetting the session in RSpec?"</em></p>
</blockquote>

<p>Capybara seems to have a <code>reset_session_after_each</code> <a href="https://github.com/jnicklas/capybara/issues/418">option</a>.  It may or may not be useful.</p> <a href="http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p>The post <a href="http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/">Standup 12/20/2011: Why can&#8217;t we all just get along</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;Is there anyway to prevent Capybara from resetting the session in RSpec?&#8221;</em></p>
</blockquote>
<p>Capybara seems to have a <code>reset_session_after_each</code> <a href="https://github.com/jnicklas/capybara/issues/418">option</a>.  It may or may not be useful.</p>
<p>The post <a href="http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/">Standup 12/20/2011: Why can&#8217;t we all just get along</a> appeared first on <a href="http://pivotallabs.com">Pivotal Labs</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pivotallabs.com/standup-12-20-2011-why-can-t-we-all-just-get-along/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 477/501 objects using apc

 Served from: pivotallabs.com @ 2013-05-18 12:18:22 by W3 Total Cache -->