techiferous on web development 2011-12-21T21:12:03Z http://techiferous.com/feed/atom/ WordPress techiferous <![CDATA[Stop Using Single Point Estimates]]> http://techiferous.com/?p=1093 2011-11-26T02:19:10Z 2011-11-26T02:19:10Z Gantt charts and toward a more agile approach. Unfortunately, we've stuck with single point estimates which have some significant disadvantages when compared to range estimates.]]> 9 techiferous <![CDATA[Are You a Good Programmer?]]> http://techiferous.com/?p=993 2011-10-27T17:28:26Z 2011-08-19T12:32:25Z 19 techiferous <![CDATA[Please Steal My Startup Idea]]> http://techiferous.com/?p=952 2011-06-20T11:16:27Z 2011-06-20T02:14:02Z 24 techiferous <![CDATA[Sanely Updating Your Gems]]> http://techiferous.com/?p=928 2011-05-27T05:01:35Z 2011-05-27T05:00:07Z previous post, your Gemfile would look something like this:
source :rubygems

gem 'rails', '3.0.3'
gem 'devise', '1.1.5'
gem 'redgreen', '1.2.2'
gem 'capybara', '0.4.0'
There's nothing wrong with this except that if you wanted to keep your gems up to date frequently it would be tedious to manually change all of these versions. Fortunately, we don't always have to be this exact with the version numbers. ]]>
5
techiferous <![CDATA[The No-Nonsense Guide to Managing Gem Versions]]> http://techiferous.com/?p=908 2011-05-30T00:48:45Z 2011-05-27T04:59:56Z 2 techiferous <![CDATA[Crash Course in Web Typography]]> http://techiferous.com/?p=899 2011-05-08T01:40:01Z 2011-05-08T01:40:01Z Thoughtbot recently started up a fantastic design group called Design with Boston. Last Thursday I gave a presentation there called "Crash Course in Web Typography" and I've put the slides online. ]]> 2 techiferous <![CDATA[Tutorial for Adding Tabs to Rails Using Tabulous]]> http://techiferous.com/?p=849 2011-03-09T22:20:37Z 2011-03-05T03:21:02Z 43 techiferous <![CDATA[Introducing Tabulous: Tabs in Rails]]> http://techiferous.com/?p=780 2011-03-05T16:31:34Z 2011-03-03T01:42:46Z boring with each new application. So I wrote tabulous. Tabulous aims to solve this problem once and for all with a quick and easy way to set up and manage your tabs.]]> 28 techiferous <![CDATA[Roadmap for Learning Rails]]> http://techiferous.com/?p=507 2011-02-22T14:05:29Z 2010-07-24T15:11:34Z 46 techiferous <![CDATA[Rack::Plastic Helps You Write Rack Middleware]]> http://techiferous.com/?p=450 2011-02-09T23:30:32Z 2010-07-19T01:13:15Z CodeRack Rack middleware contest. Besides submitting entries that were stupid and downright dangerous I actually managed to create some middleware of value.]]> 0