aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [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-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-407/+4
* Fix that irregular plural inflections should not be double-pluralized: 'peopl...Prem Sichanugrist2009-08-091-0/+3
* Merge docrailsPratik Naik2009-07-251-3/+3
* ensure Inflector.camelize works with symbols [#2856 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+2
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-3/+0
* Explicit dependency on multibyte String extensionJeremy Kemper2009-03-281-0/+2
* Simple singleton. We don't need the full monty.Jeremy Kemper2009-03-211-2/+3
* Make Inflector#parameterize correctly squeeze multi-character separators [#14...Henrik N2009-03-101-5/+7
* Handle every error that can come out of the Iconv branch by rescuing and retu...Michael Koziarski2009-02-061-1/+1
* Merge with docrailsPratik Naik2008-12-071-1/+1
* Ruby 1.9 compat: no Unicode normalization support yetJeremy Kemper2008-11-261-1/+8
* The inflector is meant to work on words not phrases -- dont confuse people wi...David Heinemeier Hansson2008-11-161-2/+0
* Mark utf-8 encodingJeremy Kemper2008-11-071-0/+1
* Avoid warnings by undefining the old method transliterate.Michael Koziarski2008-10-141-0/+1
* Reverse the order of the iconv arguments to remain compatible with older rubi...Michael Koziarski2008-10-141-1/+1
* Reduce memory usage slightly in String#parameterizeMichael Koziarski2008-10-071-5/+9
* Extract transliteration code to a seperate method.Michael Koziarski2008-10-071-2/+17
* Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...Adam Cigánek2008-09-231-5/+11
* Change call to String#chars in inflector to String#mb_chars.Manfred Stienstra2008-09-211-1/+1
* Flesh out the parameterize method to support non-ascii text and underscores.Michael Koziarski2008-09-111-1/+1
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-101-0/+19
* Ruby 1.9: constantize takes advantage of new inherit arg to const_get and con...Jeremy Kemper2008-08-231-24/+39
* New inflectors will overwrite defaults [#337 state:resolved]Peter Wagenet2008-08-231-0/+6
* camelize(:lower) should always downcase first character. [#696 state:resolved]Amos King2008-08-221-1/+1
* JRuby: improve constantize performance. [#410 state:resolved]Jeremy Kemper2008-08-061-5/+8
* Add Inflection rules for String#humanize. [#535 state:resolved] [dcmanges]Pratik Naik2008-07-021-4/+18
* add special requires for ActiveSupport::Inflector so you can load it individu...rick2008-06-271-0/+5
* Qualify Inflector in rdoc examples also. [#356 state:resolved]Jeremy Kemper2008-06-061-2/+2
* Fix doc typo. Move extend self so it's more immediately obvious. Require infl...Jeremy Kemper2008-06-061-4/+4
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-262/+264
* Merge docrails.Pratik Naik2008-05-251-59/+59
* Merge documentation changes from docrails.Pratik Naik2008-05-161-0/+7
* Merge docrails:Pratik Naik2008-05-091-0/+5
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+19
* Improve documentation.Pratik Naik2008-03-261-1/+1
* Slight camelize speedup [Pratik Naik]Jeremy Kemper2008-02-021-1/+1
* Improve documentation to classify to make it clear that it expects names to b...Michael Koziarski2008-01-081-2/+5
* Fixed String#titleize to work for strings with 's too (closes #10571) [trek]David Heinemeier Hansson2008-01-031-1/+1
* Fixed that pluralizing an empty string should return the same empty string, n...David Heinemeier Hansson2007-09-221-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+3
* Added support for pluralization with a different starting letter than the sin...David Heinemeier Hansson2007-06-231-2/+9
* Full test coverage for Inflector. Closes #7228.Jeremy Kemper2007-01-281-3/+2
* Document Inflector.ordinalize and merge docs from String inflections. Closes ...Jeremy Kemper2007-01-141-18/+115
* Normalize classify's argument to a String so that it plays nice with Symbols....Marcel Molina2006-05-221-1/+1