PluginHoptoadServer » History » Version 1
Jan from Planio www.plan.io, 2009-07-05 11:31
initial version
1 | 1 | Jan from Planio www.plan.io | h1. HoptoadServer Plugin |
---|---|---|---|
2 | |||
3 | This plugin transforms your Redmine into a hub for Rails exception handling, similar to "Hoptoad":http://hoptoadapp.com/welcome or "Exceptional":http://getexceptional.com/ . An issue will be created or updated for every exception which is thrown in your live applications. This plugin acts as a server for the HoptoadNotifier which was written by the guys at Hoptoad. |
||
4 | |||
5 | |||
6 | h2. Features |
||
7 | |||
8 | * Creates or updates an issue whenever an exception is thrown in your Rails application |
||
9 | * Includes backtrace, user session, request and environment |
||
10 | * Includes a link to the source file and line to see where the exception happened |
||
11 | * Allows backtrace filtering |
||
12 | * Adds a custom field to issues to count occurences of this exception (for better prioritizing) |
||
13 | * Adds a custom field to issues to sort/filter/group exceptions by (ruby) error class |
||
14 | |||
15 | h2. Getting the plugin |
||
16 | |||
17 | Please head over to "GitHub":http://github.com/yeah/redmine_hoptoad_server/tree/master to fetch the latest version. |
||
18 | |||
19 | h2. Install |
||
20 | |||
21 | Installation is described on the "GitHub page":http://github.com/yeah/redmine_hoptoad_server/blob/7b74149299f4bef6ca20948fe8f7acc2c212bc7d/README.rdoc as well. |
||
22 | |||
23 | h2. License |
||
24 | |||
25 | MIT |
||
26 | |||
27 | h2. Author |
||
28 | |||
29 | Jan Schulz-Hofen, "ROCKET RENTALS":http://rocket-rentals.de |