aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/inflections.rb
Commit message (Expand)AuthorAgeFilesLines
* Update docs for 'parameterize()' [ci skip]Sharang Dashputre2019-03-161-1/+1
* Add locale option to parameterizeKaan Ozkan2019-03-111-2/+7
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Use keyword arguments instead of hashRafael Mendonça França2017-03-281-4/+4
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-9/+19
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-9/+19
* | There's no such moduleAkira Matsuda2017-01-051-4/+4
|/
* Remove deprecated separator argument from parameterizeAndrew White2016-11-141-5/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* 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