aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
...
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Extract String#bytesize shimJeremy Kemper2009-08-012-3/+7
* * don't include String#% for Ruby 1.9Sven Fuchs2009-07-181-73/+79
* Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t...Lawrence Pit2009-07-071-0/+87
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-2/+6
* Prefer behavior check to RUBY_VERSION to catch 1.8 backportsJeremy Kemper2009-04-291-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-222-0/+2
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-3/+2
* Convert string extension modules to class reopensJeremy Kemper2009-04-224-278/+247
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-5/+29
|\
| * Clearer String#first and #last edge cases. Fix that 'foo'.first(0) == 'foo' i...Jeremy Kemper2009-04-201-2/+14
| * Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-3/+15
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+3
| |\
| * | Introduce minimalistic package for ActiveSupport.Michael S. Klishin2008-12-281-1/+5
* | | Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
* | | Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-284-149/+112
* | | Only require builder at startup if we need to monkey with its String#to_xs de...Jeremy Kemper2009-03-211-3/+10
| |/ |/|
* | Allow String#parameterize to accept a separator [#2157 state:resolved]Sam Granieri2009-03-071-2/+2
* | Avoid circular requireJeremy Kemper2009-02-061-1/+1
|/
* Changed the fallback String#each_char to use valid 1.9 syntax.Tom Lea2008-11-221-1/+3
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-1/+4
* Improve documentation.Manfred Stienstra2008-09-211-13/+10
* Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-211-5/+5
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-212-66/+81
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+13
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-101-0/+19
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* Remove 1.9's String#chars alsoJeremy Kemper2008-06-061-13/+11
* Merge docrails.Pratik Naik2008-05-251-5/+5
* Ruby 1.8.7 compat: String#start_with? and #end_with?Jeremy Kemper2008-04-202-4/+16
* Use append_features instead of included to get the inclusion order rightJeremy Kemper2008-04-201-1/+2
* Override incompatible 1.8.7p1 String#charsJeremy Kemper2008-04-191-0/+6
* Feature check :force_encoding instead of RUBY_VERSIONJeremy Kemper2008-04-192-2/+2
* Improve documentation.Pratik Naik2008-04-051-4/+4
* Improve documentation.Pratik Naik2008-03-262-65/+57
* Applied the faster squish version (closes #11123) [jordi]David Heinemeier Hansson2008-03-131-2/+4
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-161-0/+24
* Improve documentation to classify to make it clear that it expects names to b...Michael Koziarski2008-01-081-2/+5
* Ruby 1.9 compat: special-case String access methods to not depend on #charsJeremy Kemper2008-01-031-48/+72
* Ruby 1.9 compat: don't use obsolete ParseDateJeremy Kemper2007-12-271-4/+4
* Multibyte: String#chars returns self for Ruby 1.9Jeremy Kemper2007-12-211-32/+51
* Ruby 1.9 compat: 'a'.ord == 'a'[0]Jeremy Kemper2007-12-151-2/+7
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-0/+7
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-1/+1
* Reference current fast_xs URLJeremy Kemper2007-10-071-0/+1
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+10
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572.Jeremy Kemper2007-06-041-1/+5
* Document Inflector.ordinalize and merge docs from String inflections. Closes ...Jeremy Kemper2007-01-141-1/+1
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-131-5/+5