forked from andyw8/dehumanize
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple plugin to perform the reverse of the 'humanize' string method in Rails
License
DonGiulio/dehumanize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dehumanize ========== This plug-in adds a new method called 'dehumanize' to the Rails string inflections, roughly the reverse of the built-in 'humanize' method: It lowercases the full string and replaces spaces with underscores. It does not modify hyphens. Originally built to aid in writing Cucumber examples but probably has other uses. Example ======= "Employee salary".dehumanize # => "employee_salary" Installation ============ script/plugin install git://github.com/andyw8/dehumanize.git Copyright (c) 2009 Andy Waite, released under the MIT license
About
A simple plugin to perform the reverse of the 'humanize' string method in Rails
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%