Create large data reports within your rails app, without influencing the performance of the app server. Usage
If you user bundler, then just add
gem 'raport'
to your Gemfile and execute
$ bundle install
or without bundler
$ gem install raport
After intalling the gem, please run the config generator:
$ rails generate raport:config
$ bundle update raport
or without bundler
$ gem update raport
Bug reports and pull requests are welcome on GitHub at https://github.com/HitFox/raport. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.