aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/methods.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* 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
* fix interplay of humanize and html_escapeSean Walbran2014-02-051-1/+1
* Replace with gsub! in ActiveSupport::Inflector.Elben Shira2013-12-101-1/+2
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-9/+15
* Fix doc for singularize - `pluralized` => `singularized`Vipul A M2013-08-271-1/+1
* Speed up AS::Inflector.underscoreAkira Matsuda2013-07-101-2/+1
* Speedup AS::Inflector.camelizeAkira Matsuda2013-07-101-1/+3
* Speedup AS::Inflector.deconstantizeAkira Matsuda2013-07-101-1/+1
* Merge pull request #10542 from waseem/remove_requireCarlos Antonio da Silva2013-06-251-1/+0
|\
| * Remove unnecessary require from active_support/inflector/methods.rbWaseem Ahmad2013-05-101-1/+0
* | Updated the doc for const_regexp [ci skip]Arun Agrawal2013-06-151-1/+3
* | Changing const_regexp to check for constant name.Arun Agrawal2013-06-151-0/+3
* | Fix #10932. Treat "" and "::" as invalid on constantizeNikolay Shebanov2013-06-141-1/+6
|/
* Revert "Merge pull request #8156 from fredwu/acronym_fix-master"Steve Klabnik2013-03-161-1/+1
* Fixed a bug where the inflector would replace camelCase strings and disregard...Fred Wu2013-03-171-1/+1
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-8/+6
* Refactor Inflector#ordinal to avoid converting the number twiceCarlos Antonio da Silva2012-11-041-2/+4
* update AS/inflector docs [ci skip]Francesco Rodriguez2012-09-141-89/+97
* Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-301-6/+16
* make sure the inflection rules are loaded when cherry-picking active_support/...Xavier Noria2012-06-291-0/+1
* Fix warning: shadowing outer local variable - constant.kennyj2012-05-191-3/+3
* Handle case where ancestor is not the end of the chainAndrew White2012-05-191-7/+12
* Fix constantize so top level constants are looked up properly.Marc-Andre Lafortune2012-05-191-1/+1
* Make constantize look down the ancestor chain (excluding Object)Marc-Andre Lafortune2012-05-191-1/+13
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-13/+0
* fix typo in ActiveSupport::Inflector#titleizeFrancesco Rodriguez2012-04-281-1/+1
* revises the regexp used in titleizeXavier Noria2012-04-071-1/+1
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* Fix typoArtyom Bolshakov2012-04-031-1/+1
* String#titleize works properly with smart quotes, closes #5584Vasiliy Ermolovich2012-03-261-2/+4
* Inflector/constantize - inject method lets us to avoid using another variablehoma2012-02-281-5/+3
* prefer tr to gsub for replacing charactersXavier Noria2012-02-121-2/+2
* inflection regexp are meant to be applied onceXavier Noria2012-02-121-2/+2
* removes redundant argumentXavier Noria2012-02-121-1/+1
* boosts inflectionsXavier Noria2012-02-121-1/+1
* Add ActiveSupport::Inflector.ordinal and Integer#ordinalTim Gildea2012-02-041-10/+24
* There is an "inherit" option on const_get too, why not use it?Semyon Perepelitsa2012-01-311-1/+1