README in exception_notification_rails3-1.0.0 vs README in exception_notification_rails3-1.1.0
- old
+ new
@@ -62,9 +62,17 @@
== Notification
After an exception notification has been delivered the rack environment variable
'exception_notifier.delivered' will be set to +true+.
+== Notification in backround processes outside of the request/response
+
+Using:
+
+ ExceptionNotifier.with do
+ some code...
+ end
+
== Rails 2.3 stable and earlier
If you are running Rails 2.3 then see the branch for that:
http://github.com/rails/exception_notification/tree/2-3-stable
\ No newline at end of file