aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte
Commit message (Expand)AuthorAgeFilesLines
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* save a few method callsAaron Patterson2010-10-221-2/+3
* removing wtfalseAaron Patterson2010-10-221-1/+1
* removing unused codeAaron Patterson2010-08-221-1/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-302-40/+41
* Removes unused varsSantiago Pastorino2010-07-241-6/+5
* Improve bang method defs, make slice! operate in-place. [#5028 state:resolved]Norman Clarke2010-07-081-19/+7
* Improve the idiom used in multibyte chars a bit.José Valim2010-06-301-3/+3
* Fix ActiveSupport::Multibyte::Chars#slice for empty strings when starting off...Alex Muntean2010-06-301-1/+2
* Update Unicode database to 5.2.0. [#5011 state:resolved]Norman Clarke2010-06-301-1/+1
* Fix AS::MB::Chars#+ to not alter self [#4646 state:resolved]James MacAulay2010-06-301-1/+1
* Move some methods into 1.8.x-only proxy. [#4978 state:resolved]Norman Clarke2010-06-261-40/+39
* Adds titleize/titlecase to AS::Multibyte::CharsNorman Clarke2010-06-201-0/+10
* <=> is defined twice on multibyte/chars.rb for Ruby < 1.9Sam Elliott and Santiago Pastorino2010-06-201-14/+10
* Explicitly delegate Chars#<=> to work around Kernel#<=> possibly ignoring met...Jeremy Kemper2010-06-111-3/+4
* Move the undef into the 1.9 only branchwycats2010-06-071-2/+2
* If we undef <=>, it solves a problem involving comparison. Please figure out ...wycats2010-06-071-0/+2
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-213-507/+534
* Delegate Inflector.transliterate to i18n. [#4508 state:resolved]Norman Clarke2010-04-301-18/+27
* Action Pack: fix tests with -K*, work around Ruby 1.9.1 constant lookup.Cezary Baginski2010-04-251-2/+2
* Make tidy_bytes work on 1.9 and improve its performance. [#4350 state:resolved]Norman Clarke2010-04-091-18/+67
* Improve performance of multibyte utils.James Golick2010-03-161-1/+1
* Merge docrailsPratik Naik2010-01-171-1/+1
* Fix unresolved string extension dependenciesJeremy Kemper2009-11-081-2/+3
* Make ActiveSupport::Chars#limit run on Ruby 1.9.Manfred Stienstra2009-11-041-0/+5
* Improve performance of Multibyte::Utils.Manfred Stienstra2009-11-041-7/+6
* Add ActiveSupport::Multibyte::Chars#limit.Manfred Stienstra2009-11-041-14/+15
* Fix chars.reverse for multibyte decomposed stringsMatias Flores2009-11-021-1/+1
* Use Encoding.default_external, not _internalJeremy Kemper2009-09-131-2/+2
* Remove redundant checks for valid character regexp in ActiveSupport::Multibyt...Beau Harrington2009-09-101-2/+2
* Add verify and clean methods to ActiveSupport::Multibyte.Michael Koziarski2009-09-042-16/+68
* Correctly handle offsets in Multibyte::Chars#index and #rindex.Erik Ostrom2009-08-091-3/+5
* Add rindex to ActiveSupport::Multibyte::Chars.Erik Ostrom2009-08-091-0/+13
* Include acts_as_string?Jeremy Kemper2009-05-181-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+16
|\
| * Make Chars#slice! behave more like String#slice! [#1243 state:resolved]George Ogata2009-03-071-2/+14
| * Ruby 1.9: force ascii encoding for comparison with utf8 regexpJeremy Kemper2009-02-031-0/+2
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-4/+4
* | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-5/+5
|/
* Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Uni...Jason Cheow2008-12-081-0/+8
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-2/+2
* Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...Manfred Stienstra2008-09-211-1/+1
* Non-string results from forwarded methods should be returned vertabim.Manfred Stienstra2008-09-211-2/+3
* Improve documentation.Manfred Stienstra2008-09-212-52/+62
* All methods which normally return a string now return a proxy instance.Manfred Stienstra2008-09-211-2/+1
* Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-10/+10
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-217-892/+733
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+5
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include...Jeremy Kemper2008-05-311-5/+7