aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...sushant2019-04-041-0/+23
* [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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Fix assertion arguments orderCarlos Antonio da Silva2014-07-311-1/+1
* Remove warning remeving the method before redefiningRafael Mendonça França2014-05-231-0/+1
* Fixed duplicate subscribers in ActiveSupport::SubscriberDennis Schoen2014-05-091-6/+19
* Allow attaching to AS::Notifications namespace up frontDaniel Schierbeck2013-09-201-0/+40