aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`.Yves Senn2015-03-061-0/+4
|/ / /
* | | 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-022-0/+5
|\ \ \
| * | | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-022-0/+5
* | | | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-0/+4
* | | | Remove not needed .tapArthur Neves2015-03-021-1/+1
* | | | Do not output in the consoleRafael Mendonça França2015-03-021-1/+1
|/ / /
* | | 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
* | | | Instrument read_multi.Kasper Timm Hansen2015-02-211-0/+9
|/ / /
* | | Properly dump primitive-like AS::SafeBuffer strings as YAMLGodfrey Chan2015-02-111-0/+7
* | | Merge pull request #18906 from awd/fix-test-descriptionRafael Mendonça França2015-02-111-1/+1
|\ \ \
| * | | Fixes wording of test descriptionAdam Doeler2015-02-111-1/+1
* | | | Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-1/+1
|/ / /
* | | make zones_map privateTony Miller2015-02-061-2/+1
* | | Merge pull request #12067 from jackxxu/keep_precisionRafael Mendonça França2015-02-061-0/+4
|\ \ \
| * | | Enable number_to_percentage to keep the number's precision by allowing :preci...Jack Xu2013-08-281-0/+4
* | | | Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-16/+3
|\ \ \ \
| * | | | - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-16/+3