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...
Learn how to set up a one-to-many or many-to-many association which is entirely embedded into a...
A rails plugin to store a collection of boolean attributes in a single ActiveRecord column as a bit field.
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection...
Another replacement for factories and fixtures that focuses on being DRY and making developers type as little as possible.
Template inliner avoids the problem when to render a large list of objects,
MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline...