What Good is a Flexible Paperclip? Paperclip has some new features! Jon Yurek December 30, 2008 News Web Rails Open Source Paperclip
irb & script/console tips Let’s get interactive. You can learn a lot about your application from irb... Dan Croak December 23, 2008 Web Ruby Rails
thoughtbot is filled with vim and vigor Slowly over the past year thoughtbot has turned from an all-TextMate (and one... December 19, 2008 Web Rails Ruby Vim
Simple Test Metrics in Your Rails App, and What They Mean There are two, low barrier to entry ways to get some quick metrics about your... Chad Pytel October 22, 2008 Web Rails Testing
The Accept: header vs. #caches_page In this example we’re going to have an XML API on FontsController#index. A... Mike Burns October 21, 2008 Web Rails Performance
Suspenders Introducing Suspenders, the thoughtbot Rails template. Install ... Dan Croak October 21, 2008 News Web Rails Suspenders
Life in the Fast Lane You ever write a named_scope and think hey framework, I already wrote a... Matt Jankowski October 14, 2008 News Web Open Source Rails Pacecar
Phusion Passenger with a prefix The Mongrel Web server can run with a URL prefix, using the –prefix option.... Mike Burns September 19, 2008 Web Rails
Pneumatic Cylinders Let’s assume a basic has_many :through situation like this… class Paper <... Matt Jankowski August 19, 2008 Web Rails
Testing Named Scope We’re huge fans of NamedScope here at thoughtbot. It does wonders for finder... Tammer Saleh July 29, 2008 News Web Rails Testing