Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Pass missing name attribute to execute_hook | Alberto Almagro | 2017-08-16 | 1 | -3/+3 | |
* | | | | | | | Allow lazy load hooks to be executed only once | Alberto Almagro | 2017-08-14 | 1 | -8/+26 | |
* | | | | | | | Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta... | Kasper Timm Hansen | 2017-08-14 | 3 | -26/+42 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Perform self-serialization once metadata is involved. | Kasper Timm Hansen | 2017-08-13 | 3 | -26/+42 | |
* | | | | | | | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 1 | -3/+9 | |
* | | | | | | | | [ci skip] Prefer cookies.encrypted over signed (#30129) | Claudio B | 2017-08-07 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) | Anton Khamets | 2017-08-07 | 1 | -0/+2 | |
* | | | | | | | Revert "Merge pull request #15446 from akshay-vishnoi/doc_changes" | Matthew Draper | 2017-08-05 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexps | Sean Griffin | 2017-08-03 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unused `LoadError::REGEXPS` constant | yuuji.yaginuma | 2017-08-04 | 1 | -7/+0 | |
* | | | | | | | | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Update String#camelize to provide feedback when wrong option is passed | Ricardo Díaz | 2017-08-02 | 1 | -0/+2 | |
* | | | | | | | fix typo in assert_changes error message | Boris Slobodin | 2017-07-31 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 1 | -1/+47 | |
* | | | | | | Fix division where a duration is the denominator | Andrew White | 2017-07-27 | 1 | -5/+4 | |
* | | | | | | Merge pull request #29892 from assain/documenation_for_metadata | Kasper Timm Hansen | 2017-07-24 | 2 | -0/+72 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | document metadata support added to message encryptor and message verifier | Assain | 2017-07-24 | 2 | -0/+72 | |
* | | | | | | | Merge pull request #29860 from georgeclaghorn/travel-back-automatically | Rafael França | 2017-07-24 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove time stubs after each test | George Claghorn | 2017-07-22 | 1 | -1/+8 | |
* | | | | | | | | Let Metadata instance handle purpose coercion. | Kasper Timm Hansen | 2017-07-23 | 1 | -4/+4 | |
* | | | | | | | | 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 | 225 | -728/+1857 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | 225 | -0/+225 | |
| |/ / / / / | ||||||
| * | | | | | :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 | 225 | -0/+225 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 225 | -0/+225 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | 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 | 225 | -225/+0 | |
| | * | | | | | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 225 | -0/+225 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 225 | -0/+225 | |
| | * | | | | | | | 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 | 128 | -378/+378 | |
| |/ / / / / / |