| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo in ActiveSupport::Inflector#titleize | Francesco Rodriguez | 2012-04-28 | 1 | -1/+1 |
* | revises the regexp used in titleize | Xavier Noria | 2012-04-07 | 1 | -1/+1 |
* | Updated/changed useless tr/gsubs | Jurriaan Pruis | 2012-04-03 | 1 | -1/+1 |
* | Fix typo | Artyom Bolshakov | 2012-04-03 | 1 | -1/+1 |
* | String#titleize works properly with smart quotes, closes #5584 | Vasiliy Ermolovich | 2012-03-26 | 1 | -2/+4 |
* | Inflector/constantize - inject method lets us to avoid using another variable | homa | 2012-02-28 | 1 | -5/+3 |
* | decouples the implementation of the inflector from its test suite | Xavier Noria | 2012-02-24 | 1 | -0/+7 |
* | prefer tr to gsub for replacing characters | Xavier Noria | 2012-02-12 | 1 | -2/+2 |
* | inflection regexp are meant to be applied once | Xavier Noria | 2012-02-12 | 1 | -2/+2 |
* | removes redundant argument | Xavier Noria | 2012-02-12 | 1 | -1/+1 |
* | boosts inflections | Xavier Noria | 2012-02-12 | 1 | -1/+1 |
* | say unshift when you mean unshift (modulus prepend) | Xavier Noria | 2012-02-11 | 1 | -3/+5 |
* | Add ActiveSupport::Inflector.ordinal and Integer#ordinal | Tim Gildea | 2012-02-04 | 1 | -10/+24 |
* | There is an "inherit" option on const_get too, why not use it? | Semyon Perepelitsa | 2012-01-31 | 1 | -1/+1 |
* | safe_constantize should handle wrong constant name NameErrors Fixes #4710 | Alex Tambellini | 2012-01-26 | 1 | -1/+1 |
* | global variables may not be set depending on the match. fixes #4703 | Aaron Patterson | 2012-01-26 | 1 | -1/+4 |
* | Change ActiveRecord::Errors to ActiveModel::Errors in guides | Carlos Antonio da Silva | 2012-01-25 | 1 | -6/+6 |
* | remove ruby 1.8 checking in constantize method | Vasiliy Ermolovich | 2011-12-29 | 1 | -39/+24 |
* | fix typo again (Thanks Phillip Oertel) | Vijay Dev | 2011-11-08 | 1 | -1/+1 |
* | fix typo | Vijay Dev | 2011-11-06 | 1 | -1/+1 |
* | Refactored pluralize and singularize into a common method. | Henrik Hodne | 2011-11-06 | 1 | -16/+18 |
* | defines Module#qualified_const_(defined?|get|set) and String#deconstantize | Xavier Noria | 2011-10-29 | 1 | -6/+23 |
* | let demodulize do less work, and add tests | Xavier Noria | 2011-10-29 | 1 | -1/+3 |
* | Update CHANGELOG for safe_constantize. | José Valim | 2011-09-23 | 1 | -1/+4 |
* | Ensure that constantize just rescues NameError that applies to the constant b... | José Valim | 2011-09-23 | 1 | -4/+20 |
* | Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ... | Ryan Oblak | 2011-09-23 | 1 | -0/+27 |
* | Revert removing gsub and sub from safe buffer. | José Valim | 2011-09-08 | 1 | -24/+8 |
* | remove support of symbols on classify and camelize | Damien Mathieu | 2011-09-08 | 1 | -0/+16 |
* | make gsub and sub unavailable in SafeBuffers - Closes #1555 | Damien Mathieu | 2011-09-08 | 1 | -8/+8 |
* | Add more examples to #titleize | Pol Llovet | 2011-07-09 | 1 | -2/+4 |
* | Add acronym support to Inflector; Issue #1366 | David Lee | 2011-06-11 | 2 | -10/+14 |
* | Refactor | David Lee | 2011-06-11 | 2 | -91/+143 |
* | adds code examples for negative ordinalize | Vijay Dev | 2011-05-08 | 1 | -1/+3 |
* | ordinalize negative numbers patch | Jason | 2011-05-07 | 1 | -2/+2 |
* | proper reset all inflector scopes | Stefan Huber | 2011-04-25 | 1 | -1/+1 |
* | Added a word boundary to uncountable inflection regex for #singularize so sho... | John Paul Ashenfelter | 2010-12-22 | 1 | -1/+1 |
* | require i18n in transliterate so it can run in isolated situations | Jack Dempsey | 2010-09-14 | 1 | -0/+1 |
* | camelize and underscore are sort of inverse of each other, but not in a mathe... | Xavier Noria | 2010-07-22 | 1 | -1/+11 |
* | Use multibyte proxy class on 1.9, refactor Unicode. | Norman Clarke | 2010-05-21 | 1 | -2/+3 |
* | fixes colon in previous YAML example | Xavier Noria | 2010-05-03 | 1 | -1/+1 |
* | Fix transliteration rule example in docs. [#4526 state:resolved] | Norman Clarke | 2010-05-03 | 1 | -2/+3 |
* | Delegate Inflector.transliterate to i18n. [#4508 state:resolved] | Norman Clarke | 2010-04-30 | 1 | -38/+56 |
* | Improve reliability of Inflector.transliterate. [#4374 state:resolved] | Norman Clarke | 2010-04-12 | 1 | -24/+37 |
* | Avoid unnecessary allocations in Inflector.underscore [#3626 state:resolved] | Joe Van Dyk | 2010-04-12 | 1 | -5/+7 |
* | Changed the way inflections for uncountables work for 'funky jeans' [#3576 st... | Rolf Bjaanes | 2010-04-05 | 1 | -1/+1 |
* | Parameterize should accept malformed utf8 characters [#4323 state:resolved] | Kristopher Murata | 2010-04-04 | 1 | -1/+4 |
* | Any reason we can't just use the slow 1.8 path for transliteration in 1.9? | wycats | 2010-03-17 | 1 | -2/+2 |
* | Removed the + sign as an accepted character from the parameterize method, as ... | Stijn Mathysen | 2010-03-05 | 1 | -1/+1 |
* | Avoid calling triggering const_missing if const_missing is private when doing... | Carl Lerche | 2010-02-18 | 1 | -1/+1 |
* | Remove string access core extension dependency | Jeremy Kemper | 2009-11-09 | 1 | -3/+1 |