aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-031-8/+6
* Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-101-3/+32
* use a proxy matcher for AS::N fanoutzvkemp2019-02-111-0/+9
* Merge pull request #34707 from xlts/update-notifications-docsGannon McGibbon2018-12-311-2/+5
|\
| * Add examples describing error handling in ActiveSupport::Notifications and Ac...Mariusz Hausenplas2018-12-141-2/+5
* | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-171-1/+8
|/
* Add docs to ActiveSupport::Notifications.subscribeChris Fung2018-10-221-0/+18
* clarify role of unique_id in ActiveSupport::Notificationszvkemp2018-10-051-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Add error logging to Active JobSteven Bull2017-03-271-0/+2
* stop using removed `render :text`yuuji.yaginuma2016-12-031-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* [ci skip] Add description about which objectyui-knk2015-09-021-2/+2
* added description for rails generators, and fixed sentence formation for acti...Rishi Jain2014-11-101-1/+1
* Update documentation to reflect unsubscription with name.Guo Xiang Tan2014-06-011-2/+7
* Stop using method missing for singleton delegation.Aaron Patterson2013-11-061-1/+1
* Documentation: Notifications queue does not run in a thread.David Butler2013-05-201-2/+2
* hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-131-4/+0
* Changed the ScopeRegistry and the InstrumentationRegistry to use thewangjohn2013-04-091-5/+4
* Creating an object to consolidate thread locals which hold thewangjohn2013-04-081-1/+27
* 1.9 hash syntax in activesupportAvnerCohen2012-11-101-9/+9
* Improve documentation for subscribe blockGrant Hutchins & Sabrina Staedt2012-09-271-1/+11
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-1/+2
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-8/+8
* move fanout back to a global variable, add a mutex for safetyAaron Patterson2012-06-191-26/+5
* remove global cacheAaron Patterson2012-06-191-7/+2
* reduce thread localsAaron Patterson2012-06-191-3/+20
* make the fanout notifier local to the current threadAaron Patterson2012-06-191-4/+8
* Documentation: make it clearer that subscribers are not notified asynchronous...Schnittchen2012-06-161-1/+1
* Add documentation to detail passing of an object as the secondMichael de Silva2012-04-131-0/+27
* Fix further typos in ActiveSupport::NotificationsMichael de Silva2012-04-131-4/+4
* Fix rdoc typo in ActiveSupport::NotificationsMichael de Silva2012-04-131-1/+1
* remove duplicate requires. thanks @atamboAaron Patterson2012-03-211-1/+0
* push the autoloads up to requiresAaron Patterson2012-03-211-4/+4
* warns against using temporary subscribersXavier Noria2012-01-121-0/+4
* fixes typoXavier Noria2011-11-051-1/+1
* implements AS::Notifications.subscribed, which provides subscriptions to even...Xavier Noria2011-11-051-0/+41
* expands the documentation of AS::NotificationsXavier Noria2011-11-051-14/+46
* Removing unnecessary require, solve 'circular require considered harmful' war...Jon Leighton2011-08-161-2/+0
* fanout unsubscribe only accepted one argument, so taking *args here is probab...Aaron Patterson2011-02-091-2/+2
* just use an attr_accessor so we do not pay ||= on every notification callAaron Patterson2011-02-091-5/+3
* speed up notification publishing by writing the delegate methodAaron Patterson2011-02-091-1/+4
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-3/+3
* fisting warningAaron Patterson2010-07-251-1/+1
* Revert the previous three commits.José Valim2010-07-251-13/+3
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-3/+13
* Performance optimizations to handle cases of instrumentors that are not liste...Carlhuda2010-07-221-2/+22