aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-11/+29
* | | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-1/+9
|/ /
* | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-021-0/+18
|\ \ | |/ |/|
| * Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+18
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-19/+19
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-8/+8
|/
* Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-281-0/+11
* Handle more unsafe String methods (#33990)Janosch Müller2018-09-272-9/+82
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-2514-58/+58
* Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-13/+14
|\
| * Remove private defSakshi Jain2018-09-231-13/+14
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-238-32/+32
|/
* Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-111-8/+21
|\
| * TaggedLogging to return a new logger instanceThierry Joyal2017-02-271-8/+21
* | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpersryanwhocodes2018-09-101-0/+4
* | trace autoloads, and document hints for troubleshootingXavier Noria2018-09-071-0/+49
* | Use assert_predicate insteadYumin Wong2018-09-061-2/+2
* | SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-311-0/+12
* | Remove redundant `travel_back`yuuji.yaginuma2018-08-311-5/+0
* | Merge pull request #33162 from utilum/stop_using_mochaKasper Timm Hansen2018-08-221-0/+83
|\ \
| * | Add method_call_assertions and use them instead of Mochautilum2018-08-131-0/+83
* | | Remove unused requiresyuuji.yaginuma2018-08-171-3/+0
* | | Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* | | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+40
|\ \ \
| * | | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+40
| |/ /
* | | 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