aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* remove bad test.Aaron Patterson2015-06-251-4/+0
* Escape HTML entities in JSON keysRafael Mendonça França2015-06-161-0/+7
* Merge pull request #20440 from repinel/fix-message-verifier-encoding-issueMatthew Draper2015-06-161-0/+1
|\
| * Fix the message verifier encoding issueRoque Pinel2015-06-141-0/+1
* | Fix inflector test by using dup inflections when it needs to be changedRoque Pinel2015-06-151-86/+68
|/
* 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
* | Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classesKristijan Novoselic2015-06-121-0/+25
* | Removed mocha stubbing in active_supportRonak Jangir2015-06-0710-309/+366
* | 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-288-43/+45
|\ \
| * | Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-228-43/+45
* | | Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+5
* | | Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-261-0/+15
|\ \ \
| * | | Add bang version to OrderedOptionsGaurish Sharma2015-05-231-0/+15
* | | | 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
* | as/core_ext require's not usedAnkit Gupta2015-05-082-2/+0
* | 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-222-2/+54
* | Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-0/+9
* | Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+65
* | Allow AS::Cache::FileStore#clear without cache directoryKohei Suzuki2015-04-091-0/+6
* | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacksRafael Mendonça França2015-04-061-7/+25
|\ \
| * | Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-7/+25
* | | Merge pull request #19625 from strzibny/fix-test-rails-git-layoutMatthew Draper2015-04-031-2/+2
|\ \ \ | |/ / |/| |
| * | Do not depend on Rails git repository layout in ActiveSupport testsJosef Stribny2015-04-021-2/+2
* | | Require the extensions to tests pass in isolationRafael Mendonça França2015-03-301-0/+1
* | | Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-301-0/+7
* | | Remove Array#inquiryRafael Mendonça França2015-03-271-7/+0
* | | Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+35
* | | Make sure Array#to_sentence always returns a StringDavid Cornu2015-03-231-0/+6
* | | Remove alias for `i_suck_and_my_tests_are_order_dependent`.Guo Xiang Tan2015-03-241-11/+0
* | | 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
|/ / /
* | | Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...Matt Wilde2015-03-111-8/+20
* | | Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-7/+0
* | | Merge pull request #19221 from matthewd/random-testsMatthew Draper2015-03-061-5/+0
|\ \ \
| * | | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0