Unfortunately vanilla Ruby modules lack support for many idioms popular in modern Ruby. Most importantly, we have become accustomed to...
I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...
Pretty print your Ruby objects with style -- in full color and with proper indentation
Steak is like Cucumber but in plain Ruby.
Rack middleware for rate-limiting incoming HTTP requests.
Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding...
ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...
As far as I know, the only plugin out there that handles this (semantic issue) correctly is Makandra’s Aegis...
Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset...
Good stuff.
Where there was once a consistent API to manipulate and hook into the lifecycle of a persistent object, plugins must...
/^([\w!#$\%\&'*+-\/=\?\^`{|}\~]+.)*[\w!#$\%\&'*+-\/=\?\^`{|}\~]+@((((([a-z0-9]{1}[a-z0-9-]{0,62}[a-z0-9]{1}) [a-z]).)+[a-z]{2...
The FUSE project allows you to create filesystems in userspace - which means you can create a filesystem without having to...
Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...
Dokan Ruby is a Ruby extension library to write a file system for Windows. This extension also has compatible API...
We're excited to announce PDFKit, an open source library that makes working with wkhtmltopdf a snap.
We recently decided our CI server needed an overhaul. I really enjoyed Integrity as a build server, but after trying...
Provides an irb session to an existing ruby process.
The basics of Isolate, a tool for replacing Bundler in gem management.
A thorough introduction to web development with Ruby on Rails
Clockwork is a cron replacement. It runs as a lightweight, long-running Ruby process which sits alongside your web processes...
Test spies are a form of test double that preserves the normal four-phase unit