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...
As we get ready to upgrade our servers I thought it’d be a good time to upgrade our deployment...
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...
Stop writing your own random string generators. Rails does this for you.
Concerns is a simple Rails plugin that provides you with a simple way to organise your Controllers, Models and Mailers...
What Pradipta Archiputra (aka "MAX ARCHIE") uses to send his recruitment emails. This plugin pretends that CC and BCC
Even though the gradual engagement meme has been around for a while, and everyone just hates signup forms, they just...