Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

just changed the help file with installation steps... #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ environment, and also gives a backtrace of the exception.

== Usage

INSTALLATION for Rails 3:
As of Rails 3 ExceptionNotifier is used as a rack middleware

-in your Gemfile:
gem "exception_notification", "1.0.0 (or later)", :require => "exception_notifier", :git => "git://github.com/sickill/exception_notification.git"

-in your config/environments/development.rb or production.rb

Whatever::Application.config.middleware.use ExceptionNotifier,
:email_prefix => "[Whatever] ",
:sender_address => %{"notifier" <[email protected]>},
:exception_recipients => %w{[email protected]}

INSTALLATION For rails 2:
look here:
http://github.com/rails/exception_notification/tree/2-3-stable

== Customization

By default, the notification email includes four parts: request, session,
Expand Down