aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4524 from nashby/datetime-18-codeJosé Valim2012-01-251-15/+0
|\
| * remove ruby 1.8 related codeVasiliy Ermolovich2012-01-181-15/+0
* | Merge pull request #4514 from brainopia/update_timezone_offetsAaron Patterson2012-01-241-1/+1
|\ \
| * | Update time zone offset informationbrainopia2012-01-181-1/+1
| |/
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-211-19/+19
|\ \
| * | Fix indentation in code example of DelegationTomasz Zurkowski2012-01-201-19/+19
| |/
* / Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.kennyj2012-01-191-1/+1
|/
* to_date, to_time, and to_datetime Time methods present in ruby 1.9Sergey Nartimov2012-01-131-28/+0
* deprecates Module#local_constant_namesXavier Noria2012-01-121-2/+12
* fixes in api docsVijay Dev2012-01-131-1/+1
* Symbol#[] method presents in Ruby 1.9Sergey Nartimov2012-01-071-1/+1
* revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
* Merge pull request #4304 from lest/refactor-truncateAaron Patterson2012-01-051-6/+5
|\
| * refactor String#truncate not to use mb_charsSergey Nartimov2012-01-041-6/+5
* | Merge pull request #4316 from wrozka/time_advance_nsecAaron Patterson2012-01-051-1/+1
|\ \ | |/ |/|
| * Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-051-1/+1
* | simplify Class#descendants using singleton_class methodSergey Nartimov2012-01-041-1/+1
* | No need to override the to_yaml method in ActiveSupporte::SafeBufferRafael Mendonça França2012-01-041-5/+0
* | No need to override the to_yaml method in BigDecimalRafael Mendonça França2012-01-041-15/+0
* | No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
* | No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-042-2/+2
|/
* 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
|\