| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -7/+7 |
* | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 4 | -4/+4 |
* | Simplify API documentation of methods that return a Duration | bogdanvlviv | 2017-10-24 | 2 | -33/+10 |
* | Make clear that Time core extensions are split between Numeric and Integer | João Fernandes | 2017-10-24 | 2 | -6/+10 |
* | Merge pull request #30961 from q-centrix/performance-improvement-acts-like | Rafael França | 2017-10-23 | 1 | -1/+10 |
|\ |
|
| * | Performance improvements for acts_like? method. | Dillon Welch | 2017-10-23 | 1 | -1/+10 |
* | | Merge pull request #30953 from rohitpaulk/fix-io-to-json | Rafael Mendonça França | 2017-10-23 | 1 | -0/+6 |
|\ \ |
|
| * | | Fix #to_json for unreadable IO objects, fixes #26132 | Paul Kuruvilla | 2017-10-23 | 1 | -0/+6 |
* | | | Remove deprecated `halt_callback_chains_on_return_false` option | Rafael Mendonça França | 2017-10-23 | 1 | -12/+0 |
* | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 1 | -33/+22 |
|/ / |
|
* | | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 129 | -386/+386 |
* | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | | Move HWIA specific logic for slice and slice! to HWIA class | Akira Matsuda | 2017-10-21 | 2 | -2/+10 |
* | | Hash#slice is in Ruby 2.5+ | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | | Remove obsolete documentation [ci skip] | Max Felsher | 2017-10-19 | 1 | -3/+0 |
|/ |
|
* | Fix `to_s(:db)` for range comprising of alphabets. | Aditya Kapoor | 2017-10-16 | 1 | -1/+7 |
* | Fix documentation [ci skip] | Rafael Mendonça França | 2017-10-10 | 1 | -1/+1 |
* | Merge pull request #30789 from erichmachado/file-store-cache-cleanup-fix | George Claghorn | 2017-10-08 | 1 | -3/+2 |
|\ |
|
| * | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle... | Erich Soares Machado | 2017-10-03 | 1 | -3/+2 |
* | | Fix formatting of `Time.use_zone` [ci skip] | yuuji.yaginuma | 2017-10-04 | 1 | -4/+4 |
|/ |
|
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer... | yuuji.yaginuma | 2017-09-27 | 1 | -0/+5 |
* | Preload digest/sha2 to avoid thread safe error. | Francesco Rodriguez | 2017-09-25 | 1 | -1/+1 |
* | Fix RotationConfiguration test and remove nil-kind rotates. | Kasper Timm Hansen | 2017-09-24 | 1 | -4/+1 |
* | [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 | 1 | -34/+6 |
* | Infer options from the primary verifier. | Kasper Timm Hansen | 2017-09-24 | 1 | -4/+7 |
* | [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 | 4 | -4/+170 |
* | Make bang version work with `InheritableOptions` | yuuji.yaginuma | 2017-09-23 | 1 | -1/+1 |
* | Merge pull request #30624 from bogdanvlviv/deprecate_Module_reachable | Sean Griffin | 2017-09-20 | 2 | -3/+1 |
|\ |
|
| * | Remove redundant require_relative "module/anonymous" and "module/reachable" | bogdanvlviv | 2017-09-17 | 1 | -3/+0 |
| * | Deprecate `Module#reachable?` method | bogdanvlviv | 2017-09-17 | 1 | -0/+1 |
* | | 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 | 3 | -0/+154 |
* | Hash#transform_keys is in Ruby 2.5+ | Akira Matsuda | 2017-09-01 | 1 | -2/+2 |
* | 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 |
* | 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 | 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 |