https://github.com/mmower/errata_plugin
Rails plugin for logging errata for the Errata client
https://github.com/mmower/errata_plugin
Last synced: 11 months ago
JSON representation
Rails plugin for logging errata for the Errata client
- Host: GitHub
- URL: https://github.com/mmower/errata_plugin
- Owner: mmower
- License: mit
- Created: 2010-11-25T22:30:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-12T23:31:59.000Z (over 15 years ago)
- Last Synced: 2025-04-01T22:46:39.842Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Errata is a combination of plugin and software client to manage Rails application errors.
The Errata plugin logs all errors from your application (along with their context of the error) into JSON files that are served from your applications public directory. You specify how many errors to keep and the plugin automatically manages deleting old error files.
The Errata plugin goes hand-in-hand with the Errata client that reads the errors and presents them in a friendly fashion.
# Using Errata
## Install the plugin
## Create the errata folder
The plugin will, automatically, create the `errata` folder under `public` if it does not exist. However it is recommended that you create a folder that will be shared across releases and symlink it into your applications `public` folder during deployment.
Further it is recommended that you protect the `errata` folder with a username & password which can be used by the client.
## Install the client
Download the Errata client.
Create a new Application and point it at the URL to your server. Give it the username & password required. Specify the polling interval.