Your app might do everything your customers asked, but does it do everything you need? Here're tools for monitoring and diagnosing issues after it ships.
With Rails 3.1 now here, how do you serve up all the assets for your web apps? This is a brief start to finish on serving up fonts via the asset pipeline.
Using Sprockets in Rails 3.1 can be a little tricky. It wasn't hard to get Sprockets compiling CSS files from SASS into CSS. However, it became difficult wh
In order to take advantage of the BIGINT storage with Rails migrations you first need to create a normal integer and then change the column to a BIGINT.