<?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>tony spencer &#187; Ruby on Rails</title>
	<atom:link href="http://www.tonyspencer.com/category/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Thu, 09 Apr 2009 13:19:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter is giving Rails a bad name</title>
		<link>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/</link>
		<comments>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:24:51 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/</guid>
		<description><![CDATA[Uggh. Rebuild it already.  Its only a few actions.  It wasn&#8217;t built for this kind of app.
Python, C, Perl, whatever.
]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/twitterrific.jpg" alt="twitterific" align = "right" />Uggh. Rebuild it already.  Its only a few actions.  It wasn&#8217;t built for this kind of app.</p>
<p>Python, C, Perl, whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easy Solution for Conflicting Rails Migration Version Numbering</title>
		<link>http://www.tonyspencer.com/2008/03/02/easy-solution-for-conflicting-rails-migration-version-numbering/</link>
		<comments>http://www.tonyspencer.com/2008/03/02/easy-solution-for-conflicting-rails-migration-version-numbering/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 16:19:13 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2008/03/02/easy-solution-for-conflicting-rails-migration-version-numbering/</guid>
		<description><![CDATA[
Thats a crappy blog post title but the best I could come up with! You know the scenario: you are about to commit your latest Rails code to subversion and you perform an update first.  Rats.  Someone has committed a new migration with the same number as yours. So you mess around with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/migrations.jpg" alt="migrations numbers" /><br />
Thats a crappy blog post title but the best I could come up with! You know the scenario: you are about to commit your latest Rails code to subversion and you perform an update first.  Rats.  Someone has committed a new migration with the same number as yours. So you mess around with SQL manually reversing changes, and rename files.  Its a pain, and I think this single problem with Rails causes much stress because as Rails developers we are used to everything working so smoothly. We&#8217;ll <a href="http://www.sanityinc.com/articles/renumber-rails-migrations">Steve Purcell</a> has solved this problem in a beautiful way.</p>
<p>Install his plugin &#8216;renumber_migrations&#8217;:<br />
<code>script/plugin install http://rails.sanityinc.com/plugins/renumber_migrations/</code></p>
<p>Next time you run into this migrations mess:<br />
<code>rake db:migrate:renumber</code></p>
<p>Problem solved!</p>
<p><strong>One note</strong>:  for some reason I couldn&#8217;t get it to work until I removed line 18:<br />
<code>raise "This task currently supports only subversion projects"</code></p>
<p>Don&#8217;t know why he added that line but once it was removed it worked perfectly. Thank you very much Steve! Now if someone will write a nice script to setup a bunch of common ignore properties (log/, schema.rb, tmp/) in SVN when first importing a new Rails project&#8230;. <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2008/03/02/easy-solution-for-conflicting-rails-migration-version-numbering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ad Blockers can Ruin Your Legitimate Web App that Isn&#8217;t Even Serving Ads</title>
		<link>http://www.tonyspencer.com/2007/11/21/ad-blockers-can-ruin-your-legitimate-web-app-that-isnt-even-serving-ads/</link>
		<comments>http://www.tonyspencer.com/2007/11/21/ad-blockers-can-ruin-your-legitimate-web-app-that-isnt-even-serving-ads/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 19:17:34 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/11/21/ad-blockers-can-ruin-your-legitimate-web-app-that-isnt-even-serving-ads/</guid>
		<description><![CDATA[Since rebranding some of our old classifieds sites and relaunching the system as OhSoHandy.com in a newly built Ruby on Rails app we&#8217;ve received a handful of emails complaining about strange behavior that always involved links not appearing for the user.  
How do you read the rest of the postings or see any pictures [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://www.ohsohandy.com/pages/news">rebranding some of our old classifieds sites</a> and relaunching the system as <a href="http://www.ohsohandy.com">OhSoHandy.com</a> in a newly built Ruby on Rails app we&#8217;ve received a handful of emails complaining about strange behavior that always involved links not appearing for the user.  </p>
<blockquote><p>How do you read the rest of the postings or see any pictures that were uploaded?!?!  There are no links on the classifieds to keep reading them.  Please help since I am new to the website.</p></blockquote>
<p>At first I discounted this as user error. &#8220;These fools don&#8217;t know how to use the internets!&#8221;  DELETE.<br />
<span id="more-202"></span><br />
After getting several more of these I became concerned and managed to get a few users to send screenshots and HTML source.  We were all stumped. The page was fully loaded except the links to the classified ads were missing. There were no errors in the logs.</p>
<p>Finally I posted the mystery to my fantastic local Ruby group and <a href="http://www.zworkbench.com">Chris Garrett</a> (not <a href="http://www.chrisg.com/">the SEO one</a>) had a fantastic suggestion:</p>
<blockquote><p>I just came across something else in my hunting.  It could be an<br />
ad-blocking plugin.  See if the users have some common plugin in their<br />
browser that hides ads.  Also, see if there is some pattern to the<br />
links that are disappearing &#8211; e.g. some keyword or URL pattern.</p></blockquote>
<p>Did a bit of Googling and sure enough Norton Internet Security takes a<a href="http://service1.symantec.com/SUPPORT/nip.nsf/429934053165308488256d8e0076af48/33efe1b6e289f80088256d95007064d1?OpenDocument&#038;src=bar_sch_nam"> very heavy handed approach</a> to blocking ads on sites:</p>
<blockquote><p>Ad Blocking maintains a list of more than 200 HTML strings that are associated with advertisements&#8230;&#8230;.</p>
<p>For example, Ad Blocking prevents Web pages whose URL includes www.ad.siemens.com from being displayed because the URL includes the HTML string &#8220;AD.&#8221;</p></blockquote>
<p><a href="/wp-content/uploads/ad-block.jpg"><img src="/wp-content/uploads/ad-block-t.jpg" alt="ad block" /></a></p>
<h2>And our URL&#8217;s are structured with the word <strong><em>ad</em></strong> in the URL:</h2>
<p><a href="http://raleigh.ohsohandy.com/ad/128955-custom-home-in-historic-wake-forest">/ad/128955-custom-home-in-historic-wake-forest</a></p>
<p>Created a page to test the theory and asked the most recent user to check it.  He validated the test and confirmed that he did indeed have Norton Internet Security installed and running on his machine.</p>
<p>So be careful when naming your URL routes and avoid the use of the phrase &#8220;ad&#8221; or &#8220;banner&#8221;!  Much, MUCH thanks to Chris Garrett for thinking outside of the box and to Curt Rabon of <a href="http://www.bluelizard.com/">Blue Lizard Technologies</a> for pointing out the problem and allowing me to use him for a guinea pig.</p>
<p>Lookout Googlebot.  We&#8217;re going to be serving a LOT of 301 redirects shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/11/21/ad-blockers-can-ruin-your-legitimate-web-app-that-isnt-even-serving-ads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruby runs on iPhone</title>
		<link>http://www.tonyspencer.com/2007/09/19/ruby-runs-on-iphone/</link>
		<comments>http://www.tonyspencer.com/2007/09/19/ruby-runs-on-iphone/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 19:17:57 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/09/19/ruby-runs-on-iphone/</guid>
		<description><![CDATA[Peter Cooper pondered Ruby on iPhone?&#8230;. Giles has no iPhone, and nor do I, so we can&#8217;t test it,&#8230;&#8221;.
Yes it works:

And for any skeptics all doubt should be cleared up with this horrifically blurry, bad video I made with the only camera I had here at the office (iSight)   

]]></description>
			<content:encoded><![CDATA[<p>Peter Cooper pondered <a href="http://www.rubyinside.com/interesting-ruby-tidbits-that-dont-need-separate-posts-2-606.html">Ruby on iPhone?&#8230;. Giles has no iPhone, and nor do I, so we can&#8217;t test it,&#8230;&#8221;</a>.</p>
<p><strong>Yes it works:</strong></p>
<p><img src="/wp-content/uploads/ruby-on-iphone.jpg" /></p>
<p>And for any skeptics all doubt should be cleared up with this horrifically blurry, bad video I made with the only camera I had here at the office (iSight)  <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="/wp-content/uploads/rubyoniphone.mov"><img src="/wp-content/uploads/ruby-iphone-2.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/09/19/ruby-runs-on-iphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New columns not immediately available in migrations</title>
		<link>http://www.tonyspencer.com/2007/07/04/new-columns-not-immediately-available-in-migrations/</link>
		<comments>http://www.tonyspencer.com/2007/07/04/new-columns-not-immediately-available-in-migrations/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 16:43:22 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/07/04/new-columns-not-immediately-available-in-migrations/</guid>
		<description><![CDATA[Sometimes you add a column to a table in a migration and then you want populate the new column with some data.  Run your migration and while your column has been created in the database, your data does not populate.  The problem is that those columns are not accessible via ActiveRecord and so [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you add a column to a table in a migration and then you want populate the new column with some data.  Run your migration and while your column has been created in the database, your data does not populate.  The problem is that those columns are not accessible via ActiveRecord and so you just need to tell it to update itself:</p>
<blockquote>
<pre>
add_column :user, :favorite_beer, :string
User.reset_column_information  #<<<<<<<< Here is the ActiveRecord reload
tony = User.find_by_name "Tony Spencer"
tony.favorite_beer = "Terrapin Rye Pale Ale"
tony.save
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/07/04/new-columns-not-immediately-available-in-migrations/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lighthouse Bug Tracking Review</title>
		<link>http://www.tonyspencer.com/2007/06/21/lighthouse-bug-tracking-review/</link>
		<comments>http://www.tonyspencer.com/2007/06/21/lighthouse-bug-tracking-review/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 18:34:14 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Bug Tracking]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/06/21/lighthouse-bug-tracking-review/</guid>
		<description><![CDATA[We&#8217;ve been using Basecamp for some time now to manage multiple projects and I have really enjoyed it except for the lack of integrated issue/bug tracking.  I&#8217;ve tried hacking to-do lists and categorizing messages but I just can&#8217;t make Basecamp work for our issue tracking even though I don&#8217;t need fancy features.  I [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using Basecamp for some time now to manage multiple projects and I have really enjoyed it <strong><em>except</em></strong> for the lack of integrated issue/bug tracking.  I&#8217;ve tried hacking to-do lists and categorizing messages but I just can&#8217;t make Basecamp work for our issue tracking even though I don&#8217;t need fancy features.  I just want to rapidly log/assign issues to team members, change status, and reassign back to me when the issue is completed.</p>
<p>For years I&#8217;ve been using Mantis and it works but its quirky and rather slow to work with as the interface isn&#8217;t designed all too well.  There is also some stupid bug that makes it impossible for me to sort issues by different columns.  I&#8217;ve just signed up for Lighthouse and here are a few pros and cons I&#8217;ve noticed immediately:</p>
<ul>
<li> As a technical manager I like to be able to enter bugs/issues quickly w/out using the mouse.  Basecamp to-do lists are very nice this way as I can quickly type, tab, and hit space bar to enter an item and assign it to someone.  The create ticket feature forces me to pickup the mouse and click several places which slows things down.  It would also be very nice if it tickets were created with AJAX as to-do items in BC are done so I can very quickly fill up peoples queue . (Hey my guys work fast so I have to enter bugs fast!)<br />
<img src="/wp-content/uploads/lighthouse-new-ticket.jpg" alt="new issue" /></li>
<li> It&#8217;s not very apparent which project I&#8217;m currently managing.  Only the small drop down on the right lets me know.  I wish Lighthouse would make the current project name more prominent like in Basecamp.  Also it would be quicker to bounce around between projects if they were a list of links rather than a select list.</li>
<li> There is no issue tracking in Basecamp which is why I am giving this nice looking app a try.  However, I would continue to use Basecamp for other aspects of the project.  It would be great if they could drop in my URL to a project in Basecamp when I create the project in Lighthouse so it could provide me that link in the right nav so I could jump back there.</li>
<li> I like the ability to add an avatar to users in Lighthouse.  Helps to make it easier to see who did what and gives it a personal touch.<br />
<img src="/wp-content/uploads/lighthouse-avatars.jpg" alt="avatars" /></li>
<li> The &#8220;feature updates&#8221; box is taking up too much of the real estate on every page and never goes away.<br />
<img src="/wp-content/uploads/lighthouse-wasted-space.jpg" alt="new issue" /></li>
<li>The top header is a little too big and is wasting space above the fold hindering me from seeing more without scrolling.</li>
<li>I like the ability to pay with PayPal subscription which got me up and running very quickly</li>
<li>The ability to create a simple &#8220;Page&#8221; is nice.  Currently we have a writeboard in one project in Basecamp that we keep all info about our server setup in such as gems to install, cron jobs, where files exist, and how to deploy.  The problem with that is I can&#8217;t share it with everyone without adding everyone to that project and it really isn&#8217;t specific to that one project.  Pages solves that in Lighthouse.  I will now also add pages like coding best practices, and subversion how to&#8217;s.</li>
</ul>
<p>I know I published a lot of negatives here but on the whole I&#8217;m liking this hosted app and would love to get away from stinking Mantis and managing my own bug tracking system.  I&#8217;ll post more updates as we use it more.  </p>
<h1>Update to Lighthouse Issue Tracking</h1>
<p>It looks like they removed the banner that was wasting space which is nice.  However, one BIG problem I discovered:</p>
<p>I cannot use a &#8220;pre&#8221; tag to drop in HTML and not have it rendered by the browser which makes it very hard for me to show a designer or developer some html I want them to use.</p>
<p>Also I can now tab to the field where you select a user to assign a ticket to but I still cannot change that field without picking up the mouse and clicking on it.</p>
<p>Damn I wish there were a simple interface for entering bugs that looked something like this <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="/wp-content/uploads/quick-ajax-add-issue.jpg" alt="issue" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/06/21/lighthouse-bug-tracking-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP vs. Ruby on Rails</title>
		<link>http://www.tonyspencer.com/2007/06/09/php-vs-ruby-on-rails/</link>
		<comments>http://www.tonyspencer.com/2007/06/09/php-vs-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 15:48:14 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/06/09/php-vs-ruby-on-rails/</guid>
		<description><![CDATA[Again, not funny if you are stuck in PHP land trying to sync up with your team&#8217;s latest database changes:



]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tonyspencer.com/2007/06/09/java-vs-ruby-on-rails/">Again, not funny</a> if you are stuck in PHP land trying to sync up with your team&#8217;s latest database changes:</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/n1NVfDlU6yQ"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/n1NVfDlU6yQ" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Ld919lziKgE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Ld919lziKgE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/p5EIrSM8dCA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/p5EIrSM8dCA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/06/09/php-vs-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java vs. Ruby on Rails</title>
		<link>http://www.tonyspencer.com/2007/06/09/java-vs-ruby-on-rails/</link>
		<comments>http://www.tonyspencer.com/2007/06/09/java-vs-ruby-on-rails/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 15:46:05 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/06/09/java-vs-ruby-on-rails/</guid>
		<description><![CDATA[These series of videos are hilarious (in a uber nerdy kind of way) but may not be so funny if you haven&#8217;t invested a small amount of time to learn ruby and are still stuck in java quicksand trying to figure out which jar is breaking your app.  

]]></description>
			<content:encoded><![CDATA[<p>These series of videos are hilarious (in a uber nerdy kind of way) but may not be so funny if you haven&#8217;t invested a small amount of time to learn ruby and are still stuck in java quicksand trying to figure out which jar is breaking your app. <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/PQbuyKUaKFo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/PQbuyKUaKFo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/06/09/java-vs-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refactor Christmas, Be Agile, and Be Happy</title>
		<link>http://www.tonyspencer.com/2007/03/28/refactor-christmas-be-agile-and-be-happy/</link>
		<comments>http://www.tonyspencer.com/2007/03/28/refactor-christmas-be-agile-and-be-happy/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 01:56:31 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Charity]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/28/refactor-christmas-be-agile-and-be-happy/</guid>
		<description><![CDATA[Here is a great story of Ruby on Rails being used for a great non-profit fundraiser idea that I can&#8217;t wait to buy into.  This Christmas I was truly unhappy with the amount of gifts that flooded our family&#8217;s lives.  Its just become too much and I feel like Heather and I need [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/child.jpg" align="left" />Here is a <a href="http://www.infoq.com/articles/changing-the-present-case-stud">great story</a> of Ruby on Rails being used for a great non-profit fundraiser idea that I can&#8217;t wait to buy into.  This Christmas I was truly unhappy with the amount of gifts that flooded our family&#8217;s lives.  Its just become too much and I feel like Heather and I need to take the lead by <a href="http://www.changingthepresent.org/">giving something truly meaningful</a> like a <a href="http://www.changingthepresent.org/gifts/show/753">half a day of a cancer researcher&#8217;s time</a>, buy a week of <a href="http://www.changingthepresent.org/nonprofits/show/65">landmine</a> detection for a mere $55, or <a href="http://www.changingthepresent.org/gifts/show/617">displace cocaine farms in Columbia</a> by subsidizing coffee bean farms.</p>
<p>Well Bruce is fortunate enough to have an opportunity to build this with Rails.  And the results have been phenomenal:</p>
<p><span id="more-181"></span></p>
<blockquote><div>The founder considered Java for scalability and stability, but the early bids came back and the project looked too expensive and complex&#8230;.  Our team built the initial version of the site at about one fifth of the projected cost of bids using other languages, and in about one sixth of the projected time. Rails has absolutely been critical to our productivity and success.</div>
</blockquote>
<h2>Be Agile and Be Happy</h2>
<p>And I love Bruce&#8217;s take on agile programming.  I really hadn&#8217;t taken the time to figure out what agile development really meant but its very close to where I find my method today:</p>
<blockquote><div>
    *  We focus our process around short, sharp one-week iterations. We deploy at least weekly.<br />
    * Instead of forcing quality through the funnel of a formal test cycle, we rely heavily on our developers to build test cases as we code.<br />
    * We are not afraid to refactor when it suits our business purposes. We refactor to improve code quality, address requirements, or improve flexibility.<br />
    * We manage minor requirements weekly, and major requirements monthly.<br />
    * We maintain tight communication with our business users through weekly demos, even though our team is distributed.
</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/03/28/refactor-christmas-be-agile-and-be-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Company Name of the Year, has_many: developers</title>
		<link>http://www.tonyspencer.com/2007/03/02/best-company-name-of-the-year-has_many-developers/</link>
		<comments>http://www.tonyspencer.com/2007/03/02/best-company-name-of-the-year-has_many-developers/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 20:50:04 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/best-company-name-of-the-year-has_many-developers/</guid>
		<description><![CDATA[I just ran into these guys while stumbling upon sites and this has to be the best name of the year for a Ruby on Rails consulting firm.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hasmanydevelopers.com"><img src="http://www.hasmanydevelopers.com/images/logo.png" align="left" border="0" /></a>I just ran into these guys while stumbling upon sites and this has to be the best name of the year for a Ruby on Rails consulting firm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tonyspencer.com/2007/03/02/best-company-name-of-the-year-has_many-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
