aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/methods.rb
Commit message (Expand)AuthorAgeFilesLines
* remove ruby 1.8 checking in constantize methodVasiliy Ermolovich2011-12-291-39/+24
* fix typo again (Thanks Phillip Oertel)Vijay Dev2011-11-081-1/+1
* fix typoVijay Dev2011-11-061-1/+1
* Refactored pluralize and singularize into a common method.Henrik Hodne2011-11-061-16/+18
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-6/+23
* let demodulize do less work, and add testsXavier Noria2011-10-291-1/+3
* Update CHANGELOG for safe_constantize.José Valim2011-09-231-1/+4
* Ensure that constantize just rescues NameError that applies to the constant b...José Valim2011-09-231-4/+20
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-0/+27
* Revert removing gsub and sub from safe buffer.José Valim2011-09-081-24/+8
* remove support of symbols on classify and camelizeDamien Mathieu2011-09-081-0/+16
* make gsub and sub unavailable in SafeBuffers - Closes #1555Damien Mathieu2011-09-081-8/+8
* Add more examples to #titleizePol Llovet2011-07-091-2/+4
* Add acronym support to Inflector; Issue #1366David Lee2011-06-111-7/+10
* RefactorDavid Lee2011-06-111-0/+92
* adds code examples for negative ordinalizeVijay Dev2011-05-081-1/+3
* ordinalize negative numbers patchJason2011-05-071-2/+2
* camelize and underscore are sort of inverse of each other, but not in a mathe...Xavier Noria2010-07-221-1/+11
* Avoid unnecessary allocations in Inflector.underscore [#3626 state:resolved]Joe Van Dyk2010-04-121-5/+7
* Avoid calling triggering const_missing if const_missing is private when doing...Carl Lerche2010-02-181-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+139