1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/inflector
Xavier Noria 4b685aad7b revises the regexp used in titleize
The regexp used in titleize matches saxon genitive
and other contractions, only to call capitalize on
the captured text and have the apostrophe upcased
which yields the apostrophe itself. It is more
clear that the regexp matches just what it has to
match.
2012-04-07 23:58:44 +02:00
..
inflections.rb decouples the implementation of the inflector from its test suite 2012-02-24 15:06:17 -08:00
methods.rb revises the regexp used in titleize 2012-04-07 23:58:44 +02:00
transliterate.rb require i18n in transliterate so it can run in isolated situations 2010-09-14 10:25:33 -07:00