| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unnecessary semicolons | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | Merge pull request #30953 from rohitpaulk/fix-io-to-json | Rafael Mendonça França | 2017-10-23 | 1 | -0/+4 |
|\ |
|
| * | Fix #to_json for unreadable IO objects, fixes #26132 | Paul Kuruvilla | 2017-10-23 | 1 | -0/+4 |
* | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 1 | -15/+7 |
|/ |
|
* | Fix `to_s(:db)` for range comprising of alphabets. | Aditya Kapoor | 2017-10-16 | 1 | -0/+5 |
* | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle... | Erich Soares Machado | 2017-10-03 | 1 | -0/+1 |
* | 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 |
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 1 | -0/+7 |
* | 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 | 1 | -25/+7 |
* | Remove advanced key generator rotations from verifier/encryptor. | Kasper Timm Hansen | 2017-09-24 | 2 | -164/+60 |
* | Infer options from the primary verifier. | Kasper Timm Hansen | 2017-09-24 | 2 | -8/+20 |
* | Add key rotation message Encryptor and Verifier | Michael Coyne | 2017-09-23 | 3 | -0/+251 |
* | Make bang version work with `InheritableOptions` | yuuji.yaginuma | 2017-09-23 | 1 | -0/+13 |
* | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 1 | -10/+18 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 2 | -0/+115 |
* | Suppress "unused variable" in Ruby 2.5 | Akira Matsuda & yui-knk | 2017-09-01 | 1 | -3/+4 |
* | Pass missing name attribute to execute_hook | Alberto Almagro | 2017-08-16 | 1 | -4/+9 |
* | 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 | 1 | -0/+37 |
* | Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta... | Kasper Timm Hansen | 2017-08-14 | 2 | -30/+50 |
|\ |
|
| * | Perform self-serialization once metadata is involved. | Kasper Timm Hansen | 2017-08-13 | 2 | -30/+50 |
* | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-option | Sean Griffin | 2017-08-03 | 1 | -0/+7 |
|\ |
|
| * | Update String#camelize to provide feedback when wrong option is passed | Ricardo Díaz | 2017-08-02 | 1 | -0/+7 |
* | | Merge pull request #29958 from znz/file-null | Matthew Draper | 2017-08-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 199 | -18/+477 |
|\| |
|
| * | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 1 | -13/+62 |
| * | Fix division where a duration is the denominator | Andrew White | 2017-07-27 | 1 | -10/+14 |
| * | remove depreciated assertion to eliminate warning | Christina Thompson | 2017-07-24 | 1 | -1/+1 |
| * | Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_test | Kasper Timm Hansen | 2017-07-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix test failure in message verifier tests | David Rodríguez | 2017-07-24 | 1 | -1/+1 |
| * | | add metadata tests: verify method | Assain | 2017-07-24 | 1 | -0/+15 |
| |/ |
|
| * | Merge pull request #29860 from georgeclaghorn/travel-back-automatically | Rafael França | 2017-07-24 | 1 | -3/+0 |
| |\ |
|
| | * | Remove time stubs after each test | George Claghorn | 2017-07-22 | 1 | -3/+0 |
| * | | add metadata support to message verifier | Assain | 2017-07-19 | 1 | -0/+41 |
| * | | Add expires_at, expires_in, and purpose meta_data to messages. | Assain | 2017-07-19 | 2 | -1/+131 |
| * | | Merge pull request #29757 from lugray/hash_with_indifferent_access_default | Sean Griffin | 2017-07-17 | 1 | -0/+26 |
| |\ \ |
|
| | * | | Fix HashWithIndifferentAccess#default when include?(nil) | Lisa Ugray | 2017-07-17 | 1 | -0/+26 |
| | |/ |
|
| * | | Merge branch 'master' into make-reverse-merge-bang-order-consistent | Sean Griffin | 2017-07-17 | 199 | -2010/+3389 |
| |\ \ |
|
| | * | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -2/+2 |
| | * | | Remove encoding utf-8 magic comment | Koichi ITO | 2017-07-15 | 2 | -2/+0 |
| | |/ |
|
| | * | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 196 | -0/+196 |
| * | | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccess | Erol Fornoles | 2017-03-06 | 1 | -2/+5 |
* | | | Merge branch 'master' into unlock-minitest | Kasper Timm Hansen | 2017-07-15 | 199 | -1330/+1732 |
|\ \ \
| | |/
| |/| |
|
| * | | Added time helper method `freeze_time` which is an alias for `travel_to Time.... | प्रथमेश Sonpatki | 2017-07-10 | 1 | -0/+22 |
| * | | Merge pull request #29728 from kirs/frozen-activesupport | Matthew Draper | 2017-07-09 | 198 | -0/+198 |
| |\ \ |
|
| | * | | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 198 | -0/+198 |