aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-3/+1
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-161-0/+13
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-6/+5
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-142-2/+50
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-012-2/+50
* | Add missing requireyuuji.yaginuma2018-02-081-0/+1
* | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-071-0/+6
|\ \
| * | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-071-0/+6
* | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-056-17/+20
* | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
* | | Merge pull request #28171 from sorra/fresh-thread-tagged-loggingRyuta Kamizono2018-02-031-1/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into fresh-thread-tagged-loggingDongqing Hu2017-02-261-0/+13
| |\ \
| * | | Improve test for TaggedLogging "keeps each tag in their own thread"Dongqing Hu2017-02-261-1/+2
* | | | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-32/+0
* | | | Suppress expected exceptions by `report_on_exception` = `false`yuuji.yaginuma2018-01-291-0/+4
* | | | Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-261-0/+55
|\ \ \ \
| * | | | Add failing test for infinite loop when unloading autoloaded modules when an ...Robert Mosolgo2018-01-261-0/+55
* | | | | Remove extra whitespaceDaniel Colson2018-01-255-42/+42
* | | | | Use assert_empty and assert_not_emptyDaniel Colson2018-01-258-31/+31
* | | | | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2526-141/+141
* | | | | Change refute to assert_notDaniel Colson2018-01-251-2/+2
* | | | | Use respond_to test helpersDaniel Colson2018-01-2513-47/+47
* | | | | Improve fault tolerance for redis cache storefatkodima2018-01-234-6/+126
* | | | | Add support for connection pooling on RedisCacheStorefatkodima2018-01-224-50/+91
* | | | | Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
|/ / / /
* | | | Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-0/+29
* | | | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-0/+74
* | | | Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-171-0/+6
* | | | Fix constant referenceGeorge Claghorn2018-01-161-2/+1
* | | | Merge pull request #30268 from ignatiusreza/instrumentationRyuta Kamizono2018-01-111-6/+6
|\ \ \ \
| * | | | add instrumentation for read_multiIgnatius Reza2017-12-291-6/+6
* | | | | Merge pull request #31648 from dixitp012/rubocop_active_support_testRyuta Kamizono2018-01-081-2/+2
|\ \ \ \ \
| * | | | | Fix rubocop space before commaDixit Patel2018-01-081-1/+1
|/ / / / /
* | | | | Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-041-2/+2
|\ \ \ \ \
| * | | | | Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-2/+2
* | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-041-0/+11
|\ \ \ \ \ \
| * | | | | | `assert_changes` should always assert some changeDaniel Ma2017-11-131-0/+11
* | | | | | | Merge pull request #31310 from kinnrot/duration-moduloRyuta Kamizono2018-01-011-0/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Empty duration inspect fixChen Kinnrot2017-12-131-0/+2
* | | | | | | Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* | | | | | | Handle `FrozenError` if it is availableYasuo Honda2017-12-202-1/+5
* | | | | | | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-182-4/+15
|\ \ \ \ \ \ \
| * | | | | | | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-4/+15
* | | | | | | | Don't include ellipsis in truncated digest outputEugene Kenny2017-12-171-1/+1
|/ / / / / / /
* | | | | | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-154-9/+9
* | | | | | | Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-141-0/+27
|\ \ \ \ \ \ \
| * | | | | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-0/+27
* | | | | | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-1411-47/+47
* | | | | | | | Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+22