aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/interpolation.rb
Commit message (Expand)AuthorAgeFilesLines
* remove backported string interpolationVasiliy Ermolovich2012-05-151-2/+0
* Unforce i18n from ASSantiago Pastorino2010-05-311-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-91/+1
* Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
* Check whether another lib has implemented ruby 1.9 string interp syntaxJeremy Kemper2009-11-181-1/+1
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Revert "Bundle I18n 0.2.0."Yehuda Katz2009-11-091-1/+1
* Bundle I18n 0.2.0.José Valim2009-11-091-1/+1
* Extract String#bytesize shimJeremy Kemper2009-08-011-3/+2
* * 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