aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-34/+18
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-162-0/+21
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-8/+6
* Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* Add test parallelization to Railseileencodes2018-02-153-0/+193
* PERF: symbolize ivar, to reduce dupesSam2018-02-151-1/+1
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-146-25/+98
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-016-24/+100
* | Don't force people to upgrade i18n gemRafael Mendonça França2018-02-141-1/+1
* | Merge pull request #31991 from radar/bump-i18n-to-one-dot-ohRafael França2018-02-141-1/+1
|\ \
| * | Bump i18n to 1.0Ryan Bigg2018-02-141-1/+1
* | | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | | Add missing requireyuuji.yaginuma2018-02-081-0/+1
* | | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-072-0/+14
|\ \ \
| * | | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-072-0/+14
* | | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-052-0/+16
* | | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-057-18/+25
* | | | Redis cache store: consolidate serializationJeremy Daer2018-02-041-17/+21
* | | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-042-1/+18
* | | | 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-263-3/+34
| |\ \ \
| * | | | 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-314-103/+23
* | | | | Update default deprecation horizonYuji Yaginuma2018-01-311-1/+1
* | | | | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-302-508/+4
* | | | | 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-262-0/+56
|\ \ \ \ \
| * | | | | Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
| * | | | | 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-235-10/+137
* | | | | | Add support for connection pooling on RedisCacheStorefatkodima2018-01-228-73/+166
* | | | | | Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
|/ / / / /
* | | | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-197-8/+8
|\ \ \ \ \
| * | | | | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-187-8/+8
* | | | | | Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-183-7/+57
* | | | | | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-182-9/+99
* | | | | | Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
* | | | | | Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-172-0/+26
|/ / / / /
* | | | | Fix constant referenceGeorge Claghorn2018-01-162-3/+2
* | | | | Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-122-7/+8
|\ \ \ \ \
| * | | | | Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-082-7/+8
* | | | | | Merge pull request #30268 from ignatiusreza/instrumentationRyuta Kamizono2018-01-114-49/+64
|\ \ \ \ \ \
| * | | | | | add instrumentation for read_multiIgnatius Reza2017-12-294-49/+64
* | | | | | | Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-101-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Use `Minitest::Result` for retain test resultyuuji.yaginuma2018-01-031-2/+4
| | |_|_|_|_|/ | |/| | | | |