| Commit message (Expand) | Author | Age | Files | Lines |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -2/+2 |
* | Regexp#=== is faster than String#=~ | schneems | 2015-08-07 | 1 | -1/+1 |
* | speed up code and avoid unnecessary MatchData objects | Aaron Lasseigne | 2015-08-06 | 1 | -1/+1 |
* | Decrease string allocations in apply_inflections | schneems | 2015-07-29 | 1 | -3/+34 |
* | Reword documentation for `uncountable` [ci skip] | Melanie Gilman | 2014-10-23 | 1 | -1/+1 |
* | Make the apply_inflections method case-sensitive | Robin Dupret | 2014-06-26 | 1 | -1/+1 |
* | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -17/+17 |
* | resistance is futile | Xavier Noria | 2013-01-21 | 1 | -1/+1 |
* | slices less, reads better | Xavier Noria | 2013-01-21 | 1 | -13/+22 |
* | Inflector irregular singularize rules | Juanjo Bazán | 2013-01-01 | 1 | -0/+3 |
* | Replace some global Hash usages with the new thread safe cache. | thedarkone | 2012-12-14 | 1 | -2/+4 |
* | Replace comments' non-breaking spaces with spaces | claudiob | 2012-12-04 | 1 | -4/+4 |
* | update AS/inflector docs [ci skip] | Francesco Rodriguez | 2012-09-14 | 1 | -48/+64 |
* | Make ActiveSupport::Inflector locale aware and multilingual | David Celis | 2012-07-30 | 1 | -9/+14 |
* | make sure the inflection rules are loaded when cherry-picking active_support/... | Xavier Noria | 2012-06-29 | 1 | -0/+2 |
* | removing unnecessary 'examples' noise from activesupport | Francesco Rodriguez | 2012-05-13 | 1 | -8/+1 |
* | decouples the implementation of the inflector from its test suite | Xavier Noria | 2012-02-24 | 1 | -0/+7 |
* | say unshift when you mean unshift (modulus prepend) | Xavier Noria | 2012-02-11 | 1 | -3/+5 |
* | Add acronym support to Inflector; Issue #1366 | David Lee | 2011-06-11 | 1 | -3/+4 |
* | Refactor | David Lee | 2011-06-11 | 1 | -91/+51 |
* | proper reset all inflector scopes | Stefan Huber | 2011-04-25 | 1 | -1/+1 |
* | Added a word boundary to uncountable inflection regex for #singularize so sho... | John Paul Ashenfelter | 2010-12-22 | 1 | -1/+1 |
* | Changed the way inflections for uncountables work for 'funky jeans' [#3576 st... | Rolf Bjaanes | 2010-04-05 | 1 | -1/+1 |
* | Remove string access core extension dependency | Jeremy Kemper | 2009-11-09 | 1 | -3/+1 |
* | Break up inflector to reduce the dependency burden on dependency-les methods ... | Yehuda Katz | 2009-11-07 | 1 | -0/+213 |