When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
This can happen during development when classes without automatic reloading are pointing to classes with automatic reloading. E.g. some class...
web.archive.org
This note shows how to merge an ugly feature branch with multiple dirty WIP commits back into the master as...
jamesgolick.com
Trample is a more flexible load simulator. Instead of a static list of urls, trample's configuration language is ruby...
github.com
Helium accepts a list of URLs for different sections of a site then loads and parses each page to build...
Attached (see below) is some code to allow using unobtrusive JavaScript on pages fetched with an AJAX call.