The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn...
Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and...
Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...
A simple implementation of an Identity Mapper for Active Record.
When we started using git to manage our source code at work, we actually jumped in a little bit too...
Pretty print your Ruby objects with style -- in full color and with proper indentation
Steak is like Cucumber but in plain Ruby.
Rails plugin which adds a convenient way to override attr_accessible protection.... You can mark certain attributes as trusted for...
Rack middleware for rate-limiting incoming HTTP requests.
Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset...
File upload solution that supports form roundtrips when a validation fails.
Provides an irb session to an existing ruby process.
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
How do you scale CSS for millions of visitors or thousands of pages? Object Oriented CSS allows you to write...
LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page
A behavior for Internet Explorer allowing it to recognize and render various CSS3 box decoration properties
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system...
The problem isn't that Git is to hard, it's that smart developers are impatient and have exactly zero...
Run your Jasmine specs without a browser
The Holy Grail of testing for front-end development; execute browser-less, console-based, javascript + DOM code right from within...
Johnson wraps JavaScript in a loving Ruby embrace. It embeds the Mozilla SpiderMonkey JavaScript runtime as a C extension.