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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subscribing to notifications while inside the said instrumented section.
thedarkone
2015-11-28
2
-4
/
+9
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-3
/
+3
*
:nodoc: internal class [ci skip]
Godfrey Chan
2015-08-10
1
-1
/
+1
*
Replace `#=>` with `# =>` [ci skip]
claudiob
2014-12-17
1
-1
/
+1
*
Fix docs for AS::Notifications::Event#duration
claudiob
2014-12-17
1
-2
/
+2
*
Add docs for AS::Notifications::Event#duration
claudiob
2014-12-17
1
-0
/
+12
*
Avoid looping through subscribers when unsubscribing with a subscriber object.
Guo Xiang Tan
2014-06-01
1
-5
/
+10
*
Update documentation to reflect unsubscription with name.
Guo Xiang Tan
2014-06-01
1
-2
/
+2
*
use a thread local rather than a queue so events are in the right order
Aaron Patterson
2013-10-30
1
-7
/
+4
*
use a queue rather than a list. fixes #12069
Aaron Patterson
2013-10-28
1
-1
/
+1
*
duration is called multiple times in dev, so lets cache it
Aaron Patterson
2013-08-18
1
-1
/
+2
*
Bug fix: Evented notification subscribers can handle published events
Carl Lerche
2013-05-17
1
-0
/
+7
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+1
|
\
|
*
Fix some typos
Akira Matsuda
2013-03-25
1
-1
/
+1
*
|
ActiveSupport::Notifications::Instrumenter#instrument should yield
stopdropandrew
2013-03-02
1
-1
/
+1
|
/
*
adding start / finish on the instrumenter, adding tests for the class
Aaron Patterson
2013-01-09
1
-6
/
+17
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-2
/
+5
*
update AS/notifications and AS/testing docs [ci skip]
Francesco Rodriguez
2012-09-14
1
-1
/
+1
*
Evented notifications take priority over Timed notifications
Eric Saxby
2012-08-11
1
-3
/
+3
*
move fanout back to a global variable, add a mutex for safety
Aaron Patterson
2012-06-19
1
-7
/
+17
*
Add missing require
Rafael Mendonça França
2012-06-19
1
-0
/
+2
*
subscribers are per thread, so remove the nested hash access
Aaron Patterson
2012-06-19
1
-5
/
+3
*
documenting concurrency rules for the Fanout class
Aaron Patterson
2012-06-19
1
-0
/
+3
*
make events not use date and time to determine parent_of. fixes #5932
タコ焼き仮面
2012-06-18
1
-4
/
+12
*
evented listeners can subscribe to any message
Aaron Patterson
2012-03-21
1
-9
/
+27
*
evented subscribers work
Aaron Patterson
2012-03-21
1
-6
/
+10
*
start / finish events are sent by the instrumenter
Aaron Patterson
2012-03-21
2
-7
/
+41
*
split subscribers based on pattern type
Aaron Patterson
2012-03-21
1
-13
/
+31
*
Remove deprecation from AS::Deprecation behavior, some minor cleanups
Carlos Antonio da Silva
2012-03-16
2
-6
/
+3
*
Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa...
Jon Leighton
2011-05-23
1
-1
/
+0
*
minor changes
Vijay Dev
2011-04-27
1
-3
/
+3
*
Revert the previous three commits.
José Valim
2010-07-25
1
-7
/
+4
*
use a hash to collect optional statistics about the instrumentation
Aaron Patterson
2010-07-25
1
-4
/
+7
*
Get rid of instrumenter.elapsed.
José Valim
2010-07-24
1
-9
/
+3
*
Performance optimizations to handle cases of instrumentors that are not liste...
Carlhuda
2010-07-22
2
-4
/
+9
*
Add a test for elapsed and require missing benchmark file.
José Valim
2010-07-20
1
-2
/
+2
*
reusing the time instrumentation from the instrumenter rather than Benchmark....
Aaron Patterson
2010-07-19
1
-2
/
+9
*
Minor performance improvment in notifications/fanout and active_record/log_su...
Daniel Guettler
2010-07-19
1
-7
/
+5
*
avoid call to Array#first
Aaron Patterson
2010-07-19
1
-3
/
+3
*
subscriber does not need to be a block, but an object that responds to #call
Aaron Patterson
2010-07-18
1
-5
/
+5
*
tap the subscriber for easier return value
Aaron Patterson
2010-07-18
1
-2
/
+3
*
bind method is not needed, so goodbye! <3 <3 <3
Aaron Patterson
2010-07-18
1
-7
/
+1
*
convert duration to an attr_reader
Aaron Patterson
2010-07-17
1
-6
/
+3
*
drained? is never called
Aaron Patterson
2010-07-17
1
-4
/
+0
*
private method is not needed
Aaron Patterson
2010-07-17
1
-12
/
+2
*
removing Binding class
Aaron Patterson
2010-07-17
1
-14
/
+4
*
use === to avoid regular expression creation, and speed up string comparison
Aaron Patterson
2010-07-17
1
-9
/
+3
*
Event should be aware if yielded block failed or not.
José Valim
2010-05-02
1
-3
/
+5
*
Make notifications go off even when an error is raised, so that we capture th...
Justin George
2010-05-02
1
-3
/
+7
[next]