aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Optimize the performance of #delegateDaniel Schierbeck2012-04-121-0/+19
* validate attribute names in class and module attribute accessorsDmitry Plashchynski2012-03-302-0/+28
* fix HashWithIndifferentAccess.[] methodSergey Nartimov2012-03-231-0/+9
* deprecate Proc#bind that can cause symbol memory leakSergey Nartimov2012-03-221-5/+7
* bigdecimal can be duped on Ruby 2.0Aaron Patterson2012-03-201-2/+10
* Remove warning of unused variableRafael Mendonça França2012-03-081-1/+1
* refactor Hash#slice and Hash#extract!Vasiliy Ermolovich2012-03-061-0/+7
* remove usages of AS::OrderedHashVishnu Atrai2012-03-032-3/+3
* Merge pull request #4284 from mattdbridges/time_calculation_aliasesXavier Noria2012-02-283-0/+58
|\
| * Adding :last_week, :last_month, and :last_year aliases to Time and DateMatt Bridges2012-02-213-0/+58
* | make Range#overlaps? accept Range of TimeShigeya Suzuki2012-02-091-0/+12
* | Merge pull request #4878 from vijaydev/ordinal-2072Xavier Noria2012-02-071-0/+5
|\ \
| * | Document Integer#ordinal available in PR #2072.Vijay Dev2012-02-041-1/+0
| * | Add ActiveSupport::Inflector.ordinal and Integer#ordinalTim Gildea2012-02-041-0/+6
* | | Optional start_day argument for Time#all_week.kennyj2012-02-061-0/+1
|/ /
* | remove unasserted line in testVijay Dev2012-02-041-1/+0
* | Deprecate DateTime.local_offsetbrainopia2012-01-252-15/+6
* | Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.kennyj2012-01-191-6/+2
* | deprecates Module#local_constant_namesXavier Noria2012-01-121-0/+6
|/
* add the class name to the assertion messageAaron Patterson2012-01-061-1/+1
* use AS::TestCase as the base classAaron Patterson2012-01-0532-53/+53
* Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-051-0/+5
* Merge pull request #4252 from lest/deprecate-activesupport-base64José Valim2012-01-021-10/+0
|\
| * remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-10/+0
* | fix a warning about grouped expressionsVijay Dev2012-01-011-1/+1
|/
* refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-0/+4
* deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-271-2/+4
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-4/+0
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+3
* Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-221-7/+0
* deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#u...Vasiliy Ermolovich2011-12-221-6/+14
* remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9lest2011-12-211-10/+1
* remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-6/+1
* remove Array#sample from core_extVasiliy Ermolovich2011-12-211-28/+0
* Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-212-49/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-205-71/+11
* Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccessMiles Georgi2011-12-111-0/+3
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-6/+17
* Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-1/+8
* Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-89/+0
* Merge pull request #3767 from tadast/object_inYehuda Katz2011-11-261-0/+10
|\
| * Object#in? also accepts multiple parametersTadas Tamošauskas2011-11-261-0/+10
* | add more tests for monday and sunday methodsVijay Dev2011-11-261-0/+2
* | Tests added for monday and sunday Arun Agrawal2011-11-261-0/+8
* | beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-252-0/+38
* | Merge pull request #3725 from marcandre/twz_eqlYehuda Katz2011-11-222-2/+15
|\ \ | |/ |/|
| * Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-222-2/+15
* | refactor test_multiple_ofVijay Dev2011-11-161-4/+3
* | Merge pull request #3549 from luckydev/rmethodAaron Patterson2011-11-071-0/+29
|\ \
| * | added remove_method core_ext testsAnand2011-11-071-0/+29
| |/