aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2010-01-171-2/+2
* String#exclude? core extension: inverse of #include?Jeremy Kemper2009-12-271-0/+6
* String#<< should work for any object which responds to :to_str, so enable thi...José Valim2009-12-261-0/+12
* Simplify and improve the performance of output_safetyYehuda Katz2009-12-241-22/+6
* Instead of marking raw text in templates as safe, and then putting them throu...Yehuda Katz2009-12-241-0/+1
* Remove concat before overriding itJoshua Peek2009-12-011-6/+7
* Check whether another lib has implemented ruby 1.9 string interp syntaxJeremy Kemper2009-11-181-1/+1
* String#each_char is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-13/+0
* String#start_with? and String#end_with? are not needed for Ruby >= 1.8.7, lea...Xavier Noria2009-11-091-14/+0
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-6/+0
* Revert "Bundle I18n 0.2.0."Yehuda Katz2009-11-091-1/+1
* Bundle I18n 0.2.0.José Valim2009-11-091-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+2
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+43
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* 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