theman is a super simple "framework" that uses god/rufus-scheduler to create long running workers that do things at certain times...
There are a bunch of basic functional elements to building out a popular Rails app that I've never really...
The rubyforge gems model may not be perfect, but damnit people, when there’s a gem update I know that...
There are many wonderful things about Rails and the Rails ecosystem. A clean, well-lighted path for keeping all your...
Hirb provides a mini view framework for console applications, designed with irb in mind.
Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and...
A surprisingly large number of plugins have no tests at all. Part of the reason might be that writing a...
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
Central point to collect locale data for use in Ruby on Rails.
I’m working on a problem for a client which involves connecting to a Microsoft SQL Server 2005 database from...
HTML sanitizer by the wonko.com guy.
Code smell detector for Ruby
Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...
In this presentation, I demoed Cucumber and Webrat. I also talked about Integrity and how I like to put it...
This is a project to make a complete replacement for the default HTML generator for Rdoc, the API documentation-extraction...
Hanna is an RDoc template that scales. It's implemented in Haml, making the sources clean and readable. It's...
Finish the remainder of the ActiveModel todo list (observers, callbacks, validations, scoping, and serialization) in addition to associations. Also wire...
This gem allows you to access the content of
Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...
Record Filter gives you the full power of ActiveRecord's query building tools with a heaping helping of DSL thrown...
Without intending to take anything away from Roy’s (valid) criticism on labeling, REST isn’t an all or nothing...
If you’re working on some cool ruby console-based application or just want to add a little style to...
Wouldn’t it be cool if you could just require “http://my-host/my-lib.rb” in ruby?