Skip to content

dwilkie/extlib_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extlib_lite

extlib_lite is a super lightweight alternative to activesupport or extlib. It contains some of the usual friends such as pluralize, singularize, classify, and constantize without the overhead of its big brothers. I take no credit for extlib_lite, I simply extracted the code from activesupport and extlib.

Supported Functions

Currently extlib_lite supports the following functions

String

  • pluralize
  • singularize
  • classify
  • constantize
  • underscore
  • to_const_path

Hash

  • stringify

Installation

gem install extlib_lite
require 'extlib_lite'

Copyright (c) 2010 David Wilkie, released under the MIT license

About

A lightweight alternative to activesupport and extlib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages