Ruby Reports Utilities Package
What is it?
ruport-util provides a home for marooned former parts of Ruby Reports, and newer fringe ideas.
Support as of 2007.05.01:
- Basic Graphing (util/graph)
- Report runner (util/report)
- Report Mailing (util/mailer)
- Report Manager (util/report_manager)
- Invoices (util/invoice)
- Ruport centric code generation via the rope command.
See the examples for more information
Getting Ruport
To use ruport-util, you'll need Ruport >= 0.12.0
sudo gem install ruport -y
Installing ruport-util
It's on RubyForge:
gem install ruport-util -y
Using ruport-util
To load all of the tools at once:
require "ruport/util"
To load just one tool:
require "ruport/util/graph"
Help?
Please report any problems on the Mailing List.
