Does Rails have support for reporting engine ? I have my existing J2EE app which uses an open source reporting engine. If I port it to rails I was thinking whether Rails has something ?
Not natively. If you're familiar with JasperReports, you can sort of use it by piping the result into Rails, but it's far than ideal because you need to load a JVM everytime you generate a report. It's explained here: