aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector
Commit message (Expand)AuthorAgeFilesLines
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-063-7/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-16/+16
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-063-20/+20
* revises a regexpXavier Noria2016-07-221-1/+1
* systematic revision of =~ usage in ASXavier Noria2016-07-221-2/+3
* fix ActiveSupport::Infector.constantize usage API doc [ci skip]Pan GaoYong2016-06-301-4/+4
* Fix method String#upcase_firstbogdanvlviv2016-03-311-2/+4
* Add upcase_first methodGlauco Custódio2016-02-251-0/+7
* fix typo on commentsPaulo Ancheta2015-12-231-1/+1
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-8/+23
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* code gardening in transliterate.rbXavier Noria2015-10-071-2/+5
* s/seperator/separator/gAkira Matsuda2015-09-201-3/+3
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-182-3/+0
* 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
* | Regexp#=== is faster than String#=~schneems2015-08-071-1/+1
* | speed up code and avoid unnecessary MatchData objectsAaron Lasseigne2015-08-061-1/+1
* | Decrease allocations in transliterateschneems2015-07-301-5/+13
* | Decrease string allocations in apply_inflectionsschneems2015-07-292-5/+36
|/
* Fix tests broken by previous commitSean Griffin2015-07-191-1/+1
* Freeze string literals when not mutated.schneems2015-07-192-11/+11
* Use block variable instead of globalRoque Pinel2015-06-091-1/+1
* Use block variable instead of globalschneems2015-06-011-2/+2
* [ci skip] remove unnecessary mention to Test::Unit from docsRoque Pinel2015-05-161-4/+4
* Freeze static arguments for gsubbrainopia2015-04-021-2/+2
* Prefer string patterns for gsubbrainopia2015-04-021-2/+2
* Fix docs for ActiveSupport::Inflector methodsclaudiob2015-01-032-81/+71
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* Do gsub with a regexp instead of a stringPablo Herrero2014-10-291-1/+1
* Reword documentation for `uncountable` [ci skip]Melanie Gilman2014-10-231-1/+1
* :heart: 1.9Matthew Draper2014-10-041-1/+1
* Merge pull request #14146 from chewi/fix-underscore-acronyms-regexMatthew Draper2014-10-041-1/+1
|\
| * Fix underscore inflector handling of adjacent acronymsJames Le Cuirot2014-10-031-1/+1
|/
* Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-061-1/+1
* Merge pull request #16338 from robin850/rbx-safe-constantizeMatthew Draper2014-08-181-2/+2
|\
| * Avoid relying on error messages when rescuingRobin Dupret2014-08-081-2/+2
* | Fix the #const_regexp's documentation [ci skip]Robin Dupret2014-08-081-3/+4
|/
* Make the apply_inflections method case-sensitiveRobin Dupret2014-06-261-1/+1
* several enhancements to humanize [closes #12288]Xavier Noria2014-05-061-9/+29
* Merge pull request #14840 from akshay-vishnoi/doc_changesArthur Nogueira Neves2014-04-231-2/+2
|\
| * Correct comment [ci skip]Akshay Vishnoi2014-04-231-2/+2
* | Changed miss-leading comment [ci skip]Arun Agrawal2014-04-201-1/+1
* | [ci-skip] correct the classify example's outputKuldeep Aggarwal2014-04-211-1/+1
|/
* [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-2/+2
* Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-111-0/+2
* speed up `underscore` in cases that don't need to do anythingAaron Patterson2014-02-261-0/+1