Capistrano recipes for database backups before migrations, passenger deployment strategy, release tagging in Git repos.
Rfm brings your FileMaker data to Ruby with elegance and speed. Now your Ruby scripts and Rails applications can talk...
Webbynode is a very affordable VPS host (256 RAM for $15) which has great support for Rails applications.
How to rescue a project without losing your mind.
Here are eight things my team has found to be true after working with Cucumber for about 6 months.
Rails extensions to simplify internationalization
Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master
hat's the dirty little secret of our industry; green screen apps are usually pretty darn fast. They aren't...
In a nutshell, Bowline lets you build cross platform desktop applications with Ruby, HTML and JavaScript. The idea is to...
For all of my professed admiration of Ruby on rails, I personally don't think that easier and more productive...
A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.
View testing that doesn't suck.
Another ActiveModel alternative.
Recently I've been made aware of people inside US Government organizations using my Ruby on Rails Security presentation as...
I brought up the question whether tests should call the translation API when checking for the presence of a string...
On any page accessed with SSL, all Ajax requests must use SSL, or they will fail. To make this happen...
Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...