aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string
Commit message (Expand)AuthorAgeFilesLines
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Require AS singleton_class code in AS output_safetysnusnu2010-03-171-1/+2
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-172-4/+4
* to_str works hereJeremy Kemper2010-03-151-5/+1
* Be sure to pass through args to to_yamlJeremy Kemper2010-03-111-2/+2
* Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+5
* OutputBuffer#to_yaml should return string yaml, not some custom class dumpJeremy Kemper2010-03-111-0/+4
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-91/+1
* Inflection dependency, [#4067 status:resolved]Jason King2010-03-031-1/+3
* require publicize_conversion_method to ensure to_date and to_datetime became ...Santiago Pastorino2010-02-191-0/+1
* Fix doc typo and update fast_xs URL. Thanks to Dmitrii Golub.Jeremy Kemper2010-02-071-1/+1
* Making SafeBuffer << an alias for concat methodSantiago Pastorino2010-02-051-5/+2
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-021-21/+85
|\
| * For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-21/+85
* | Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
|/
* 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