index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
notifications.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Add error logging to Active Job
Steven Bull
2017-03-27
1
-0
/
+2
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-2
/
+2
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
[ci skip] Add description about which object
yui-knk
2015-09-02
1
-2
/
+2
*
added description for rails generators, and fixed sentence formation for acti...
Rishi Jain
2014-11-10
1
-1
/
+1
*
Update documentation to reflect unsubscription with name.
Guo Xiang Tan
2014-06-01
1
-2
/
+7
*
Stop using method missing for singleton delegation.
Aaron Patterson
2013-11-06
1
-1
/
+1
*
Documentation: Notifications queue does not run in a thread.
David Butler
2013-05-20
1
-2
/
+2
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-4
/
+0
*
Changed the ScopeRegistry and the InstrumentationRegistry to use the
wangjohn
2013-04-09
1
-5
/
+4
*
Creating an object to consolidate thread locals which hold the
wangjohn
2013-04-08
1
-1
/
+27
*
1.9 hash syntax in activesupport
AvnerCohen
2012-11-10
1
-9
/
+9
*
Improve documentation for subscribe block
Grant Hutchins & Sabrina Staedt
2012-09-27
1
-1
/
+11
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-1
/
+2
*
update some AS code examples to 1.9 hash syntax [ci skip]
Francesco Rodriguez
2012-09-12
1
-8
/
+8
*
move fanout back to a global variable, add a mutex for safety
Aaron Patterson
2012-06-19
1
-26
/
+5
*
remove global cache
Aaron Patterson
2012-06-19
1
-7
/
+2
*
reduce thread locals
Aaron Patterson
2012-06-19
1
-3
/
+20
*
make the fanout notifier local to the current thread
Aaron Patterson
2012-06-19
1
-4
/
+8
*
Documentation: make it clearer that subscribers are not notified asynchronous...
Schnittchen
2012-06-16
1
-1
/
+1
*
Add documentation to detail passing of an object as the second
Michael de Silva
2012-04-13
1
-0
/
+27
*
Fix further typos in ActiveSupport::Notifications
Michael de Silva
2012-04-13
1
-4
/
+4
*
Fix rdoc typo in ActiveSupport::Notifications
Michael de Silva
2012-04-13
1
-1
/
+1
*
remove duplicate requires. thanks @atambo
Aaron Patterson
2012-03-21
1
-1
/
+0
*
push the autoloads up to requires
Aaron Patterson
2012-03-21
1
-4
/
+4
*
warns against using temporary subscribers
Xavier Noria
2012-01-12
1
-0
/
+4
*
fixes typo
Xavier Noria
2011-11-05
1
-1
/
+1
*
implements AS::Notifications.subscribed, which provides subscriptions to even...
Xavier Noria
2011-11-05
1
-0
/
+41
*
expands the documentation of AS::Notifications
Xavier Noria
2011-11-05
1
-14
/
+46
*
Removing unnecessary require, solve 'circular require considered harmful' war...
Jon Leighton
2011-08-16
1
-2
/
+0
*
fanout unsubscribe only accepted one argument, so taking *args here is probab...
Aaron Patterson
2011-02-09
1
-2
/
+2
*
just use an attr_accessor so we do not pay ||= on every notification call
Aaron Patterson
2011-02-09
1
-5
/
+3
*
speed up notification publishing by writing the delegate method
Aaron Patterson
2011-02-09
1
-1
/
+4
*
edit pass to apply API guideline wrt the use of "# =>" in example code
Xavier Noria
2010-07-30
1
-3
/
+3
*
fisting warning
Aaron Patterson
2010-07-25
1
-1
/
+1
*
Revert the previous three commits.
José Valim
2010-07-25
1
-13
/
+3
*
use a hash to collect optional statistics about the instrumentation
Aaron Patterson
2010-07-25
1
-3
/
+13
*
Performance optimizations to handle cases of instrumentors that are not liste...
Carlhuda
2010-07-22
1
-2
/
+22
*
Notifier API == Fanout API, so replace Notifier with Fanout as they quack the...
Aaron Patterson
2010-07-18
1
-23
/
+1
*
bind method is not needed, so goodbye! <3 <3 <3
Aaron Patterson
2010-07-18
1
-1
/
+1
*
Remove documentation reference to AS::Notifications::Event#result because it ...
Hongli Lai (Phusion)
2010-06-17
1
-1
/
+0
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Optimize AS::Notifications to remember which subscribers don't match and not ...
Carlhuda
2010-03-01
1
-1
/
+1
*
You can unsubscribe a subscriber
Carlhuda
2010-03-01
1
-0
/
+4
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-2
/
+2
*
Remove instrument! and require thread from AS::Notifications.
José Valim
2010-02-04
1
-1
/
+1
[next]