aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1710-58/+12
* Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-171-15/+13
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-31/+17
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-161-0/+8
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Add test parallelization to Railseileencodes2018-02-152-0/+188
* 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-143-22/+48
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-013-22/+48
* | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-071-0/+8
|\ \
| * | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-071-0/+8
* | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-1/+5
* | | Redis cache store: consolidate serializationJeremy Daer2018-02-041-17/+21
* | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-1/+8
| |/ |/|
* | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-313-71/+23
* | Update default deprecation horizonYuji Yaginuma2018-01-311-1/+1
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-261-0/+1
|\ \
| * | Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
* | | Improve fault tolerance for redis cache storefatkodima2018-01-231-4/+11
* | | Add support for connection pooling on RedisCacheStorefatkodima2018-01-223-23/+71
|/ /
* | 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-181-7/+21
* | | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-9/+25
* | | Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
|/ /
* | Fix constant referenceGeorge Claghorn2018-01-161-1/+1
* | Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-121-3/+4
|\ \
| * | Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-3/+4
* | | Merge pull request #30268 from ignatiusreza/instrumentationRyuta Kamizono2018-01-112-43/+54
|\ \ \
| * | | add instrumentation for read_multiIgnatius Reza2017-12-292-43/+54
* | | | 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
* | | | | Fix "the the " [ci skip]Ryuta Kamizono2018-01-101-1/+1
* | | | | Merge pull request #29685 from ayanko/fix-slow-name-error-missing-nameRyuta Kamizono2018-01-101-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix performance issue with NameError#missing_name on ruby >= v2.3.0.Andriy Yanko2017-07-101-0/+5
* | | | | Remove meaningless checkyuuji.yaginuma2018-01-081-1/+1
* | | | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-072-5/+7
* | | | | Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-041-1/+10
|\ \ \ \ \
| * | | | | Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-1/+10
* | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-041-5/+6
|\ \ \ \ \ \
| * | | | | | `assert_changes` should always assert some changeDaniel Ma2017-11-131-5/+6
* | | | | | | Remove undefined `track_deletion` callback [ci skip]Ryuta Kamizono2018-01-031-3/+0
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018Arun Agrawal2017-12-311-1/+1
|\ \ \ \ \ \
| * | | | | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #31310 from kinnrot/duration-moduloRyuta Kamizono2018-01-011-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Empty duration inspect fixChen Kinnrot2017-12-131-1/+3