Ask A Question

Notifications

You’re not receiving notifications from this thread.

Creating reports in Rails

Nelson asked in Rails

Hi,
I used to develop software using the Microsoft stack for both desktop and web, now I'm trying Rails for web and I was just wondering how can I produce reports for the users to save/print. Say invoices, user lists, customer lists and in general any tipe of data I can produce from the database (psql).
I used to use Telerik reporting with an amazing editor that allowed me to work on the design and then query the database or just pick a table or view and then just import and make a call to the report from somewhere in my app code. I'm now a bit lost trying to find this sort of facility for Rails.

Reply

try the wicked pdf gem

https://github.com/mileszs/wicked_pdf

Reply

Such a primitive implementation tho...

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.