| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dependency on `from_now` extension. | Kasper Timm Hansen | 2017-07-23 | 1 | -1/+1 |
* | add metadata support to message verifier | Assain | 2017-07-19 | 1 | -6/+7 |
* | Add expires_at, expires_in, and purpose meta_data to messages. | Assain | 2017-07-19 | 2 | -5/+61 |
* | Merge pull request #29757 from lugray/hash_with_indifferent_access_default | Sean Griffin | 2017-07-17 | 1 | -10/+30 |
|\ |
|
| * | Fix HashWithIndifferentAccess#default when include?(nil) | Lisa Ugray | 2017-07-17 | 1 | -10/+30 |
* | | Merge pull request #29758 from glaucocustodio/patch-1 [ci skip] | Sean Griffin | 2017-07-17 | 1 | -0/+10 |
|\ \ |
|
| * | | Add documentation for class_attribute options | Glauco Custódio | 2017-07-17 | 1 | -0/+10 |
* | | | Merge branch 'master' into make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 226 | -733/+1865 |
|\ \ \ |
|
| * | | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -3/+4 |
| * | | | explain why require_relative is not used here [ci skip] | Xavier Noria | 2017-07-16 | 1 | -0/+2 |
| * | | | Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip] | yuuji.yaginuma | 2017-07-15 | 1 | -2/+2 |
| * | | | Fix configuring third-party cache stores such as ActiveSupport::Cache::RedisS... | George Claghorn | 2017-07-12 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 226 | -0/+226 |
| |/ |
|
| * | :scissors: | Ryuta Kamizono | 2017-07-11 | 1 | -1/+0 |
| * | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -4/+0 |
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time.... | प्रथमेश Sonpatki | 2017-07-10 | 1 | -0/+21 |
| * | Merge pull request #29730 from bdewater/update-encryptor-docs | Kasper Timm Hansen | 2017-07-09 | 1 | -5/+6 |
| |\ |
|
| | * | [ci skip] update MessageEncryptor example to use the key length as returned b... | Bart de Water | 2017-07-09 | 1 | -5/+6 |
| * | | Merge pull request #29728 from kirs/frozen-activesupport | Matthew Draper | 2017-07-09 | 226 | -0/+226 |
| |\ \ |
|
| | * | | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 226 | -0/+226 |
| * | | | Merge pull request #28668 from Dorian/mention-time-parse-argument-error | Aaron Patterson | 2017-07-05 | 1 | -1/+3 |
| |\ \ \ |
|
| | * | | | Mention and test for possible ArgumentError when parsing times | Dorian Marié | 2017-04-08 | 1 | -1/+3 |
| * | | | | Use `map` in `delegate` so that actual prefixed method names are returned, if... | Krzysztof Zych | 2017-07-05 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 9 | -11/+11 |
| |\ \ \ |
|
| | * | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 226 | -226/+0 |
| | * | | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 226 | -0/+226 |
| | |\ \ \ |
|
| | | * | | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 226 | -0/+226 |
| | * | | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 9 | -11/+11 |
| | |\ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | | * | | | Make ActiveSupport frozen string literal friendly. | Pat Allan | 2017-06-20 | 9 | -11/+11 |
| * | | | | | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 129 | -383/+383 |
| |/ / / / |
|
| * | / / | Fix the next version of Rails from 5.3 to 6.0 | Koichi ITO | 2017-06-30 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | Merge pull request #29595 from fatkodima/result_lambda_class_checking | Rafael França | 2017-06-28 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Remove useless class checking for `ActiveSupport::Callbacks`s result_lambda | fatkodima | 2017-06-27 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Fix typo in callback deprecation message | yuuji.yaginuma | 2017-06-28 | 1 | -1/+1 |
| * | | | Add more explicit guidance on how to fix callback deprecations | Sage Ross | 2017-06-23 | 1 | -2/+4 |
| |/ / |
|
| * | | Merge pull request #29140 from notEthan/log_subscribed_avoid_rescuing | Rafael França | 2017-06-16 | 1 | -2/+4 |
| |\ \ |
|
| | * | | check that logger is defined in log subscriber rescue before logging | Ethan | 2017-05-24 | 1 | -1/+3 |
| | * | | lob subscriber should only rescue StandardError, not Exception | Ethan | 2017-05-24 | 1 | -1/+1 |
| * | | | Fix `Message::Encryptor` default cipher [ci skip] | yuuji.yaginuma | 2017-06-12 | 1 | -1/+1 |
| * | | | Merge pull request #29263 from assain/default_message_encryptor_to_gcm | Kasper Timm Hansen | 2017-06-11 | 2 | -4/+21 |
| |\ \ \ |
|
| | * | | | set message_encryptor default cipher to aes-256-gcm | Assain | 2017-06-12 | 2 | -4/+21 |
| * | | | | Cache: test coverage for cleanup behavior with local cache strategy | Eugene Kenny | 2017-06-10 | 1 | -1/+1 |
| * | | | | Revert #25628. Incomplete change + needs a deprecation cycle. | Jeremy Daer | 2017-06-10 | 3 | -5/+5 |
| * | | | | Merge pull request #29386 from y-yagi/remove_unreachable_code | Guillermo Iguaran | 2017-06-07 | 1 | -8/+1 |
| |\ \ \ \ |
|
| | * | | | | Remove unreachable code | yuuji.yaginuma | 2017-06-08 | 1 | -8/+1 |
| | |/ / / |
|
| * / / / | Cache: write_multi (#29366) | Jeremy Daer | 2017-06-06 | 1 | -6/+28 |
| |/ / / |
|
| * | | | Merge pull request #29294 from gsamokovarov/attributes-default | Kasper Timm Hansen | 2017-06-04 | 5 | -51/+33 |
| |\ \ \ |
|
| | * | | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 4 | -27/+14 |
| | * | | | Implement mattr_acessor :default option | Genadi Samokovarov | 2017-06-03 | 1 | -24/+19 |
| * | | | | Don't create extra assignment, just return | Vipul A M | 2017-06-04 | 1 | -3/+3 |
| |/ / / |
|