Gems
guard/listen: The Listen gem listens to file modifications and notifies you about the changes.
OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, *BSD and Windows, more info below.
Detects file modification, addition and removal.
You can watch multiple directories.
Regexp-patterns for ignoring paths for more accuracy and speed
Increase...
nateware/redis-objects: Map Redis types directly to Ruby objects
Important 2.0 changes
Several longstanding bugs have been addressed in this release. However, this may require some code changes as part of the upgrade.
Renaming of lock Method
The lock method that collided with ActiveRecord::Base has been rename...
resque/resque: Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
For the backstory, philosophy, and history of Resque's beginnings, please see the blog pos...
whomwah/rqrcode: A Ruby library that encodes QR Codes
RQRCode is a library for creating and rendering QR codes into various formats. It has a simple interface with all the standard QR code options. It was adapted from the Javascript library by Kazuhiko Arase.
QR code is trademarked by Denso Wave inc...
rails/thor: Thor is a toolkit for building powerful command-line interfaces.
Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the Rake build tool. The syntax is R...