No commit activity in last 3 years
No release in over a year
Adds serveral cool features to your Ruby classes. Includes new features for Array, String, Hash, Numeric, Date/Datetime and some more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

rails_friendly_extensions

Build Status

Migrating from old versions to 0.1

The Labels have been moved from database to locale YAML files.

Please run rake friendly_extensions:migrate_old_labels to copy labels from database to yaml file

After that run rake friendly_extensions:install:migrations to copy the migration that drops the labels table

======

This is my personal lib to extend Rails basic methods for String, Date, Number, Hash and serveral other classes just for easy use...

To get an idea of what this plugin provides, you can easyli generate the documentation with the rdoc command. Also the lib folder contains all methods ordered by the class which is extended. Most of the features are tested as well.

Current documentation status:

Files:       12

Classes:      1 ( 1 undocumented)
Modules:     11 ( 6 undocumented)
Constants:    7 ( 1 undocumented)
Attributes:   0 ( 0 undocumented)
Methods:     94 (55 undocumented)

Total:      113 (63 undocumented)
 44.25% documented