aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Assert that the `:prefix` option of `number_to_human_size` is deprecatedRoque Pinel2015-08-121-8/+10
* Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-071-0/+6
* Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-0/+4
* ActiveSupport::HashWithIndifferentAccess select and reject should return enum...Bernard Potocki2015-07-171-0/+10
* Expand coverage of JSON gem testsGodfrey Chan2015-07-111-16/+30
* Add tests to ensure we don't interfere with json gem's outputGodfrey Chan2015-07-111-0/+52
* Require yaml for time_with_zone isolation testPrem Sichanugrist2015-07-101-0/+1
* Reuse the same test for HWIA reverse_merge!Rafael Mendonça França2015-07-101-3/+1
* Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-procRafael Mendonça França2015-07-101-0/+37
|\
| * test/hash: move lonely indifferent hash testSimon Eskildsen2015-07-101-0/+6
| * active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-101-0/+14
| * active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-101-0/+17
* | Removed use of mocha in active_supportRonak Jangir2015-07-102-14/+17
|/
* Merge pull request #18365 from pocke/fix_datatime_compareAaron Patterson2015-06-122-0/+14
|\
| * DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-062-0/+14
* | Removed mocha stubbing in active_supportRonak Jangir2015-06-076-216/+252
* | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-0/+9
|\ \
| * | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-0/+9
* | | Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-0/+4
|/ /
* | Merge pull request #20267 from kaspth/fix-minitest-constant-clashingRafael Mendonça França2015-05-281-16/+16
|\ \
| * | Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-221-16/+16
* | | Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+5
* | | Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-241-122/+0
* | | Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-15/+15
* | | Patch `Delegator` to work with `#try`Nate Smith2015-05-191-0/+64
* | | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-191-6/+78
* | | Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numericRafael Mendonça França2015-05-192-12/+12
|\ \ \
| * | | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-132-12/+12
| |/ /
* / / remove warning from integer ext testyuuji.yaginuma2015-05-141-2/+2
|/ /
* | Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-131-0/+12
* | Put the assertion arguments in the right orderMatthew Draper2015-05-051-1/+1
* | deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+6
* | Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-2/+45
* | Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-0/+6
* | Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-95/+125
* | Merge pull request #19413 from kirs/replace-alias_method_chainRafael Mendonça França2015-03-201-2/+2
|\ \
| * | Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-201-2/+2
* | | Test files should be named *_test.rb to be executed via rake taskAkira Matsuda2015-03-201-0/+0
|/ /
* | Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-7/+0
* | Take DST into account when locating TimeZone from Numeric.Yasyf Mohamedali2015-03-031-0/+7
* | Merge pull request #19173 from robin850/rbx-buildRafael Mendonça França2015-03-021-0/+3
|\ \
| * | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+3
* | | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-0/+4
|/ /
* | Use include? instead of in? for Enumerable#without.Juanito Fatas2015-03-021-1/+0
* | Include object inclusion for enumerable test.Juanito Fatas2015-03-021-0/+1
* | Add Enumerable#withoutTodd Bealmear2015-03-011-0/+7
* | Merge pull request #19076 from nygrenh/truncate-words-fixRafael Mendonça França2015-02-251-0/+9
|\ \
| * | Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-0/+9
|/ /
* | Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-1/+1
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-033-3/+0