| Commit message (Expand) | Author | Age | Files | Lines |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -5/+5 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -183/+183 |
* | Merge pull request #12877 from aroben/extended-graphemes | Rafael França | 2015-12-31 | 1 | -3/+29 |
|\ |
|
| * | Beef up #grapheme_length tests | Adam Roben | 2013-11-13 | 1 | -3/+29 |
* | | Update #20737 to address feedback | Sean Griffin | 2015-10-20 | 1 | -0/+8 |
* | | Fixed slice! behavior: return nil for out-of-bound parameters | Gourav Tiwari | 2015-10-20 | 1 | -0/+4 |
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | | "warning: assigned but unused variable" | Akira Matsuda | 2014-08-19 | 1 | -1/+0 |
* | | Avoid mutating the constants in a test case | Akira Matsuda | 2014-08-16 | 1 | -3/+1 |
* | | Avoid polluting String class globally in a test case | Akira Matsuda | 2014-08-16 | 1 | -8/+13 |
* | | Unused ivar in a test suite | Akira Matsuda | 2014-08-16 | 1 | -1/+0 |
* | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -3/+3 |
|/ |
|
* | ensure original encoding doesnt change | Francesco Rodriguez | 2012-12-01 | 1 | -0/+3 |
* | Simplify String#mb_chars and stop proxying #class | Steve Klabnik | 2012-11-28 | 1 | -1/+4 |
* | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 1 | -1/+1 |
* | Use respond_to_missing? for Chars | Marc-Andre Lafortune | 2012-05-05 | 1 | -0/+9 |
* | Added as_json method for multibyte strings | Dmitriy Vorotilin | 2012-02-01 | 1 | -0/+3 |
* | Implement Chars#swapcase. | Norman Clarke | 2012-01-06 | 1 | -2/+13 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -3/+3 |
* | Use friendlier method name | Norman Clarke | 2012-01-05 | 1 | -1/+1 |
* | Replace Unicode.u_unpack with String#codepoints | Norman Clarke | 2012-01-05 | 1 | -11/+0 |
* | Just use Ruby's String#[]= | Norman Clarke | 2012-01-05 | 1 | -5/+0 |
* | Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into... | Norman Clarke | 2012-01-05 | 1 | -1/+1 |
|\ |
|
| * | refactor AS::Multibyte::Chars | Sergey Nartimov | 2012-01-05 | 1 | -1/+1 |
* | | Make return value from bang methods match Ruby docs | Norman Clarke | 2012-01-05 | 1 | -4/+10 |
* | | Fix incorrect behavior specified in test. | Norman Clarke | 2012-01-05 | 1 | -1/+1 |
|/ |
|
* | Remove more dead code from AS. | José Valim | 2011-12-20 | 1 | -4/+2 |
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -9/+2 |
* | Missing dependency in MultiByte test. | Rolf Timmermans | 2011-03-13 | 1 | -0/+1 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+1 |
* | Improve bang method defs, make slice! operate in-place. [#5028 state:resolved] | Norman Clarke | 2010-07-08 | 1 | -16/+25 |
* | Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off... | Alex Muntean | 2010-06-30 | 1 | -0/+1 |
* | Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved] | James MacAulay | 2010-06-30 | 1 | -7/+9 |
* | Adds titleize/titlecase to AS::Multibyte::Chars | Norman Clarke | 2010-06-20 | 1 | -0/+14 |
* | Use multibyte proxy class on 1.9, refactor Unicode. | Norman Clarke | 2010-05-21 | 1 | -48/+41 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -3/+3 |
* | Use explicit source encoding rather than forced UTF-8 from US-ASCII. | Santiago Pastorino | 2010-04-26 | 1 | -1/+1 |
* | Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved] | Norman Clarke | 2010-04-09 | 1 | -26/+47 |
* | Revert "failing tests in multibyte_chars_test.rb fixed". The bug is in Ruby 1... | José Valim | 2010-02-02 | 1 | -11/+11 |
* | failing tests in multibyte_chars_test.rb fixed | Santiago Pastorino | 2010-02-01 | 1 | -11/+11 |
* | Work around assert_raise limitation | Jeremy Kemper | 2009-11-08 | 1 | -3/+3 |
* | Ruby 1.9.2: work around changes to flatten and nil.to_str | Jeremy Kemper | 2009-11-08 | 1 | -3/+3 |
* | Make ActiveSupport::Chars#limit run on Ruby 1.9. | Manfred Stienstra | 2009-11-04 | 1 | -29/+27 |
* | Add ActiveSupport::Multibyte::Chars#limit. | Manfred Stienstra | 2009-11-04 | 1 | -0/+59 |
* | Fix chars.reverse for multibyte decomposed strings | Matias Flores | 2009-11-02 | 1 | -0/+11 |
* | Ruby 1.9 doesn't recognize EM SPACE as whitespace, breaking String#strip | Jeremy Kemper | 2009-11-02 | 1 | -1/+7 |