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
/
test
/
notifications_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ActionDispatch::Notifications middleware.
José Valim
2010-01-17
1
-0
/
+16
*
Yield the payload notifications for further modification (like adding the res...
José Valim
2010-01-15
1
-2
/
+2
*
Add instrument! to notifications which adds the result to the payload.
José Valim
2010-01-14
1
-1
/
+11
*
Do not send notifications when instrumentation raise an error.
José Valim
2010-01-13
1
-7
/
+4
*
instrumenter should be accessible from ActiveSupport::Notifications.
José Valim
2010-01-06
1
-7
/
+10
*
Expose Instrumenter id in Notifications.
José Valim
2010-01-04
1
-0
/
+4
*
Remove ActionView inline logging to ActiveSupport::Notifications and create A...
José Valim
2009-12-26
1
-12
/
+10
*
Notifications: synchronous fanout queue pushes events to subscribers rather t...
Jeremy Kemper
2009-11-29
1
-0
/
+10
*
Notifications: extract central Notifier, cordon off the internal Fanout imple...
Jeremy Kemper
2009-11-28
1
-158
/
+112
*
Expose a simple Queue#wait to block until all notifications are drained
Jeremy Kemper
2009-11-28
1
-1
/
+1
*
Revert "Create SyncListener. Since they do not rely on Thread, they can be us...
Jeremy Kemper
2009-11-28
1
-16
/
+1
*
Create SyncListener. Since they do not rely on Thread, they can be used on Go...
José Valim
2009-11-23
1
-1
/
+16
*
Notifications: queue.drained? for testability in place of brittle sleeps
Jeremy Kemper
2009-11-13
1
-10
/
+14
*
Fix duration check for longer sleep
Jeremy Kemper
2009-11-13
1
-1
/
+1
*
CI: slow down brittle notifications tests
Jeremy Kemper
2009-11-13
1
-9
/
+10
*
Change Event#thread_id to #transaction_id. Defaults to one "transaction" per ...
Yehuda Katz
2009-10-28
1
-0
/
+20
*
AS::Notifications.subscribe blocks are now yielded the arguments to pass to A...
Yehuda Katz
2009-10-27
1
-4
/
+14
*
Some optimizations on AS::Notifications. This does not change the public-faci...
Yehuda Katz
2009-10-27
1
-11
/
+18
*
Renamed Orchestra to Notifications once again [#3321 state:resolved]
José Valim
2009-10-15
1
-0
/
+164
*
Revert "Rename Orchestra to Notifications [#3321 state:resolved]"
José Valim
2009-10-15
1
-161
/
+0
*
Rename Orchestra to Notifications [#3321 state:resolved]
Joshua Peek
2009-10-14
1
-0
/
+161
[prev]