aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-211-0/+15
* | | | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-212-1/+40
* | | | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-182-0/+12
* | | | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-137-26/+26
|/ / / /
* / / / Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newerRyuta Kamizono2018-05-071-24/+0
|/ / /
* | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-042-1/+8
* | | Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* | | Improve the performance of `ActiveSupport::Inflector.ordinal`Ryuta Kamizono2018-04-291-9/+12
* | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardownRafael França2018-04-273-13/+11
|\ \ \
| * | | `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-273-13/+11
* | | | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
|/ / /
* | | Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* | | Merge pull request #32681 from bdewater/rubocop-0-54Ryuta Kamizono2018-04-221-1/+1
|\ \ \
| * | | Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* | | | Fix typo in constant name [ci skip]yuuji.yaginuma2018-04-221-1/+1
|/ / /
* | | 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
|\ \ \ \ \