public
Description: Dynamic Reporting Engine for Ruby && Rails
Homepage: http://dynamicreports.rubyforge.org
Clone URL: git://github.com/wayneeseguin/dynamic_reports.git
dynamic_reports / NOTES
100644 12 lines (8 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
# Feedback
# it would be nice if it was just a template handler in Rails
# ActionView::TemplateHandlers::ERB
# since your stuff is all ERB you can just return the file contents I think
# and then you also want to add a RenderOption, but I think RenderOptions are limited to completely taking over the process atm, instead of supplementing
# so we have to do something about that
 
 
 
# Should be able to hook reports into models directly somehow, cleanly
#