Skip to content
forked from HitFox/raport

This gem gives your rails app the ability to create large data reports, without influencing the performance of the app server.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

zinsbaustein/raport

 
 

Repository files navigation

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.

About

This gem gives your rails app the ability to create large data reports, without influencing the performance of the app server.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 84.5%
  • HTML 12.3%
  • CSS 1.7%
  • JavaScript 1.5%