<?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"
	>

<channel>
	<title>SimpliTex - Ruby on Rails Web Solutions and Consulting</title>
	<atom:link href="http://www.simplitex.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplitex.com</link>
	<description>Bringing Business Insight to Agile Ruby on Rails Web Application Development</description>
	<pubDate>Thu, 11 Jun 2009 22:27:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Cockpit Helps you Pilot your Project</title>
		<link>http://www.simplitex.com/2008/10/21/cockpit-helps-you-pilot-your-project/</link>
		<comments>http://www.simplitex.com/2008/10/21/cockpit-helps-you-pilot-your-project/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 01:21:05 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[railsrumble]]></category>

		<guid isPermaLink="false">http://www.simplitex.com/?p=28</guid>
		<description><![CDATA[For our entry in last weekend&#8217;s Rails Rumble, I partnered with Justin Britten of Compulsivo to create Cockpit.
We were tired of constantly logging in to various sites to see key data for the various projects we were working on. While RSS feeds can provide much of the data, digging through RSS feeds doesn&#8217;t provide you [...]]]></description>
			<content:encoded><![CDATA[<p>For our entry in last weekend&#8217;s <a href="http://railsrumble.com/">Rails Rumble</a>, I partnered with Justin Britten of <a href="http://www.compulsivoco.com/">Compulsivo</a> to create <a title="Cockpit - Pilot your Project" href="http://cockpitapp.com">Cockpit</a>.</p>
<p>We were tired of constantly logging in to various sites to see key data for the various projects we were working on. While RSS feeds can provide much of the data, digging through RSS feeds doesn&#8217;t provide you with a true executive level overview of your project. You really want to see only the most important, relevant, and timely data&#8230; and ideally act on it. <a title="Cockpit - Pilot your Project" href="http://www.cockpitapp.com/">Cockpit</a> is our answer to this most annoying problem.</p>
<p>In the 48 hours we had for the competition we decided to focus on getting a simple proof of concept view of key data from just four widely used web services. Lots of other sites provide similarly useful data, and full interactivity would be great, but the clock was a tickin&#8217;, so we limited our scope to the following:</p>
<ul>
<li><a href="http://basecamphq.com">Basecamp</a> messages, todos and milestones - your everyday project management stuff</li>
<li><a href="http://github.com/">github</a> commits - additions to source code, which one can only hope means work is getting done</li>
<li><a href="http://lighthouseapp.com/">Lighhouse</a> tickets - when said additions go wrong they generally end up as support tickets</li>
<li><a href="http://hoptoadapp.com">Hoptoad</a> exceptions - when additions go really wrong they end up as exceptions, as in hopefully very rare</li>
</ul>
<p>Below is our delirium induced <a title="Cockpit - Pilot your Project" href="http://cockpitapp.com">Cockpit</a> introduction video&#8230; (made right after the competition ended, in other words on virtually no sleep). It is quite funny if you know us, and hopefully at least somewhat if you don&#8217;t.</p>
<div style="text-align: center;margin-top:10px;margin-bottom:20px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/IDVxqz6O_4A&amp;hl=en&amp;fs=1&amp;rel=0" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/IDVxqz6O_4A&amp;hl=en&amp;fs=1&amp;rel=0" allowfullscreen="true"></embed></object></div>
<p>We have high hopes that with the feedback that comes via the competition we will be able to create an application to help rescue all of us from project overload. Of course, winning would be great too, so don&#8217;t forget to <a href="http://railsrumble.com/teams/rubysaurus-rex">vote for us!</a></p>
<p>The competition was a blast, even if tiring. A great big thank you goes out to all the organizers, volunteers, and <a href="http://railsrumble.com/sponsors">sponsors</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simplitex.com/2008/10/21/cockpit-helps-you-pilot-your-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding git Branch and Commit Info to your Prompt</title>
		<link>http://www.simplitex.com/2008/07/21/the-tools-we-git-adding-git-branch-and-commit-info-to-your-prompt/</link>
		<comments>http://www.simplitex.com/2008/07/21/the-tools-we-git-adding-git-branch-and-commit-info-to-your-prompt/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 21:17:46 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.simplitex.com/?p=20</guid>
		<description><![CDATA[A few months ago we started using git for source control. It has a bit of a steep learning curve, but branching, tagging, and vendor management are all much easier once you wrap your head around the git approach.
I did get caught by one snag recently though. When upgrading from rails 2.0.2 to 2.1, I [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago we started using git for source control. It has a bit of a steep learning curve, but branching, tagging, and vendor management are all much easier once you wrap your head around the git approach.</p>
<p>I did get caught by one snag recently though. When upgrading from rails 2.0.2 to 2.1, I inadvertently checked out the branch, rather than the tag, and ended up with all sorts of nasty errors. Since nothing gave me an obvious indication of which tag/commit I was working with, it took me a good while to figure out what had happened.</p>
<p>Vowing to never waste time on that mistake again, and knowing it was probably a good idea to know where I was at all times anyway, I went in search of a solution. I soon came across this little gem of a <a href="http://pastie.org/pastes/165446">script</a> from Jon Maddox at <a href="http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/">simplisticcomplexity.com</a>.</p>
<p>With Jon&#8217;s script you get a bash prompt that includes the branch and looks like this:</p>
<p style="font: 12.0px Helvetica"><img src="http://www.simplitex.com/wp-content/uploads/2008/10/200810220401.jpg" alt="200810220401.jpg" width="457" height="18" /></p>
<p>Pretty sweet! Unfortunately, it doesn&#8217;t really solve my original problem, and the colors aren&#8217;t my style either. My whole problem arose because I checked out the correct branch, &#8220;2-1-stable&#8221;, but was on a commit after the one tagged &#8220;v2.1.0&#8243;. Probably one of those one in a million things, but I don&#8217;t want it to happen again.</p>
<p>So with a little work I modified Jon&#8217;s script to provide the commit and a bit more style, like so:</p>
<p style="font: 12.0px Helvetica"><img src="http://www.simplitex.com/wp-content/uploads/2008/10/200810220234.jpg" alt="the ultimate git prompt" width="569" height="17" /></p>
<p>In this example from the directory that started it all, the branch is listed as &#8220;detached&#8221; to remind you that you are not working with the HEAD revision, and the commit tag description is provided from the nearest actual tag.</p>
<p>You will more commonly see something like this in your everyday use:</p>
<p><img src="http://www.simplitex.com/wp-content/uploads/2008/10/200810220259.jpg" alt="200810220259.jpg" width="382" height="16" /></p>
<p>Knowing exactly where in the code I am at all times has since proved very useful and alerted me to other potential issues, like when I forget to merge into the staging or production branches before deploying.</p>
<p>Just grab the <a href="http://pastie.org/297856">script (pastie)</a> and put it at the top of your .bash_profile</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simplitex.com/2008/07/21/the-tools-we-git-adding-git-branch-and-commit-info-to-your-prompt/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
