aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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
* | | | | | | 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
|/ / / / / / /
* | | | | | | 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-042-3/+12
|\ \ \ \ \ \ \
| * | | | | | | Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-172-3/+12
* | | | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-043-6/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | `assert_changes` should always assert some changeDaniel Ma2017-11-133-5/+22
* | | | | | | | | 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-312-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump license years for 2018Yoshiyuki Hirano2017-12-312-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #31310 from kinnrot/duration-moduloRyuta Kamizono2018-01-012-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Empty duration inspect fixChen Kinnrot2017-12-132-1/+5
* | | | | | | | Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* | | | | | | | Revert "Remove code duplication in ActiveSupport::Cache"George Claghorn2017-12-221-11/+26
* | | | | | | | Handle `FrozenError` if it is availableYasuo Honda2017-12-202-1/+5
* | | | | | | | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-184-11/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-184-11/+23
* | | | | | | | | 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-174-15/+7
|/ / / / / / / /
* | | | | | | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-156-12/+12
* | | | | | | | 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-147-3/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-127-3/+72
* | | | | | | | | 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-132-0/+29
* | | | | | | | | [ci skip] Fix Active Support Changelog about :race_condition_ttlMehmet Emin INAC2017-12-121-1/+1
* | | | | | | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-127-18/+18
* | | | | | | | | 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-283-26/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-283-26/+32
* | | | | | | | | Formatting fix for example codeT.J. Schuck2017-11-282-2/+2
|/ / / / / / / /
* | | | | | | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-282-1/+6