aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/inflections.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/deprecation is not in use hereAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-2/+1
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-2/+4
* Cache regexps generated from acronym_regexNick LaMuro2017-10-231-4/+16
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [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-3/+3
* Prefer Regexp#match? over Regexp#===Matthew Draper2016-12-311-1/+2
* Only add regexes for the new wordsMatthew Draper2016-12-311-2/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* Regexp#=== is faster than String#=~schneems2015-08-071-1/+1
* speed up code and avoid unnecessary MatchData objectsAaron Lasseigne2015-08-061-1/+1
* Decrease string allocations in apply_inflectionsschneems2015-07-291-3/+34
* Reword documentation for `uncountable` [ci skip]Melanie Gilman2014-10-231-1/+1
* Make the apply_inflections method case-sensitiveRobin Dupret2014-06-261-1/+1
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-17/+17
* resistance is futileXavier Noria2013-01-211-1/+1
* slices less, reads betterXavier Noria2013-01-211-13/+22
* Inflector irregular singularize rulesJuanjo Bazán2013-01-011-0/+3
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-2/+4
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-4/+4
* update AS/inflector docs [ci skip]Francesco Rodriguez2012-09-141-48/+64
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-9/+14
* make sure the inflection rules are loaded when cherry-picking active_support/...Xavier Noria2012-06-291-0/+2
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-8/+1
* decouples the implementation of the inflector from its test suiteXavier Noria2012-02-241-0/+7
* say unshift when you mean unshift (modulus prepend)Xavier Noria2012-02-111-3/+5
* Add acronym support to Inflector; Issue #1366David Lee2011-06-111-3/+4
* RefactorDavid Lee2011-06-111-91/+51
* proper reset all inflector scopesStefan Huber2011-04-251-1/+1
* Added a word boundary to uncountable inflection regex for #singularize so sho...John Paul Ashenfelter2010-12-221-1/+1
* Changed the way inflections for uncountables work for 'funky jeans' [#3576 st...Rolf Bjaanes2010-04-051-1/+1
* Remove string access core extension dependencyJeremy Kemper2009-11-091-3/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+213