Creating reports 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.