| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow AS::Cache::FileStore#clear without cache directory | Kohei Suzuki | 2015-04-09 | 1 | -0/+6 |
* | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks | Rafael Mendonça França | 2015-04-06 | 1 | -7/+25 |
|\ |
|
| * | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 1 | -7/+25 |
* | | Merge pull request #19625 from strzibny/fix-test-rails-git-layout | Matthew Draper | 2015-04-03 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Do not depend on Rails git repository layout in ActiveSupport tests | Josef Stribny | 2015-04-02 | 1 | -2/+2 |
* | | Require the extensions to tests pass in isolation | Rafael Mendonça França | 2015-03-30 | 1 | -0/+1 |
* | | Revert "Remove Array#inquiry" | Rafael Mendonça França | 2015-03-30 | 1 | -0/+7 |
* | | Remove Array#inquiry | Rafael Mendonça França | 2015-03-27 | 1 | -7/+0 |
* | | Add ActiveSupport::ArrayInquirer and Array#inquiry | George Claghorn | 2015-03-24 | 1 | -0/+35 |
* | | Make sure Array#to_sentence always returns a String | David Cornu | 2015-03-23 | 1 | -0/+6 |
* | | Remove alias for `i_suck_and_my_tests_are_order_dependent`. | Guo Xiang Tan | 2015-03-24 | 1 | -11/+0 |
* | | Deprecate alias_method_chain in favour of Module#prepend | Kir Shatrov | 2015-03-22 | 1 | -95/+125 |
* | | Merge pull request #19413 from kirs/replace-alias_method_chain | Rafael Mendonça França | 2015-03-20 | 1 | -2/+2 |
|\ \ |
|
| * | | Use Module#prepend instead of alias_method_chain | Kir Shatrov | 2015-03-20 | 1 | -2/+2 |
* | | | Test files should be named *_test.rb to be executed via rake task | Akira Matsuda | 2015-03-20 | 1 | -0/+0 |
|/ / |
|
* | | Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a... | Matt Wilde | 2015-03-11 | 1 | -8/+20 |
* | | Revert "Take DST into account when locating TimeZone from Numeric." | Andrew White | 2015-03-09 | 1 | -7/+0 |
* | | Merge pull request #19221 from matthewd/random-tests | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
|\ \ |
|
| * | | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
* | | | `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`. | Yves Senn | 2015-03-06 | 1 | -0/+4 |
|/ / |
|
* | | Take DST into account when locating TimeZone from Numeric. | Yasyf Mohamedali | 2015-03-03 | 1 | -0/+7 |
* | | Merge pull request #19173 from robin850/rbx-build | Rafael Mendonça França | 2015-03-02 | 2 | -0/+5 |
|\ \ |
|
| * | | Skip the failing tests on Rubinius for now | Robin Dupret | 2015-03-02 | 2 | -0/+5 |
* | | | Move Array#without from Grouping to Access concern and add dedicated test (re... | David Heinemeier Hansson | 2015-03-02 | 1 | -0/+4 |
* | | | Remove not needed .tap | Arthur Neves | 2015-03-02 | 1 | -1/+1 |
* | | | Do not output in the console | Rafael Mendonça França | 2015-03-02 | 1 | -1/+1 |
|/ / |
|
* | | Use include? instead of in? for Enumerable#without. | Juanito Fatas | 2015-03-02 | 1 | -1/+0 |
* | | Include object inclusion for enumerable test. | Juanito Fatas | 2015-03-02 | 1 | -0/+1 |
* | | Add Enumerable#without | Todd Bealmear | 2015-03-01 | 1 | -0/+7 |
* | | Merge pull request #19076 from nygrenh/truncate-words-fix | Rafael Mendonça França | 2015-02-25 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix a backtracking problem in String#truncate_words | Henrik Nygren | 2015-02-25 | 1 | -0/+9 |
* | | | Instrument read_multi. | Kasper Timm Hansen | 2015-02-21 | 1 | -0/+9 |
|/ / |
|
* | | Properly dump primitive-like AS::SafeBuffer strings as YAML | Godfrey Chan | 2015-02-11 | 1 | -0/+7 |
* | | Merge pull request #18906 from awd/fix-test-description | Rafael Mendonça França | 2015-02-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixes wording of test description | Adam Doeler | 2015-02-11 | 1 | -1/+1 |
* | | | Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbb | Rafael Mendonça França | 2015-02-11 | 1 | -1/+1 |
|/ / |
|
* | | make zones_map private | Tony Miller | 2015-02-06 | 1 | -2/+1 |
* | | Merge pull request #12067 from jackxxu/keep_precision | Rafael Mendonça França | 2015-02-06 | 1 | -0/+4 |
|\ \ |
|
| * | | Enable number_to_percentage to keep the number's precision by allowing :preci... | Jack Xu | 2013-08-28 | 1 | -0/+4 |
* | | | Merge pull request #18526 from vipulnsward/add-silence-stream | Rafael Mendonça França | 2015-02-05 | 1 | -16/+3 |
|\ \ \ |
|
| * | | | - Extracted silence_stream method to new module in activesupport/testing. | Vipul A M | 2015-01-20 | 1 | -16/+3 |
* | | | | Privatize config_accessor as with attr_accessor | Akira Matsuda | 2015-02-06 | 1 | -0/+8 |
* | | | | Merge pull request #18758 from yuki24/change-travel-to-stub-datetime-too | Rafael Mendonça França | 2015-02-03 | 1 | -0/+11 |
|\ \ \ \ |
|
| * | | | | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now | Yuki Nishijima | 2015-02-03 | 1 | -0/+11 |
* | | | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 12 | -12/+0 |
|/ / / / |
|
* | | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -5/+5 |
* | | | | introduce `ActiveSupport::Testing::FileFixtures`. | Yves Senn | 2015-01-28 | 2 | -0/+29 |
* | | | | Return value of yielded block in File.atomic_write | Ian Ker-Seymer | 2015-01-28 | 1 | -0/+10 |
| |_|/
|/| | |
|
* | | | - Moved hwia frozen value assignment test to hash_ext_test similar to other t... | Vipul A M | 2015-01-17 | 2 | -7/+9 |
* | | | Fix assignment for frozen value in HWIA | Aditya Kapoor | 2015-01-17 | 1 | -0/+7 |
|/ / |
|