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
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
..
active_support revises the regexp used in titleize 2012-04-07 23:58:44 +02:00
active_support.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00