aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* use correct variant of checking whether class is a singletonSergey Nartimov2012-01-031-1/+1
* rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-1/+1
* remove condition since to_time always available in ruby19 DateTimeVishnu Atrai2011-12-311-1/+1
* adds a comments that clarifies why Range#include? chooses the comparison oper...Xavier Noria2011-12-301-0/+1
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-1/+2
* Revert "Merge pull request #4220 from bensie/singleton-class-master"Jon Leighton2011-12-281-1/+14
* Further simplify singleton_class checking in class_attributeJames Miller2011-12-281-14/+1
* refactor Range#include? for range valueVasiliy Ermolovich2011-12-261-3/+1
* remove rexml security fix for rubies 1.8Vasiliy Ermolovich2011-12-261-46/+0
* remove File#to_path aliasVasiliy Ermolovich2011-12-252-6/+0
* removes the compatibility method Module#method_namesXavier Noria2011-12-252-6/+0
* removes the compatibility method Module#instance_method_namesXavier Noria2011-12-251-4/+0
* ruby 1.9 returns method names as symbolsSergey Nartimov2011-12-251-11/+6
* Module#name returns nil for anonymous class in ruby 1.9Vasiliy Ermolovich2011-12-251-6/+2
* remove date methods that are present in 1.9 rubySergey Nartimov2011-12-251-20/+0
* remove useless 1.8 ruby code from Range#step, because Range#step without bloc...Vasiliy Ermolovich2011-12-251-21/+5
* remove checks for encodings availabilitySergey Nartimov2011-12-251-88/+24
* remove Time._dump and Time._load patching for ruby 1.8Vasiliy Ermolovich2011-12-251-27/+0
* remove deprecated Module#synchronize from ActiveSupportSergey Nartimov2011-12-242-47/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+4
* remove Enumerable#each_with_object againSergey Nartimov2011-12-231-21/+0
* adds deprecation warnings to the RDoc of Array#uniq_by(!)Xavier Noria2011-12-201-2/+6
* remove conflict markerVijay Dev2011-12-231-1/+0
* Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-221-5/+20
* Merge pull request #4135 from nashby/deprecate-uniq-byJosé Valim2011-12-221-6/+8
|\
| * deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#u...Vasiliy Ermolovich2011-12-221-6/+8
* | no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-223-12/+0
|/
* remove Proces.daemon from core_extVasiliy Ermolovich2011-12-222-24/+0
* Merge pull request #4104 from lest/remove-1-8-codeJosé Valim2011-12-211-21/+0
|\
| * remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9lest2011-12-211-21/+0
* | Merge pull request #4097 from guilleiguaran/safebuffer-html-escapeAaron Patterson2011-12-211-27/+15
|\ \ | |/ |/|
| * We don't need a special html_escape for 1.8 anymoreGuillermo Iguaran2011-12-211-27/+15
* | remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-7/+0
* | remove Array#sample from core_extVasiliy Ermolovich2011-12-212-31/+0
|/
* remove support for ruby 1.8 in AS String extensionsSergey Nartimov2011-12-212-38/+1
* Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-214-68/+0
* requiring enumerator is not nessessary in ruby 1.9Sergey Nartimov2011-12-201-2/+0
* Remove more dead code from AS.José Valim2011-12-201-18/+6
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-2013-200/+67
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-0/+3
* Remove duplicate html_escape docsJeremy Kemper2011-12-111-10/+1
* Use 1.9 native XML escaping to speed up html_escape and shush regexp warningsJeremy Kemper2011-12-111-15/+36
* fix nodocsVijay Dev2011-12-091-1/+1
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-1/+1
* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-0/+7
* Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-0/+2
* Merge pull request #3767 from tadast/object_inYehuda Katz2011-11-261-7/+17
|\
| * Object#in? also accepts multiple parametersTadas Tamošauskas2011-11-261-7/+17
* | Adds Time#sunday methodVijay Dev2011-11-261-0/+6
* | Convert aliases monday and sunday to methodsVijay Dev2011-11-262-3/+18