aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-121-5/+5
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+42
* Thoroughly document inflections. Closes #5700.Jeremy Kemper2006-08-031-11/+38
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-1/+1
* Added documentation for inflections (closes #5013) [m.stienstra@fngtps.com]David Heinemeier Hansson2006-06-031-3/+65
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-2/+5
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-0/+4
* A more aesthetically pleasing implementation and changelog entryScott Barron2006-02-081-3/+2
* Make String#last behave more like Array#last, i.e.Scott Barron2006-02-081-0/+1
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+17
* r3215@asus: jeremy | 2005-11-20 02:05:56 -0800Jeremy Kemper2005-11-211-1/+1
* Add title case method to String to do, e.g., 'action_web_service'.titlecase #...Marcel Molina2005-10-191-0/+6
* Forgot to add core_ext/string/starts_ends_with.rbDavid Heinemeier Hansson2005-09-091-0/+20
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-0/+58
* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee...David Heinemeier Hansson2005-07-171-0/+2
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+19
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+49