13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
= exception_handler
|
|
|
|
This plugin allows the Exception Handler Library or any other client application to file new reports via a http post.
|
|
|
|
When a new report is received, this plugin will automatically search for an existing report.
|
|
If there is an existing report, it will be updated; if not, a new report will be filed.
|
|
|
|
= Installation
|
|
|
|
clone into your plugin folder rake yourt database with the following command:
|
|
|
|
rake db:migrate_plugins RAILS_ENV=production
|