Project

raport

0.01
No release in over 3 years
Low commit activity in last 3 years
This gem gives your rails app the ability to create large data reports, without influencing the performance of the app server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

alt text

Raport beta

Build Status Gem Code Climate Coverage

Description

Create large data reports within your rails app, without influencing the performance of the app server. ​ Usage

Installation

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

Upgrade

$ bundle update raport

or without bundler

$ gem update raport

​ Changelog

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.