| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Add Enumerable#index_with. | Kasper Timm Hansen | 2018-05-21 | 1 | -1/+25 |
* | | | | Raise a better exception when a invalid depreation behavior is set | Rafael Mendonça França | 2018-05-18 | 1 | -0/+4 |
|/ / / |
|
* | | | Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing? | Neil Souza | 2018-05-04 | 1 | -1/+1 |
* | | | Improve the performance of `ActiveSupport::Inflector.ordinal` | Ryuta Kamizono | 2018-04-29 | 1 | -9/+12 |
* | | | Merge pull request #32733 from Edouard-chin/ec-setupand-teardown | Rafael França | 2018-04-27 | 2 | -10/+6 |
|\ \ \ |
|
| * | | | `SetupAndTeardown` has few caveats that breaks libraries: | Edouard CHIN | 2018-04-27 | 2 | -10/+6 |
* | | | | Don't dup Strings when jsonifying | Akira Matsuda | 2018-04-27 | 1 | -2/+6 |
|/ / / |
|
* | | | Reduce extra object creations in TaggedLogging | Akira Matsuda | 2018-04-27 | 1 | -1/+3 |
* | | | Fix Style/RedundantReturn offenses | Bart de Water | 2018-04-21 | 1 | -1/+1 |
* | | | Return back "/" to the end of RAILS_GEM_ROOT | bogdanvlviv | 2018-04-20 | 1 | -1/+1 |
* | | | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18n | Rafael França | 2018-04-19 | 3 | -13/+31 |
|\ \ \ |
|
| * | | | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize` | Christian Blais | 2018-03-05 | 3 | -13/+31 |
* | | | | Merge branch 'master' into fix-as-timezone-all | Andrew White | 2018-04-19 | 1 | -6/+13 |
|\ \ \ \ |
|
| * | | | | Redis cache store: avoid blocking the server in `#delete_matched` | Gleb Mazovetskiy | 2018-04-18 | 1 | -6/+13 |
* | | | | | Fix exception in AS::Timezone.all when any tzinfo data is missing | Dominik Sander | 2018-04-18 | 1 | -1/+2 |
|/ / / / |
|
* | | | | Inclusive Language in Documentation Examples [ci skip] | Cassidy Kobewka | 2018-04-15 | 1 | -2/+2 |
* | | | | Fix redis store clear keys outside the namespace | Rei | 2018-04-15 | 1 | -1/+1 |
* | | | | Merge pull request #32551 from chrisarcand/no-doc-original-sum | Rafael França | 2018-04-12 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Don't doc _original_sum_with_required_identity | Chris Arcand | 2018-04-12 | 1 | -1/+1 |
* | | | | | Merge pull request #32539 from chancancode/anticompress | Rafael França | 2018-04-12 | 1 | -35/+32 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix `ActiveSupport::Cache` compression | Godfrey Chan | 2018-04-11 | 1 | -35/+32 |
* | | | | | Merge pull request #32542 from teddywing/active-support-cache-store--fix-end-... | George Claghorn | 2018-04-12 | 1 | -2/+3 |
|\ \ \ \ \ |
|
| * | | | | | Cache::Store#read: Fix fixed-width end tag in docs | Teddy Wing | 2018-04-12 | 1 | -2/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #31913 from rywall/define-callbacks-desc | Matthew Draper | 2018-04-12 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | No need to define methods on descendants. | Ryan Wallace | 2018-02-24 | 1 | -18/+18 |
| * | | | | Define callbacks on descendants. | Ryan Wallace | 2018-02-06 | 1 | -17/+19 |
* | | | | | `SetupAndTeardown#teardown` should call any subsequent after_teardown: | Edouard CHIN | 2018-04-06 | 1 | -1/+8 |
* | | | | | [ci skip] Add :private option to delegation doc | Yoshiyuki Hirano | 2018-04-05 | 1 | -1/+2 |
* | | | | | Small doc fixes | T.J. Schuck | 2018-04-02 | 1 | -4/+4 |
* | | | | | Merge pull request #32268 from freeletics/encrypted-tmp-file-name | Kasper Timm Hansen | 2018-04-01 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Change temporary file name extension while editing encrypted file. | Wojciech Wnętrzak | 2018-03-18 | 1 | -1/+1 |
* | | | | | | Move implementation of `before?` and `after?` to `DateAndTime::Calculations` | bogdanvlviv | 2018-03-31 | 4 | -6/+10 |
* | | | | | | Adding missing extension for `cattr_accessor` method | Wojciech Wnętrzak | 2018-03-30 | 1 | -0/+1 |
* | | | | | | Merge pull request #32185 from nholden/human_readable_date_time_comparisons | Rafael França | 2018-03-26 | 4 | -0/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add `before?` and `after?` methods to date and time classes | Nick Holden | 2018-03-06 | 4 | -0/+8 |
* | | | | | | | Remove unused `serialize` method | yuuji.yaginuma | 2018-03-25 | 1 | -4/+0 |
* | | | | | | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-return | Rafael França | 2018-03-22 | 1 | -1/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix Cache `read_multi` with local_cache return values. | Jason Lee | 2018-03-21 | 1 | -1/+8 |
* | | | | | | | | Remove unused variable | Rafael Mendonça França | 2018-03-22 | 1 | -1/+0 |
* | | | | | | | | Ruby 2.6 will not require monkey patched `URI#unescape` | Yasuo Honda | 2018-03-22 | 1 | -9/+1 |
|/ / / / / / / |
|
* | / / / / / | Fix unclosed tags in `RedisCacheStore` docs [ci skip] | yuuji.yaginuma | 2018-03-19 | 1 | -1/+1 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Don't marshal ActiveSupport::Cache::Entry objects twice | Sean Griffin | 2018-03-14 | 1 | -13/+14 |
* | | | | | | Redis cache store: fix constructing with a Redis instance | Adam Richardson | 2018-03-12 | 1 | -1/+1 |
* | | | | | | Only apply monkey-patch if detected to be required | Ashe Connor | 2018-03-09 | 1 | -2/+9 |
* | | | | | | Merge pull request #32183 from kivikakk/uri-ext-fix | Eileen M. Uchitelle | 2018-03-07 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | URI.unescape handles mixed Unicode/escaped input | Ashe Connor | 2018-03-07 | 1 | -1/+1 |
* | | | | | | [ci skip] Hide internal docs from root AS module | Ashe Connor | 2018-03-06 | 1 | -0/+1 |
|/ / / / / |
|
* | / / / | Update skip_after_callbacks_if_terminated documentation | Rafael Mendonça França | 2018-03-05 | 1 | -2/+2 |
| |/ / /
|/| | | |
|
* | | | | [ci skip] Fix grammar in delegate, private: true docs. | Kasper Timm Hansen | 2018-03-04 | 1 | -5/+4 |
* | | | | Deprecate "active_support/core_ext/numeric/inquiry" | bogdanvlviv | 2018-03-02 | 3 | -28/+2 |