aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ruby
Commit message (Expand)AuthorAgeFilesLines
* Remove ruby/shimSantiago Pastorino2012-05-111-15/+0
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* remove rexml security fix for rubies 1.8Vasiliy Ermolovich2011-12-261-2/+0
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-1/+0
* removes the compatibility method Module#method_namesXavier Noria2011-12-251-1/+0
* remove Proces.daemon from core_extVasiliy Ermolovich2011-12-221-2/+0
* remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9lest2011-12-211-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+1
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-1/+0
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+1
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+1
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-0/+1
* :to => redirect() can take a String using 1.9-style interpolation or proc tha...Yehuda Katz2009-12-201-0/+1
* Revert "the REXML security fix is not needed for Ruby >= 1.8.7"Jeremy Kemper2009-11-091-0/+2
* the REXML security fix is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Single-require forward compatibility with new Ruby features like Object#tap, ...Jeremy Kemper2009-05-201-0/+24