aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract String#bytesize shimJeremy Kemper2009-08-011-0/+7
* * don't include String#% for Ruby 1.9Sven Fuchs2009-07-181-5/+8
* Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t...Lawrence Pit2009-07-071-0/+62
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-0/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+2
|\
| * Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-0/+2
* | Explicit test dependenciesJeremy Kemper2009-03-291-2/+1
* | Explicit test dependenciesJeremy Kemper2009-03-281-0/+3
|/
* Allow String#parameterize to accept a separator [#2157 state:resolved]Sam Granieri2009-03-071-0/+18
* Switch to AS::TestCase for assert_deprecatedJeremy Kemper2008-11-151-2/+2
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-0/+6
* Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...Manfred Stienstra2008-09-211-6/+47
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+6
* camelize(:lower) should always downcase first character. [#696 state:resolved]Amos King2008-08-221-0/+4
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-161-0/+17
* Ruby 1.9 compat: declare utf-8 file encodingJeremy Kemper2008-02-021-0/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Multibyte: skip String#each_char test for Ruby 1.9Jeremy Kemper2007-12-211-8/+9
* Ruby 1.9 compat: 'a'.ord == 'a'[0]Jeremy Kemper2007-12-151-0/+5
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-1/+9
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-1/+9
* Mark String#each_char test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-271-11/+14
* String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572.Jeremy Kemper2007-06-041-0/+3
* Full test coverage for Inflector. Closes #7228.Jeremy Kemper2007-01-281-1/+19
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-0/+27
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-0/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-17/+15
* Make String#last behave more like Array#last, i.e.Scott Barron2006-02-081-0/+6
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+10
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-5/+1
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-1/+2
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]David Heinemeier Hansson2005-09-091-0/+11
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+14
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+6
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-2/+2
* Added the meat for String inflectionDavid Heinemeier Hansson2005-01-151-0/+64