aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/transliterate.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-121-3/+3
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-3/+3
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-2/+2
* 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-211-2/+2
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-3/+4
* [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-2/+2
* Raise ArgumentError if attempting to transliterate anything that is not a stringKevin McPhillips2017-01-161-0/+2
* Remove deprecated separator argument from parameterizeAndrew White2016-11-141-5/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Parameterize with options to preserve case of stringSwaathi K2015-11-071-8/+23
* code gardening in transliterate.rbXavier Noria2015-10-071-2/+5
* s/seperator/separator/gAkira Matsuda2015-09-201-3/+3
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* Decrease allocations in transliterateschneems2015-07-301-5/+13
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Fix docs for ActiveSupport::Inflector methodsclaudiob2015-01-031-12/+2
* update AS/inflector docs [ci skip]Francesco Rodriguez2012-09-141-5/+6
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-11/+11
* Revert "Merge pull request #6354 from lest/patch-1"Carlos Galdino + Rafael Mendonça França2012-05-161-1/+1
* remove unnecessary requireSergey Nartimov2012-05-161-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* require i18n in transliterate so it can run in isolated situationsJack Dempsey2010-09-141-0/+1
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-2/+3
* fixes colon in previous YAML exampleXavier Noria2010-05-031-1/+1
* Fix transliteration rule example in docs. [#4526 state:resolved]Norman Clarke2010-05-031-2/+3
* Delegate Inflector.transliterate to i18n. [#4508 state:resolved]Norman Clarke2010-04-301-38/+56
* Improve reliability of Inflector.transliterate. [#4374 state:resolved]Norman Clarke2010-04-121-24/+37
* Parameterize should accept malformed utf8 characters [#4323 state:resolved]Kristopher Murata2010-04-041-1/+4
* Any reason we can't just use the slow 1.8 path for transliteration in 1.9?wycats2010-03-171-2/+2
* Removed the + sign as an accepted character from the parameterize method, as ...Stijn Mathysen2010-03-051-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+61