aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613Andrew White2018-04-201-1/+1
|\
| * Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* | Merge pull request #32648 from bogdanvlviv/improve-pattern-filenames-to-catch...Rafael França2018-04-195-11/+11
|\ \
| * | Allow rubocop check more filesbogdanvlviv2018-04-195-11/+11
* | | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-194-13/+59
|\ \ \ | |/ / |/| |
| * | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-054-13/+59
* | | Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-1926-88/+88
|\ \ \ | |_|/ |/| |
| * | Replace `assert !` with `assert_not`Daniel Colson2018-04-1926-88/+88
* | | Merge branch 'master' into fix-as-timezone-allAndrew White2018-04-192-6/+18
|\| |
| * | Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-182-6/+18
* | | Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-184-1/+35
|/ /
* | 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