aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-296-12/+35
* | Merge pull request #26628 from mjhoy/fix-number-to-human-25742Eileen M. Uchitelle2017-05-295-30/+79
|\ \
| * | number_to_human_converter: round before calculating exponentMichael Hoy2017-03-162-4/+8
| * | number_to_rounded_converter: extract rounding logicMichael Hoy2017-03-163-26/+71
* | | Merge pull request #29074 from kamipo/remove_returning_true_in_internal_callb...Kasper Timm Hansen2017-05-281-4/+0
|\ \ \
| * | | Remove returning true in internal callbacksRyuta Kamizono2017-05-141-4/+0
* | | | Merge pull request #29097 from EilisHamilton/fix_uncountable_pluralization_lo...Matthew Draper2017-05-283-6/+20
|\ \ \ \
| * | | | Fix pluralization of uncountables when given a localeEilis Hamilton2017-05-193-6/+20
* | | | | Clear all current instances before a reload.Kasper Timm Hansen2017-05-282-2/+8
* | | | | Remove double Thread.current storage.Kasper Timm Hansen2017-05-281-5/+3
* | | | | Use non-raising finder.Kasper Timm Hansen2017-05-271-1/+1
* | | | | [ci skip] Fix spelling that's a bit of an overreach.Kasper Timm Hansen2017-05-271-1/+1
* | | | | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-265-0/+297
* | | | | Merge pull request #29234 from y-yagi/remove_unused_test_classGuillermo Iguaran2017-05-261-3/+0
|\ \ \ \ \
| * | | | | Remove unused test classyuuji.yaginuma2017-05-261-3/+0
* | | | | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2610-20/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Define path with __dir__bogdanvlviv2017-05-2310-20/+20
* | | | | | Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-2/+0
|/ / / / /
* | | | | Merge pull request #29163 from rails/fix-scalar-duration-calculationAndrew White2017-05-213-6/+91
|\ \ \ \ \
| * | | | | Fix implicit calculations with scalars and durationsAndrew White2017-05-203-6/+91
* | | | | | Remove unused mismatch payload attributeDavid Heinemeier Hansson2017-05-201-5/+1
|/ / / / /
* / / / / Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_keyDavid Heinemeier Hansson2017-05-191-4/+5
|/ / / /
* | | / Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-05-191-1/+1
| |_|/ |/| |
* | | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-184-18/+164
* | | Merge pull request #29086 from mikeycgto/message-encryptor-auth-tag-checkKasper Timm Hansen2017-05-152-8/+20
|\ \ \
| * | | Updates to MessageEncryptor AEAD testsMichael Coyne2017-05-151-10/+14