0.0
No commit activity in last 3 years
No release in over 3 years
A collection of helper methods / extensions for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

active_support
>= 0
>= 0
>= 0
>= 0
 Project Readme

NOTICE

DO NOT USE.

THIS GEM SHOULD NOT BE USED. IT QUICKLY BECAME A DUMPING GROUND FOR HACKY METAPROGRAMMING SOLUTIONS. IT MODIFIED MANY CORE RUBY OBJECTS IN FUNDAMENTAL WAYS, BREAKING OTHER RUBY CODE IN UNEXPECTED WAYS. IT IS ONLY KEPT HERE TO ALLOW EXISTING PROJECTS TO CONTINUE TO WORK. ATTEMPT TO REMOVE IT FROM PROJECTS WHERE POSSIBLE.

DO NOT USE.

TFG::Support

A collection of handy helpers and extensions to the Ruby core library. Should only contain application-nonspecific code that is of general use.

Installation

Add this line to your application's Gemfile:

gem "tfg_support"

And then execute:

$ bundle

This gem does not depend on active_support, however, if you with to use Hash#with_indifferent_equality you must ensure that active_support is loaded before tfg_support.

Documentation

The codebase is documented using yard.

Documentation can be viewed in the source tree or at RubyDoc.

Versioning

This project uses Semantic Versioning.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a Pull Request