Acts As Reportable
- moving to core
- possible lightweight rails plugin to do the requiring (at first)
- rails plugin can be expanded to do more railsy stuff as needed.
- need a good name for the core stuff. or the plugin we just don't want the confusion
gem_plugin
- maybe make optional dependency and whine
Ruport 0.9
- next release is cleanup + documentation
Documentation
- try to prune and kill old resources
- encourage Trac usage for defect reports
Formatting system
- add multi-level grouping, maybe
- identify and add helpers to formats
- clean up the formatters
- generic as() and renders_with(), at least as a refactoring, hopefully for users. maybe add an option for the to_* hack
as(meth.to_s.sub(/\Ato_/, "")) rescue super
Error Handling
- Custom Heirarchy would be beneficial
- Single Root Heirarchy, all RuntimeErrors?
- We need to identify and unscrew random errors
Performance
- We need benchmarks to follow progress
- possibly include a tool in bin/
Ruport-utils
- get away from gem-plugin
- allow whole loading or per module
- add rake task to help use these (with only,except,etc...)
- Identify what's in
