| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #27792 from tjoyal/sandbox-tagged-logging | Rafael Mendonça França | 2018-09-11 | 1 | -8/+21 |
|\ |
|
| * | TaggedLogging to return a new logger instance | Thierry Joyal | 2017-02-27 | 1 | -8/+21 |
* | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers | ryanwhocodes | 2018-09-10 | 1 | -0/+4 |
* | | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 1 | -0/+49 |
* | | Use assert_predicate instead | Yumin Wong | 2018-09-06 | 1 | -2/+2 |
* | | SafeBuffer should maintain safety upon getting a slice via a range if origina... | Yumin Wong | 2018-08-31 | 1 | -0/+12 |
* | | Remove redundant `travel_back` | yuuji.yaginuma | 2018-08-31 | 1 | -5/+0 |
* | | Merge pull request #33162 from utilum/stop_using_mocha | Kasper Timm Hansen | 2018-08-22 | 1 | -0/+83 |
|\ \ |
|
| * | | Add method_call_assertions and use them instead of Mocha | utilum | 2018-08-13 | 1 | -0/+83 |
* | | | Remove unused requires | yuuji.yaginuma | 2018-08-17 | 1 | -3/+0 |
* | | | Fix obsoleted method URI.unescape in activesupport/test | Vitor Oliveira | 2018-08-15 | 1 | -1/+1 |
* | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -0/+40 |
|\ \ \ |
|
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -0/+40 |
| |/ / |
|
* | | | Merge pull request #33612 from bogdanvlviv/test-assert_called | Ryuta Kamizono | 2018-08-15 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Test `assert_called` and `assert_called_with` | bogdanvlviv | 2018-08-14 | 1 | -0/+10 |
| |/ / |
|
* / / | Add `Array#extract!` | bogdanvlviv | 2018-08-14 | 1 | -0/+44 |
|/ / |
|
* | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | | Support skip nil for cache fetch (#25437) | Martin | 2018-08-05 | 1 | -0/+7 |
* | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 1 | -0/+35 |
|\ \ |
|
| * | | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 1 | -0/+35 |
* | | | cpu_time and allocations are 0 when JRuby is used | Yasuo Honda | 2018-07-30 | 1 | -2/+7 |
* | | | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 1 | -1/+0 |
* | | | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 1 | -9/+16 |
* | | | Subscribe to event objects via `subscribe` | Aaron Patterson | 2018-07-26 | 1 | -0/+12 |
* | | | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 1 | -0/+17 |
* | | | Add cpu_time, idle_time, and allocations to Event | Eileen Uchitelle | 2018-07-26 | 1 | -0/+11 |
* | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 1 | -0/+14 |
|/ / |
|
* | | added tests for assert_no_difference with multiple expressions | lxxxvi | 2018-07-08 | 1 | -0/+16 |
* | | Merge pull request #33289 from Edouard-chin/ec-lazy-load-hooks | Rafael França | 2018-07-04 | 1 | -0/+49 |
|\ \ |
|
| * | | Use class_eval or instance_eval when triggering lazy load hooks: | Edouard CHIN | 2018-07-03 | 1 | -0/+49 |
* | | | Refactor #33254. | Kasper Timm Hansen | 2018-07-01 | 1 | -2/+2 |
* | | | Fix Cache :redis_store increment/decrement ttl check and add more tests. | Jason Lee | 2018-06-30 | 1 | -4/+20 |
* | | | Add :expires_in option support for RedisCacheStore increment/decrement method. | Jason Lee | 2018-06-29 | 1 | -0/+24 |
* | | | Add tests for duration multiplication and division | Eugene Kenny | 2018-06-25 | 1 | -0/+12 |
|/ / |
|
* | | Merge pull request #33078 from bogdanvlviv/add-remove-require | Ryuta Kamizono | 2018-06-09 | 5 | -13/+5 |
|\ \ |
|
| * | | Add missing `require` | bogdanvlviv | 2018-06-07 | 2 | -0/+5 |
| * | | Remove unused `require` | bogdanvlviv | 2018-06-07 | 3 | -13/+0 |
* | | | Remove extra `include ActiveSupport::Testing::MethodCallAssertions` | bogdanvlviv | 2018-06-08 | 1 | -3/+0 |
|/ / |
|
* | | Allow Time.zone.at to receive a second argument | Josh Pencheon | 2018-05-30 | 1 | -0/+10 |
* | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changes | Rafael França | 2018-05-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Clearer error message in assert_changes | lxxxvi | 2018-05-05 | 1 | -1/+1 |
* | | | Add Enumerable#index_with. | Kasper Timm Hansen | 2018-05-21 | 1 | -0/+15 |
* | | | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 1 | -0/+8 |
* | | | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 7 | -26/+26 |
* | | | Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newer | Ryuta Kamizono | 2018-05-07 | 1 | -24/+0 |
|/ / |
|
* | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing? | Neil Souza | 2018-05-04 | 1 | -0/+7 |
* | | Fix test: threads being nil in ensure | Pavel Valena | 2018-04-30 | 1 | -4/+4 |
* | | `SetupAndTeardown` has few caveats that breaks libraries: | Edouard CHIN | 2018-04-27 | 1 | -3/+5 |
* | | Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613 | Andrew White | 2018-04-20 | 1 | -1/+1 |
|\ \ |
|