Be a smarter patch monkey
August 24th, 2008A project I’m working on requires some hard-core monkey-patching of Rails internals.
Monkey-patching is a dangerous occupation, and liable to cause new and intriguing bugs into previously-tested sane code.
I’ve been working on a smarter patch-monkey, known as Lemur.
The goal is to allow monkey-patched methods (currently only instance methods are supported) to be written in modules that [...]