aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-123-3/+22
* [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
* Lint activesupport/CHANGELOG.mdJon Moss2017-08-061-7/+7
* 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
|/
* Add backticks around String#camelizeRyuta Kamizono2017-08-041-2/+2
* Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-optionSean Griffin2017-08-033-0/+26
|\
| * Fix changelog formatSean Griffin2017-08-031-1/+0
| * Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-023-0/+27
* | Merge pull request #29958 from znz/file-nullMatthew Draper2017-08-021-1/+1
|\ \
| * | Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* | | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-01429-61/+1014
|\ \ \ | | |/ | |/|
| * | fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
| |/
| * 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
| * | Add CHANGELOG entry [skip ci]Erol Fornoles2017-03-061-0/+4
| * | Use method from HashErol Fornoles2017-03-061-1/+1
| * | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccessErol Fornoles2017-03-062-4/+6
* | | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-15430-1818/+2533
|\ \ \ | | |/ | |/|
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time....प्रथमेश Sonpatki2017-07-103-0/+47