aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | | | 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
| |/ / / /
| * / / / prepare for Minitest 6utilum2017-06-201-1/+1
| |/ / /
| * | | 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
| * | | | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
| * | | | Fix `Message::Encryptor` default cipher [ci skip]yuuji.yaginuma2017-06-121-1/+1
| * | | | [ci skip] Add changelog entry for 6d402c6Kasper Timm Hansen2017-06-111-0/+7
| * | | | 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-102-1/+16
| * | | | | Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-103-5/+5
| * | | | | Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-1020-1359/+1383
| * | | | | 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-063-6/+100
| |/ / / /
| * | | | Fix indentation + Add backticks [ci skip]Ryuta Kamizono2017-06-061-2/+4
| * | | | Merge pull request #29294 from gsamokovarov/attributes-defaultKasper Timm Hansen2017-06-047-52/+79
| |\ \ \ \
| | * | | | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-034-27/+14
| | * | | | Implement mattr_acessor :default optionGenadi Samokovarov2017-06-033-25/+65
| * | | | | Don't create extra assignment, just returnVipul A M2017-06-041-3/+3
| |/ / / /
* | | | | Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-024-6/+48
|\| | | |
| * | | | Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-303-0/+42
| * | | | Fix indentation + remove blank lineJon Moss2017-05-291-4/+4
| * | | | Add backticksJon Moss2017-05-291-1/+1
| * | | | Add missing "not" in the doc for `assert_no_changes` [ci skip]Ryuta Kamizono2017-05-301-1/+1
* | | | | Reset time zone to previous valueyuuji.yaginuma2017-05-301-1/+8
|/ / / /