Fork me on GitHub

ExcessiveSupport

Adds more support methods to Ruby core classes, focused on increase code readability.

Some features are:

Dependencies

Ruby on Rails

Install

Using git submodules:

git submodule add git://github.com/yizzreel/excessive_support.git vendor/plugins/excessive_support
git submodule init

Using rails plugin installer:

script/plugin install git://github.com/yizzreel/excessive_support.git

How to use

All features are documented, take a look at the RDoc.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/yizzreel/excessive_support