aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-09226-0/+226
| * | | Merge pull request #28668 from Dorian/mention-time-parse-argument-errorAaron Patterson2017-07-051-1/+3
| |\ \ \
| | * | | Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-081-1/+3
| * | | | Use `map` in `delegate` so that actual prefixed method names are returned, if...Krzysztof Zych2017-07-051-1/+1
| | |/ / | |/| |
| * | | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-029-11/+11
| |\ \ \
| | * | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-02226-226/+0
| | * | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02226-0/+226
| | |\ \ \
| | | * | | Enforce frozen string in RubocopKir Shatrov2017-07-01226-0/+226
| | * | | | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-029-11/+11
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-209-11/+11
| * | | | | [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 #29595 from fatkodima/result_lambda_class_checkingRafael França2017-06-281-1/+1
| |\ \ \
| | * | | Remove useless class checking for `ActiveSupport::Callbacks`s result_lambdafatkodima2017-06-271-1/+1
| | |/ /
| * | | Fix typo in callback deprecation messageyuuji.yaginuma2017-06-281-1/+1
| * | | Add more explicit guidance on how to fix callback deprecationsSage Ross2017-06-231-2/+4
| |/ /
| * | Merge pull request #29140 from notEthan/log_subscribed_avoid_rescuingRafael França2017-06-161-2/+4
| |\ \
| | * | check that logger is defined in log subscriber rescue before loggingEthan2017-05-241-1/+3
| | * | lob subscriber should only rescue StandardError, not ExceptionEthan2017-05-241-1/+1
| * | | Fix `Message::Encryptor` default cipher [ci skip]yuuji.yaginuma2017-06-121-1/+1
| * | | Merge pull request #29263 from assain/default_message_encryptor_to_gcmKasper Timm Hansen2017-06-112-4/+21
| |\ \ \
| | * | | set message_encryptor default cipher to aes-256-gcmAssain2017-06-122-4/+21
| * | | | Cache: test coverage for cleanup behavior with local cache strategyEugene Kenny2017-06-101-1/+1
| * | | | Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-103-5/+5
| * | | | Merge pull request #29386 from y-yagi/remove_unreachable_codeGuillermo Iguaran2017-06-071-8/+1
| |\ \ \ \
| | * | | | Remove unreachable codeyuuji.yaginuma2017-06-081-8/+1
| | |/ / /
| * / / / Cache: write_multi (#29366)Jeremy Daer2017-06-061-6/+28
| |/ / /
| * | | Merge pull request #29294 from gsamokovarov/attributes-defaultKasper Timm Hansen2017-06-045-51/+33
| |\ \ \
| | * | | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-034-27/+14
| | * | | Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-24/+19
| * | | | Don't create extra assignment, just returnVipul A M2017-06-041-3/+3
| |/ / /
| * | | Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+16
| * | | Add missing "not" in the doc for `assert_no_changes` [ci skip]Ryuta Kamizono2017-05-301-1/+1
| * | | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-294-11/+15
| * | | Merge pull request #26628 from mjhoy/fix-number-to-human-25742Eileen M. Uchitelle2017-05-294-30/+73
| |\ \ \
| | * | | number_to_human_converter: round before calculating exponentMichael Hoy2017-03-161-4/+2