aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-182-6/+18
* Merge pull request #32556 from utilum/splatRyuta Kamizono2018-04-171-2/+2
|\
| * 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-2/+2
* | Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
|/
* Fix redis store clear keys outside the namespaceRei2018-04-152-1/+19
* Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`yuuji.yaginuma2018-04-131-1/+1
* Merge pull request #32551 from chrisarcand/no-doc-original-sumRafael França2018-04-121-1/+1
|\
| * Don't doc _original_sum_with_required_identityChris Arcand2018-04-121-1/+1
* | Merge pull request #32539 from chancancode/anticompressRafael França2018-04-125-73/+181
|\ \ | |/ |/|
| * Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-113-37/+60
| * Add failing test for compression bugGodfrey Chan2018-04-113-38/+123
* | Merge pull request #32542 from teddywing/active-support-cache-store--fix-end-...George Claghorn2018-04-121-2/+3
|\ \
| * | Cache::Store#read: Fix fixed-width end tag in docsTeddy Wing2018-04-121-2/+3
| |/
* | Merge pull request #31913 from rywall/define-callbacks-descMatthew Draper2018-04-122-1/+13
|\ \ | |/ |/|
| * No need to define methods on descendants.Ryan Wallace2018-02-241-18/+18
| * Define callbacks on descendants.Ryan Wallace2018-02-062-17/+29
* | Fix test class name for `Assertions` moduleyuuji.yaginuma2018-04-081-1/+1
* | Rename the class as there is already an existing class with that nameEdouard CHIN2018-04-061-1/+1
* | `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-062-1/+42
* | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-2/+2
|\ \
| * | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-2/+2
* | | [ci skip] Add :private option to delegation docYoshiyuki Hirano2018-04-051-1/+2
* | | Small doc fixesT.J. Schuck2018-04-021-4/+4
|/ /
* | Merge pull request #32268 from freeletics/encrypted-tmp-file-nameKasper Timm Hansen2018-04-011-1/+1
|\ \
| * | Change temporary file name extension while editing encrypted file.Wojciech Wnętrzak2018-03-181-1/+1
* | | Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-318-42/+22
* | | Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1utilum2018-03-311-1/+3
* | | Adding missing extension for `cattr_accessor` methodWojciech Wnętrzak2018-03-301-0/+1
* | | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-269-0/+63
|\ \ \
| * | | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-069-0/+63
* | | | Remove unused `serialize` methodyuuji.yaginuma2018-03-251-4/+0
* | | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-returnRafael França2018-03-222-1/+20
|\ \ \ \
| * | | | Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-212-1/+20
* | | | | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | | | | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
* | | | | Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
|/ / / /
* | / / Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
| |/ / |/| |
* | | Don't marshal ActiveSupport::Cache::Entry objects twiceSean Griffin2018-03-141-13/+14
* | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-122-1/+7
* | | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-3/+1
* | | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* | | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-073-2/+12
|\ \ \ | |/ / |/| |
| * | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-073-2/+12
* | | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/ /
* | Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
* | [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* | Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-024-108/+5
* | Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-023-61/+6
* | Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2