aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/current_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Support before_reset callback in CurrentAttributesRosa Gutierrez2019-01-301-0/+6
* Missing require "active_support/callbacks"Akira Matsuda2018-10-201-0/+2
* [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-071-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Clear all current instances before a reload.Kasper Timm Hansen2017-05-281-0/+5
* 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-261-0/+190