You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This Ruby gem is an extension of the [exception_notification gem](http://rubygem
7
7
8
8
## Installation
9
9
10
+
If you're using Rails 4.2 or higher, including Rails 5 (or you're not using Rails at all), use the latest version of the gem (this is currently a release candidate and not extensively tested yet):
11
+
12
+
gem 'exception_notification-rake', '~> 0.3.0.rc1'
13
+
10
14
If you're using Rails 4.1.x (or you're not using Rails at all), use the latest version of the gem:
11
15
12
16
gem 'exception_notification-rake', '~> 0.2.2'
@@ -24,7 +28,7 @@ If you're using Rails 3, use the 0.0.x line of versions:
24
28
25
29
### Configuration for Email Notifications
26
30
27
-
**Note:** These examples are for the latest version of the gem (using exception_notification 4.1 and Rails 4.1). For a Rails 3.2 example [see below](#rails-32-configuration-example).
31
+
**Note:** These examples are for the latest version of the gem (using exception_notification 4+ and Rails 4+). For a Rails 3.2 example [see below](#rails-32-configuration-example).
28
32
29
33
Exception notification must be set up in your Rails config files. In general, you'll want to do this in environment-specific config files, such as `config/environments/production.rb`. Minimal configuration:
0 commit comments