aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #33612 from bogdanvlviv/test-assert_calledRyuta Kamizono2018-08-151-0/+10
|\ \ \
| * | | Test `assert_called` and `assert_called_with`bogdanvlviv2018-08-141-0/+10
| |/ /
* / / Add `Array#extract!`bogdanvlviv2018-08-141-0/+44
|/ /
* | Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* | Support skip nil for cache fetch (#25437)Martin2018-08-051-0/+7
* | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-methodRyuta Kamizono2018-07-311-0/+35
|\ \
| * | A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-0/+35
* | | cpu_time and allocations are 0 when JRuby is usedYasuo Honda2018-07-301-2/+7
* | | Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* | | Always subscribe to event objects via `AS::Notifications.subscribe`Aaron Patterson2018-07-261-9/+16
* | | Subscribe to event objects via `subscribe`Aaron Patterson2018-07-261-0/+12
* | | Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-261-0/+17
* | | Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-261-0/+11
* | | Turn on performance based copsDillon Welch2018-07-231-3/+1
* | | e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-0/+14
|/ /
* | added tests for assert_no_difference with multiple expressionslxxxvi2018-07-081-0/+16
* | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooksRafael França2018-07-041-0/+49
|\ \
| * | Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-031-0/+49
* | | Refactor #33254.Kasper Timm Hansen2018-07-011-2/+2
* | | Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-301-4/+20
* | | Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-291-0/+24
* | | Add tests for duration multiplication and divisionEugene Kenny2018-06-251-0/+12
|/ /
* | Merge pull request #33078 from bogdanvlviv/add-remove-requireRyuta Kamizono2018-06-095-13/+5
|\ \
| * | Add missing `require`bogdanvlviv2018-06-072-0/+5
| * | Remove unused `require`bogdanvlviv2018-06-073-13/+0
* | | Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
|/ /
* | Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-301-0/+10
* | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changesRafael França2018-05-221-1/+1
|\ \
| * | Clearer error message in assert_changeslxxxvi2018-05-051-1/+1
* | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-0/+15
* | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+8
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-137-26/+26
* | | Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newerRyuta Kamizono2018-05-071-24/+0
|/ /
* | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-0/+7
* | Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* | `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-271-3/+5
* | Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613Andrew White2018-04-201-1/+1
|\ \
| * | Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* | | Allow rubocop check more filesbogdanvlviv2018-04-195-11/+11
* | | Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-1926-88/+88
|\ \ \ | |/ / |/| |
| * | Replace `assert !` with `assert_not`Daniel Colson2018-04-1926-88/+88
* | | Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-182-0/+28
|/ /
* | 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-2/+2
* | Fix redis store clear keys outside the namespaceRei2018-04-151-0/+18
* | Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`yuuji.yaginuma2018-04-131-1/+1
* | Merge pull request #32539 from chancancode/anticompressRafael França2018-04-123-38/+142
|\ \
| * | Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-111-2/+21
| * | Add failing test for compression bugGodfrey Chan2018-04-113-38/+123
* | | Merge pull request #31913 from rywall/define-callbacks-descMatthew Draper2018-04-121-0/+10
|\ \ \ | |/ / |/| |
| * | Define callbacks on descendants.Ryan Wallace2018-02-061-0/+10