| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid unnecessary catching of Exception instead of StandardError. | Dylan Smith | 2012-06-17 | 1 | -1/+1 |
* | fix warning in Ruby2.0.0 | takkanm | 2012-06-11 | 1 | -1/+1 |
* | make AS::Multibyte::Chars work w/o multibyte core ext | Sergey Nartimov | 2012-05-28 | 1 | -1/+1 |
* | removing unnecessary 'examples' noise from activesupport | Francesco Rodriguez | 2012-05-13 | 2 | -14/+0 |
* | Use respond_to_missing? for Chars | Marc-Andre Lafortune | 2012-05-05 | 1 | -2/+2 |
* | Update Unicode database to recently-released 6.1. | Norman Clarke | 2012-02-03 | 1 | -1/+1 |
* | Build fix when running isolated test | Arun Agrawal | 2012-02-01 | 1 | -0/+1 |
* | Added as_json method for multibyte strings | Dmitriy Vorotilin | 2012-02-01 | 1 | -0/+4 |
* | Improve doc consistency | Norman Clarke | 2012-01-06 | 1 | -3/+3 |
* | Implement Chars#swapcase. | Norman Clarke | 2012-01-06 | 2 | -0/+16 |
* | Use friendlier method name | Norman Clarke | 2012-01-05 | 1 | -2/+2 |
* | Use friendlier method names for upcasing/downcasing | Norman Clarke | 2012-01-05 | 2 | -12/+20 |
* | Use more descriptive method names | Norman Clarke | 2012-01-05 | 2 | -8/+8 |
* | Move include to top of class for clarity | Norman Clarke | 2012-01-05 | 1 | -2/+1 |
* | Replace Unicode.u_unpack with String#codepoints | Norman Clarke | 2012-01-05 | 3 | -26/+5 |
* | Remove multibyte utils | Norman Clarke | 2012-01-05 | 1 | -27/+0 |
* | Remove "_codepoints" from compose/decompose | Norman Clarke | 2012-01-05 | 2 | -9/+9 |
* | Remove unused code. | Norman Clarke | 2012-01-05 | 1 | -25/+0 |
* | Document method definition | Norman Clarke | 2012-01-05 | 1 | -0/+2 |
* | Just use Ruby's String#[]= | Norman Clarke | 2012-01-05 | 1 | -41/+0 |
* | Assume Encoding support | Norman Clarke | 2012-01-05 | 1 | -5/+1 |
* | Update to Unicode 6.0 | Norman Clarke | 2012-01-05 | 1 | -1/+1 |
* | Remove useless parens | Norman Clarke | 2012-01-05 | 1 | -1/+1 |
* | Just delegate a few methods directly to @wrapped_string | Norman Clarke | 2012-01-05 | 1 | -20/+3 |
* | Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into... | Norman Clarke | 2012-01-05 | 1 | -11/+5 |
|\ |
|
| * | refactor AS::Multibyte::Chars | Sergey Nartimov | 2012-01-05 | 1 | -39/+5 |
* | | Make return value from bang methods match Ruby docs | Norman Clarke | 2012-01-05 | 1 | -2/+2 |
* | | Override #slice! to ensure proper return value. | Norman Clarke | 2012-01-05 | 1 | -0/+4 |
* | | Remove overidden slice and slice! methods. | Norman Clarke | 2012-01-05 | 1 | -29/+1 |
|/ |
|
* | remove checks for encodings availability | Sergey Nartimov | 2011-12-25 | 2 | -47/+12 |
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -155/+6 |
* | adds a couple of missing magic comments [fixes #1374] | Xavier Noria | 2011-07-23 | 1 | -0/+1 |
* | documentation fix: wrong result | Akira Matsuda | 2011-07-13 | 1 | -2/+1 |
* | Active Support typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
* | save a few method calls | Aaron Patterson | 2010-10-22 | 1 | -2/+3 |
* | removing wtfalse | Aaron Patterson | 2010-10-22 | 1 | -1/+1 |
* | removing unused code | Aaron Patterson | 2010-08-22 | 1 | -1/+1 |
* | edit pass to apply API guideline wrt the use of "# =>" in example code | Xavier Noria | 2010-07-30 | 2 | -40/+41 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -6/+5 |
* | Improve bang method defs, make slice! operate in-place. [#5028 state:resolved] | Norman Clarke | 2010-07-08 | 1 | -19/+7 |
* | Improve the idiom used in multibyte chars a bit. | José Valim | 2010-06-30 | 1 | -3/+3 |
* | Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off... | Alex Muntean | 2010-06-30 | 1 | -1/+2 |
* | Update Unicode database to 5.2.0. [#5011 state:resolved] | Norman Clarke | 2010-06-30 | 1 | -1/+1 |
* | Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved] | James MacAulay | 2010-06-30 | 1 | -1/+1 |
* | Move some methods into 1.8.x-only proxy. [#4978 state:resolved] | Norman Clarke | 2010-06-26 | 1 | -40/+39 |
* | Adds titleize/titlecase to AS::Multibyte::Chars | Norman Clarke | 2010-06-20 | 1 | -0/+10 |
* | <=> is defined twice on multibyte/chars.rb for Ruby < 1.9 | Sam Elliott and Santiago Pastorino | 2010-06-20 | 1 | -14/+10 |
* | Explicitly delegate Chars#<=> to work around Kernel#<=> possibly ignoring met... | Jeremy Kemper | 2010-06-11 | 1 | -3/+4 |
* | Move the undef into the 1.9 only branch | wycats | 2010-06-07 | 1 | -2/+2 |
* | If we undef <=>, it solves a problem involving comparison. Please figure out ... | wycats | 2010-06-07 | 1 | -0/+2 |