简体   繁体   中英

adhoc reporting in ruby on rails

Im looking for gem/plugin/framework to do good adhoc reporting in ruby/rails.

I dont need charting, just something that will let users pick attributes across multiple tables using and/or clause without knowing sql (or being technical) and will generate a nice table report with pagination and sorting, bonus would be to do pdf export and csv export.

I know I could probably code something pretty good in a week or so, but it would be great if there is already something out there to reuse.

你看了鲁波特吗?

https://github.com/sferik/rails_admin might give you what you want and some more. It even works with 'cancan'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM