| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting of `Time.use_zone` [ci skip] | yuuji.yaginuma | 2017-10-04 | 1 | -4/+4 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-10-04 | 1 | -4/+4 |
* | Remove unused `new_credentials_configuration` | yuuji.yaginuma | 2017-10-01 | 1 | -8/+0 |
* | Testing to ensure both bang and non-bang methods behaves consistently | Ryuta Kamizono | 2017-09-30 | 1 | -0/+23 |
* | Deprecate secret_token, long since usurped by secret_key_base. | Kasper Timm Hansen | 2017-09-28 | 1 | -0/+12 |
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 3 | -0/+16 |
* | Merge pull request #30705 from frodsan/use-digest-thread-safe | Matthew Draper | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | Preload digest/sha2 to avoid thread safe error. | Francesco Rodriguez | 2017-09-25 | 1 | -1/+1 |
* | | Fix minor CodeClimate issue | dixpac | 2017-09-25 | 1 | -1/+1 |
|/ |
|
* | Fix RotationConfiguration test and remove nil-kind rotates. | Kasper Timm Hansen | 2017-09-24 | 2 | -29/+8 |
* | [ci skip] Attempt a new explanation for rotations. | Kasper Timm Hansen | 2017-09-24 | 2 | -49/+42 |
* | Use new rotation signature in cookies. | Kasper Timm Hansen | 2017-09-24 | 1 | -5/+5 |
* | Remove advanced key generator rotations from verifier/encryptor. | Kasper Timm Hansen | 2017-09-24 | 3 | -198/+66 |
* | Infer options from the primary verifier. | Kasper Timm Hansen | 2017-09-24 | 3 | -12/+27 |
* | [ci skip] RotationConfiguration is an implementation detail, not public API. | Kasper Timm Hansen | 2017-09-24 | 1 | -1/+1 |
* | Add key rotation message Encryptor and Verifier | Michael Coyne | 2017-09-23 | 8 | -4/+432 |
* | Make bang version work with `InheritableOptions` | yuuji.yaginuma | 2017-09-23 | 2 | -1/+14 |
* | Merge pull request #30624 from bogdanvlviv/deprecate_Module_reachable | Sean Griffin | 2017-09-20 | 4 | -13/+23 |
|\ |
|
| * | Remove redundant require_relative "module/anonymous" and "module/reachable" | bogdanvlviv | 2017-09-17 | 1 | -3/+0 |
| * | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 3 | -10/+23 |
* | | Merge pull request #30623 from manojmj92/manojmj92-oo-key-patch | Javan Makhmali | 2017-09-20 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix error message documentation | Manoj M J | 2017-09-20 | 1 | -2/+2 |
| |/ |
|
* / | Remove unused `NumberToRoundedConverter#digits_and_rounded_number` | yuuji.yaginuma | 2017-09-19 | 1 | -12/+0 |
|/ |
|
* | [ci skip] Prefer credentials to secrets in docs. | Kasper Timm Hansen | 2017-09-13 | 1 | -1/+1 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 6 | -0/+288 |
* | Hash#transform_keys is in Ruby 2.5+ | Akira Matsuda | 2017-09-01 | 1 | -2/+2 |
* | Suppress "unused variable" in Ruby 2.5 | Akira Matsuda & yui-knk | 2017-09-01 | 1 | -3/+4 |
* | Self-alias doesn't suppress the warning on Ruby 2.2 | Matthew Draper | 2017-09-01 | 1 | -8/+17 |
* | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 9 | -54/+69 |
* | Fix `can't modify frozen String` error in `XmlMini_JDOM` | yuuji.yaginuma | 2017-09-01 | 1 | -1/+1 |
* | Use tt in doc for railties [skip ci] | Yoshiyuki Hirano | 2017-08-27 | 1 | -1/+1 |
* | Fix broken link for Java xml [ci skip] | Yoshiyuki Hirano | 2017-08-24 | 1 | -1/+1 |
* | Update links to use https instead of http [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 5 | -6/+6 |
* | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
* | faster implementation of Hash#deep_merge | M. Simon Borg | 2017-08-16 | 1 | -12/+6 |
* | Pass missing name attribute to execute_hook | Alberto Almagro | 2017-08-16 | 2 | -7/+12 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -2/+2 |
* | Allow lazy load hooks to be executed only once | Alberto Almagro | 2017-08-14 | 2 | -8/+63 |
* | Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta... | Kasper Timm Hansen | 2017-08-14 | 5 | -56/+92 |
|\ |
|
| * | Perform self-serialization once metadata is involved. | Kasper Timm Hansen | 2017-08-13 | 5 | -56/+92 |
* | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 3 | -3/+22 |
* | | [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 |
* | Lint activesupport/CHANGELOG.md | Jon Moss | 2017-08-06 | 1 | -7/+7 |
* | 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 |
|/ |
|
* | Add backticks around String#camelize | Ryuta Kamizono | 2017-08-04 | 1 | -2/+2 |
* | Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-option | Sean Griffin | 2017-08-03 | 3 | -0/+26 |
|\ |
|