| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum... | Rafael Mendonça França | 2017-03-28 | 1 | -0/+15 |
|\ |
|
| * | Added options hash to titleize method and keep_id_suffix option to humanize | Mubashir Hanif | 2017-03-21 | 1 | -0/+15 |
* | | Update `titlelize` regex to allow apostrophes | Andrew White | 2017-03-06 | 1 | -0/+1 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -25/+25 |
* | Merge pull request #19428 from bdmac/fix_safe_buffer_titleize | Rafael Mendonça França | 2016-05-18 | 1 | -1/+2 |
|\ |
|
| * | Fixes Inflector#titleize to work with SafeBuffer | Brian McManus | 2015-03-20 | 1 | -1/+2 |
* | | Parameterize with options to preserve case of string | Swaathi K | 2015-11-07 | 1 | -0/+34 |
* | | :scissors: empty line at the top of files | Akira Matsuda | 2015-09-21 | 1 | -1/+0 |
|/ |
|
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Fix for inflector's incorrect camelCase replacement for acronyms | Matthew Draper | 2014-09-06 | 1 | -0/+1 |
* | several enhancements to humanize [closes #12288] | Xavier Noria | 2014-05-06 | 1 | -3/+5 |
* | Add a comment to ensure that a test won't be removed [ci skip] | Robin Dupret | 2014-03-03 | 1 | -1/+1 |
* | wrap test that changes inflections in with_dup | Lihan Li | 2013-11-28 | 1 | -0/+1 |
* | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 1 | -0/+6 |
* | Don't mutate the original inflections instance in the tests | Andrew White | 2013-07-30 | 1 | -1/+0 |
* | Inflector irregular singularize rules | Juanjo Bazán | 2013-01-01 | 1 | -0/+1 |
* | Adds missing inflector tests to ensure idempotency | Godfrey Chan | 2012-06-21 | 1 | -0/+2 |
* | Fix an issue with inflection where my_analyses (in plular form) incorrectly c... | Anuj Dutta | 2012-05-16 | 1 | -0/+1 |
* | Merge pull request #5177 from cap10morgan/fix-gh-issue-4374 | José Valim | 2012-04-30 | 1 | -1/+3 |
|\ |
|
| * | fix inflector bug where -ice gets pluralized into -ouse | Wes Morgan | 2012-02-25 | 1 | -1/+3 |
* | | adds a new test case for titleize | Xavier Noria | 2012-04-08 | 1 | -0/+1 |
* | | revises the regexp used in titleize | Xavier Noria | 2012-04-07 | 1 | -12/+15 |
* | | String#titleize works properly with smart quotes, closes #5584 | Vasiliy Ermolovich | 2012-03-26 | 1 | -1/+3 |
|/ |
|
* | fixes a regression introduced by 532cd4, and a bogus test in AP the regressio... | Xavier Noria | 2012-02-10 | 1 | -0/+1 |
* | Fix inflection regexes for mouse, mice | Mark Rushakoff | 2011-12-07 | 1 | -1/+5 |
* | Added the test case for #3537 | Pavan Kumar Sunkara | 2011-11-06 | 1 | -0/+1 |
* | Revert removing gsub and sub from safe buffer. | José Valim | 2011-09-08 | 1 | -0/+7 |
* | remove support of symbols on classify and camelize | Damien Mathieu | 2011-09-08 | 1 | -7/+0 |
* | StringToParameterizeWithNoSeparator: dashed parameter will not | Arun Agrawal | 2011-06-25 | 1 | -1/+1 |
* | Test retain delimiter in parameterization inflector | David Lee | 2011-06-11 | 1 | -0/+3 |
* | ordinalize negative numbers patch | Jason | 2011-05-07 | 1 | -0/+30 |
* | handle double pluralization for irregular plurals | Dan Pickett | 2011-02-16 | 1 | -0/+1 |
* | Improve reliability of Inflector.transliterate. [#4374 state:resolved] | Norman Clarke | 2010-04-12 | 1 | -1/+4 |
* | Changed the way inflections for uncountables work for 'funky jeans' [#3576 st... | Rolf Bjaanes | 2010-04-05 | 1 | -0/+2 |
* | Parameterize should accept malformed utf8 characters [#4323 state:resolved] | Kristopher Murata | 2010-04-04 | 1 | -4/+8 |
* | Any reason we can't just use the slow 1.8 path for transliteration in 1.9? | wycats | 2010-03-17 | 1 | -12/+4 |
* | Removed the + sign as an accepted character from the parameterize method, as ... | Stijn Mathysen | 2010-03-05 | 1 | -3/+6 |
* | ensure Inflector.camelize works with symbols [#2856 state:resolved] | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -0/+7 |
* | Allow String#parameterize to accept a separator [#2157 state:resolved] | Sam Granieri | 2009-03-07 | 1 | -0/+16 |
* | Adding inflection of databases (usually we wouldn't amend the current default... | Jiri Zajpt | 2009-02-12 | 1 | -1/+2 |
* | Ruby 1.9 compat: no Unicode normalization support yet | Jeremy Kemper | 2008-11-26 | 1 | -2/+13 |
* | Mark utf-8 source encoding | Jeremy Kemper | 2008-10-06 | 1 | -0/+2 |
* | Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt... | Adam Cigánek | 2008-09-23 | 1 | -1/+4 |