aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Revert "Remove code duplication in ActiveSupport::Cache"George Claghorn2017-12-221-11/+26
* | | | | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-182-7/+8
|\ \ \ \ \
| * | | | | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-7/+8
* | | | | | Merge pull request #31479 from iamvery/reword-delegate-allow-nil-paragraphEileen M. Uchitelle2017-12-181-5/+2
|\ \ \ \ \ \
| * | | | | | Clarify docs for delegate :allow_nil optionJay Hayes2017-12-151-5/+2
| |/ / / / /
* / / / / / Don't include ellipsis in truncated digest outputEugene Kenny2017-12-172-11/+3
|/ / / / /
* | | | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-152-3/+3
* | | | | RedisCacheStore - Fix Default Error HandlerJesse Doyle2017-12-141-3/+5
* | | | | Address `warning: instance variable @hash_digest_class not initialized`Yasuo Honda2017-12-141-1/+1
* | | | | Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-145-3/+38
|\ \ \ \ \
| * | | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-125-3/+38
* | | | | | Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+7
* | | | | | Prevent race condition when resetting time stubsEugene Kenny2017-12-121-1/+2
* | | | | | [ci skip] Make Todo classes inherit ApplicationRecordYoshiyuki Hirano2017-12-071-5/+5
|/ / / / /
* | | | | Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...Ryuta Kamizono2017-11-291-1/+3
* | | | | [ci skip] Correct output for UpcaseDixit Patel2017-11-291-1/+1
* | | | | Merge pull request #31268 from tjschuck/refactor_prev_next_occurringRafael França2017-11-281-4/+12
|\ \ \ \ \