aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Add missing support for modulo operations on durationsSayan Chakraborty2017-07-283-14/+131
* Fix division where a duration is the denominatorAndrew White2017-07-273-15/+28
* remove depreciated assertion to eliminate warningChristina Thompson2017-07-241-1/+1
* Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_testKasper Timm Hansen2017-07-241-1/+1
|\
| * Fix test failure in message verifier testsDavid Rodríguez2017-07-241-1/+1
* | add metadata tests: verify methodAssain2017-07-241-0/+15
|/
* [ci skip] Remove superfluous paragraphs; fully qualify constants.Kasper Timm Hansen2017-07-241-8/+2
* Merge pull request #29892 from assain/documenation_for_metadataKasper Timm Hansen2017-07-243-0/+100
|\
| * add to changelog: purpose and expiry supportAssain2017-07-241-0/+28
| * 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-242-4/+8
|\ \
| * | Remove time stubs after each testGeorge Claghorn2017-07-222-4/+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-192-6/+48
* | Add expires_at, expires_in, and purpose meta_data to messages.Assain2017-07-194-6/+192
* | Merge pull request #29757 from lugray/hash_with_indifferent_access_defaultSean Griffin2017-07-172-10/+56
|\ \
| * | Fix HashWithIndifferentAccess#default when include?(nil)Lisa Ugray2017-07-172-10/+56
| |/
* | 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-17430-3283/+5328
|\ \ \
| * | | Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-172-5/+6
| * | | explain why require_relative is not used here [ci skip]Xavier Noria2017-07-161-0/+2
| * | | Remove encoding utf-8 magic commentKoichi ITO2017-07-152-2/+0
| * | | 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-11424-0/+424
| |/
| * :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-103-0/+47
| * 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-09428-0/+428
| |\ \
| | * | Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-09428-0/+428
| * | | Merge pull request #28668 from Dorian/mention-time-parse-argument-errorAaron Patterson2017-07-052-1/+13
| |\ \ \
| | * | | Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-082-1/+13
| * | | | Fix warning: `*' interpreted as argument prefixRyuta Kamizono2017-07-061-2/+2
| * | | | Merge pull request #29687 from k3rni/private-prefixed-delegateMatthew Draper2017-07-062-1/+39
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Use `map` in `delegate` so that actual prefixed method names are returned, if...Krzysztof Zych2017-07-052-1/+40
| |/ / /
| * | | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-0217-45/+46
| |\ \ \
| | * | | Expectation firstAkira Matsuda2017-07-021-1/+1
| | * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02428-428/+0
| | * | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02428-0/+428
| | |\ \ \
| | | * | | Enforce frozen string in RubocopKir Shatrov2017-07-01428-0/+428
| | * | | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-0216-44/+45
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-2016-44/+45
| * | | | | [Active Support] require => require_relativeAkira Matsuda2017-07-01129-383/+383
| |/ / / /
| * | / / Fix the next version of Rails from 5.3 to 6.0Koichi ITO2017-06-301-1/+1
| | |/ / | |/| |
| * | | Merge pull request #29588 from greysteil/add-gemspec-linksRafael França2017-06-281-0/+5
| |\ \ \
| | * | | Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5