| Commit message (Expand) | Author | Age | Files | Lines |
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 1 | -4/+0 |
* | Remove private def | Sakshi Jain | 2018-09-23 | 1 | -13/+14 |
* | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 1 | -0/+4 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -10/+10 |
* | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | Run Active Support tests when preserving timezones | Andrew White | 2016-05-05 | 1 | -0/+3 |
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -7/+0 |
* | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -2/+0 |
* | Removed use of mocha in active_support | Ronak Jangir | 2015-07-10 | 1 | -1/+5 |
* | Removed mocha stubbing in active_support | Ronak Jangir | 2015-06-07 | 1 | -0/+1 |
* | Revert "Leave all our tests as order_dependent! for now" | Matthew Draper | 2015-03-06 | 1 | -5/+0 |
* | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |
* | AS tests are now order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
* | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
* | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 |
* | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
* | standardize on jruby_skip & rbx_skip | Gaurish Sharma | 2014-01-13 | 1 | -1/+1 |
* | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 |
* | Remove not necessary file, move constants to the file they are used | Carlos Antonio da Silva | 2013-12-11 | 1 | -1/+0 |
* | Merge pull request #11932 from gaurish/skip-encoding-convertor | Rafael Mendonça França | 2013-08-21 | 1 | -0/+6 |
|\ |
|
| * | Define jruby_skip to skip test on JRuby | Gaurish Sharma | 2013-08-21 | 1 | -0/+5 |
* | | Added method to skip tests on Rubinius to AS/abstract_unit. | Federico Ravasio | 2013-08-21 | 1 | -0/+4 |
|/ |
|
* | Remove deprecated `String#encoding_aware?` | Arun Agrawal | 2013-07-03 | 1 | -1/+0 |
* | Set Thread.abort_on_exception for the whole AS, AP, and AR tests | Akira Matsuda + Koichi Sasada | 2013-01-24 | 1 | -0/+2 |
* | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | skip the memcache tests if the memcache server is not up | Aaron Patterson | 2012-08-22 | 1 | -10/+0 |
* | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache... | Guillermo Iguaran | 2012-08-17 | 1 | -3/+3 |
* | remove duplicate requires of mocha. | Aaron Patterson | 2012-07-03 | 1 | -2/+0 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -3/+0 |
* | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 1 | -2/+2 |
* | Initial pass at removing dead 1.8.x code from Active Support. | José Valim | 2011-12-20 | 1 | -29/+5 |
* | Silence warnings for Encoding.default_external= and Encoding.default_internal= | Santiago Pastorino | 2010-08-22 | 1 | -3/+6 |
* | Set default_internal and default_external on AS for testing purposes | Santiago Pastorino | 2010-08-22 | 1 | -0/+8 |
* | preventing memcached initialization errors with default servers list [#4921 s... | David Calavera | 2010-06-22 | 1 | -1/+1 |
* | defines ORIG_ARGV in Active Support's abstract_unit.rb (used in isolation.rb)... | David Calavera | 2010-06-22 | 1 | -0/+2 |
* | fix conditions when DateTime#to_date and DateTime#xmlschema methods are defined | Raimonds Simanovskis | 2010-06-04 | 1 | -1/+1 |
* | avoid method redefined; discarding old empty? warning [#4302 state:committed] | Santiago Pastorino | 2010-03-30 | 1 | -0/+1 |
* | Fix some more warnings on 1.9 | wycats | 2010-03-17 | 1 | -2/+9 |
* | fix up activesupport test load paths | Joshua Peek | 2010-02-28 | 1 | -0/+3 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -4/+1 |
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -1/+4 |
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -9/+1 |
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 1 | -1/+0 |