cowboycoded

Utility classes, core_ext, generators and rake tasks to help ease development

Usage

Generators

Add test group to your gemfile

rails g cowboycoded:test_group

Core Extensions

String

"1,000.12".is_numeric? #=> true
"abc".is_numeric? #=> false

Contributing to my_generators

Copyright © 2011 John McAliley. See LICENSE.txt for further details.