aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Remove unused `NumberToRoundedConverter#digits_and_rounded_number`yuuji.yaginuma2017-09-191-12/+0
|/ / / /
* | | | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-1/+1
* | | | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-113-0/+154
* | | | Hash#transform_keys is in Ruby 2.5+Akira Matsuda2017-09-011-2/+2
* | | | Self-alias doesn't suppress the warning on Ruby 2.2Matthew Draper2017-09-011-8/+17
* | | | Clarify intentions around method redefinitionsMatthew Draper2017-09-019-54/+69
* | | | Fix `can't modify frozen String` error in `XmlMini_JDOM`yuuji.yaginuma2017-09-011-1/+1
* | | | Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-271-1/+1
* | | | Fix broken link for Java xml [ci skip]Yoshiyuki Hirano2017-08-241-1/+1
* | | | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-225-6/+6
* | | | faster implementation of Hash#deep_mergeM. Simon Borg2017-08-161-12/+6
* | | | Pass missing name attribute to execute_hookAlberto Almagro2017-08-161-3/+3
* | | | Allow lazy load hooks to be executed only onceAlberto Almagro2017-08-141-8/+26
* | | | Merge pull request #30171 from kaspth/verifier-encryptor-null-serializer-meta...Kasper Timm Hansen2017-08-143-26/+42
|\ \ \ \
| * | | | Perform self-serialization once metadata is involved.Kasper Timm Hansen2017-08-133-26/+42
* | | | | Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-3/+9
* | | | | [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
|/ / / /
* | | | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+2
* | | | Revert "Merge pull request #15446 from akshay-vishnoi/doc_changes"Matthew Draper2017-08-051-1/+1
* | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexpsSean Griffin2017-08-031-7/+0
|\ \ \ \
| * | | | Remove unused `LoadError::REGEXPS` constantyuuji.yaginuma2017-08-041-7/+0
* | | | | Fix all rubocop violationsRafael Mendonça França2017-08-031-0/+1
|/ / / /
* | | | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+2
* | | | fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
| |/ / |/| |
* | | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-281-1/+47
* | | Fix division where a duration is the denominatorAndrew White2017-07-271-5/+4
* | | Merge pull request #29892 from assain/documenation_for_metadataKasper Timm Hansen2017-07-242-0/+72
|\ \ \
| * | | document metadata support added to message encryptor and message verifierAssain2017-07-242-0/+72
* | | | Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-241-1/+8
|\ \ \ \
| * | | | Remove time stubs after each testGeorge Claghorn2017-07-221-1/+8
* | | | | Let Metadata instance handle purpose coercion.Kasper Timm Hansen2017-07-231-4/+4
* | | | | Remove dependency on `from_now` extension.Kasper Timm Hansen2017-07-231-1/+1
| |/ / / |/| | |
* | | | add metadata support to message verifierAssain2017-07-191-6/+7
* | | | Add expires_at, expires_in, and purpose meta_data to messages.Assain2017-07-192-5/+61
* | | | Merge pull request #29757 from lugray/hash_with_indifferent_access_defaultSean Griffin2017-07-171-10/+30
|\ \ \ \
| * | | | Fix HashWithIndifferentAccess#default when include?(nil)Lisa Ugray2017-07-171-10/+30
| |/ / /
* | | | Merge pull request #29758 from glaucocustodio/patch-1 [ci skip]Sean Griffin2017-07-171-0/+10
|\ \ \ \
| * | | | Add documentation for class_attribute optionsGlauco Custódio2017-07-171-0/+10
* | | | | Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-17226-733/+1865
|\ \ \ \ \
| * | | | | Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-3/+4
| * | | | | explain why require_relative is not used here [ci skip]Xavier Noria2017-07-161-0/+2
| * | | | | Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip]yuuji.yaginuma2017-07-151-2/+2
| | |_|/ / | |/| | |
| * | | | Fix configuring third-party cache stores such as ActiveSupport::Cache::RedisS...George Claghorn2017-07-121-1/+1
| | |/ / | |/| |
| * | | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-11226-0/+226
| |/ /
| * | :scissors:Ryuta Kamizono2017-07-111-1/+0
| * | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-4/+0
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time....प्रथमेश Sonpatki2017-07-101-0/+21
| * | Merge pull request #29730 from bdewater/update-encryptor-docsKasper Timm Hansen2017-07-091-5/+6
| |\ \
| | * | [ci skip] update MessageEncryptor example to use the key length as returned b...Bart de Water2017-07-091-5/+6
| * | | Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-09226-0/+226
| |\ \ \