aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector
Commit message (Expand)AuthorAgeFilesLines
* Missing require AS/core_ext/object/blankAkira Matsuda2019-08-021-0/+1
* Prevent error on transliterate with frozen strings.Cliff Pruitt2019-07-311-0/+1
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Reduce Array allocationsAkira Matsuda2019-07-311-1/+1
* Speedup and reduce Array creation when constantizing a non-namespaced stringAkira Matsuda2019-07-311-25/+29
* [ci skip] Fix unclosed tags in `Inflector` docsvzvu3k6k2019-07-301-1/+1
* Handle GB18030 strings with invalid characters in transliterateCliff Pruitt2019-07-261-6/+14
* Handle US-ASCII strings with invalid characters in transliterateCliff Pruitt2019-07-261-2/+15
* Raise errors for ASCII-8BIT encoding in ActiveSupport::Inflector::transliterateCliff Pruitt2019-07-261-0/+4
* Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-7/+2
* Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-2/+7
* active_support/deprecation is not in use hereAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Update docs for 'parameterize()' [ci skip]Sharang Dashputre2019-03-161-5/+9
* Fix bug with parametrize when `locale` is passedSharang Dashputre2019-03-121-1/+1
* Add locale option to parameterizeKaan Ozkan2019-03-111-8/+7
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-2/+1
* Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-091-0/+2
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-121-3/+3
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-16/+16
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-292-2/+0
* `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-051-13/+2
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-182-2/+2
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-2/+2
* Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-142-5/+19
|\
| * Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-2/+4
| * Cache regexps generated from acronym_regexNick LaMuro2017-10-232-6/+18
* | Fix acronym support in `humanize`Andrew White2017-11-061-1/+1
* | Fix french spelling mistake Skander2017-11-061-6/+6
* | [ci skip] show the correct example to demonstrate inflections.Aditya Kapoor2017-11-011-1/+7
|/
* [Active Support] require_relative => requireAkira Matsuda2017-10-213-7/+7
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-3/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-093-0/+3
* [Active Support] require => require_relativeAkira Matsuda2017-07-013-7/+7
* Fix pluralization of uncountables when given a localeEilis Hamilton2017-05-191-6/+9
* Use keyword arguments instead of hashRafael Mendonça França2017-03-281-5/+7
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-12/+22
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-12/+22
* | Update `titlelize` regex to allow apostrophesAndrew White2017-03-061-1/+1
* | Raise ArgumentError if attempting to transliterate anything that is not a stringKevin McPhillips2017-01-161-0/+2
* | There's no such moduleAkira Matsuda2017-01-051-4/+4
* | Prefer Regexp#match? over Regexp#===Matthew Draper2016-12-311-1/+2
* | Only add regexes for the new wordsMatthew Draper2016-12-311-2/+3
* | Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-1/+1
* | Fix constantize edge case involving prepend, autoloading and name conflictsJean Boussier2016-12-141-1/+1
|/
* Remove deprecated separator argument from parameterizeAndrew White2016-11-141-5/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-9/+9