aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/inflections.rb
Commit message (Expand)AuthorAgeFilesLines
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Fix method String#upcase_firstbogdanvlviv2016-03-311-1/+3
* Add upcase_first methodGlauco Custódio2016-02-251-0/+7
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-2/+20
* Merge pull request #21217 from myrridin/myrridin-documentation-updatesZachary Scott2015-08-121-2/+2
|\
| * [ci skip] Switch around a common idiom for readabilityThomas Hart II2015-08-051-2/+2
* | String#freeze optimizationsschneems2015-07-301-1/+1
|/
* Doc fixes [ci skip]Islam Wazery2015-03-071-1/+1
* [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-0/+1
* Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-191-1/+1
* Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-111-0/+2
* [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-5/+11
* Changed spelling of Busines to Businessaditya-kapoor2013-05-081-1/+1
* Corrected paramter to parameterCarson McDonald2013-04-131-1/+1
* Revert "Merge pull request #10158 from steveklabnik/issue_10125"Rafael Mendonça França2013-04-101-2/+2
* Fix inflector to respect default locale.Nick Cox2013-04-101-2/+2
* Merge pull request #8560 from u16suzu/masterRafael Mendonça França2012-12-201-2/+2
|\
| * Fix: documentation for String#humanizeYuichiro Suzuki2012-12-201-2/+2
* | Adding a missing parenthesis in the doc of String#parameterize.Geoffrey Roguelon2012-10-241-2/+2
* | Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-4/+18
* | Fix doc example for dasherizeMarc-Andre Lafortune2012-06-151-1/+1
* | remove unnecessary 'examples' noiseFrancesco Rodriguez2012-05-111-6/+0
* | String quotes and trailing spacesAlexey Gaziev2012-04-291-48/+48
* | AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-2/+4
|/
* Change ActiveRecord::Errors to ActiveModel::Errors in guidesCarlos Antonio da Silva2012-01-251-2/+2
* fixes a typo (thanks to Alexey Vakhov)Xavier Noria2011-10-301-1/+1
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+15
* Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-3/+14
* Minor doc fix to String#constantizeRyan Oblak2011-09-231-3/+3
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-3/+16
* RefactorDavid Lee2011-06-111-1/+0
* Correct bad wording in description.Ben Orenstein2011-02-141-1/+1
* adds missing require for #parameterizeXavier Noria2010-08-261-0/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* Add another missing require in 'active_support/inflector/inflections'Carl Lerche2010-07-291-0/+1
* Add a missing require in 'active_support/core_ext/string/inflections'Carl Lerche2010-07-291-0/+1
* Move constantize from conversions to inflections.Santiago Pastorino2010-06-261-0/+11
* ActiveSupport::Dependencies.constantize shortcut for caching named constant l...Jeremy Kemper2010-06-051-11/+0
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-2/+0
* Inflection dependency, [#4067 status:resolved]Jason King2010-03-031-1/+3
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-153/+146
* Allow String#parameterize to accept a separator [#2157 state:resolved]Sam Granieri2009-03-071-2/+2
* Avoid circular requireJeremy Kemper2009-02-061-1/+1
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-101-0/+19
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* Improve documentation.Pratik Naik2008-03-261-64/+56
* Improve documentation to classify to make it clear that it expects names to b...Michael Koziarski2008-01-081-2/+5