public
Description: A stand-alone Merb eXception tracker inspired by logged_exception
Homepage:
Clone URL: git://github.com/fightinjoe/mex.git
mex / CHANGELOG
100644 22 lines (20 sloc) 0.539 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version 0.2.0
- release as a gem
  - support external config
  - run from command prompt
- easy integration as a Merb plugin
 
version 0.1.1
- rename project_name to app_name
- remove public directory
- moved javascript and stylesheet files into views folder
- add Changelog
 
version 0.1.0
- display app/project names for exceptions
- allow filtering by project
- enable searching
- collapsable details for exception
- enable paging
- change name from Axe to MeX
- make individual deletion work
- make all deletion work
- make rss feed work