Is there a way that I can produce a report in RoR without using Ruport or any other report generator rails plugin?
Asked
Active
Viewed 2,718 times
1
-
1Could you elaborate on as to why you don't want to use Ruport or any other report generator plugin? The most obvious answer then would be "write your own". – jhwist Mar 30 '10 at 07:04
-
Yes. What do you have in mind? In particular, what do you mean by report? – Levi Mar 30 '10 at 09:22
3 Answers
2
There is nothing magical about a "report", you can create your own view which calculates summary data in whatever type of visualization you might need.

Mike Buckbee
- 6,793
- 2
- 33
- 36
1
I gave my Spanish railsconf talk about that:
http://www.slideshare.net/ferdinand13/el-ferrocarril-contra-los-arboles-muertos2 (Spanish)
You have a handful of options, any of which is a silver bullet.
I am very pleased with wicked-pdf lately.
I hope this helps you, sorry the slides are in spanish, but code samples should serve you to get an idea.

Oinak
- 1,805
- 1
- 12
- 13
0
You can try to use Jasper Report as your report backend processing. You can design your report with Jasper's web interface and programmatically call Jasper's processing tools.
I hope it'll help.

Franck Verrot
- 1,041
- 7
- 9