aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-13/+13
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-13/+13
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-13/+13
* `fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.Aaron Patterson2013-04-051-1/+0
* Add String#in_time_zone methodAndrew White2012-12-111-0/+1
* defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+1
* remove backported string interpolationVasiliy Ermolovich2012-05-151-1/+0
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* Add String#inquiry as a convenience method for turning a string into a String...David Heinemeier Hansson2011-04-181-0/+1
* implements String#strip_heredocXavier Noria2010-08-291-1/+2
* Require encoding.rbwycats2010-06-081-0/+1
* String#exclude? core extension: inverse of #include?Jeremy Kemper2009-12-271-1/+2
* String#each_char is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+2
* Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t...Lawrence Pit2009-07-071-0/+1
* Convert string extension modules to class reopensJeremy Kemper2009-04-221-10/+0
* Convert String conversions, filters, starts/ends_with, and multibyte extensio...Jeremy Kemper2009-03-281-8/+5
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-211-2/+4
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+2
* Ruby 1.8.7 compat: String#start_with? and #end_with?Jeremy Kemper2008-04-201-10/+3
* Add String#squish and String#squish! to remove consecutive chunks of whitespa...Michael Koziarski2008-02-161-0/+2
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-1/+6
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-6/+6
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-2/+4
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with...Michael Koziarski2006-10-031-0/+2
* Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSO...Sam Stephenson2005-12-271-0/+2
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]David Heinemeier Hansson2005-09-091-0/+2
* Added String#at, String#from, String#to, String#first, String#last in ActiveS...David Heinemeier Hansson2005-09-031-1/+3
* Added String#to_time and String#to_date for wrapping ParseDateDavid Heinemeier Hansson2005-03-021-0/+2
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+5