Download List

Project Description

Ruport (Ruby Reports) is a software library that aims to make the task of reporting less tedious and painful. It provides tools for data acquisition, database interaction, formatting, and parsing/munging. Designed to be extensible, it is possible to use Ruport for quick specific tasks as well as to build robust reporting applications.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-04-16 19:38
1.6.1

This release brings a major overhaul of the formatting system's underbelly, including some new features for conveniently building anonymous formatters as well as some performance enhancements.
Tags: Major feature enhancements

2008-01-02 17:02
1.4.0

This release modularizes the core, moving
ActiveRecord support out into its own gem,
acts_as_reportable. It also moves DBI support into
the ruport-util package. In addition to general
code reorganization, many improvements were made
to the formatting system, including even easier
file output and dynamic detection of proper
formatters via Renderer::Hooks#save_as.
Tags: Major feature enhancements

2007-11-25 00:30
1.2.3

This release fixes an issue with embedding images
in PDFs on Windows.
Tags: Minor bugfixes

2007-10-29 21:06
1.2.2

This release fixes an issue with PDF table drawing, as well as an issue with formatter templates.
Tags: Major bugfixes

2007-09-23 17:58
1.2.1

acts_as_reportable now properly handles ordering based on the columns passed to :only.
Tags: Minor feature enhancements

Project Resources