Reporting in a Ruby on Rails Application

Hi,

I was just wondering what are the options for reporting with Ruby on
Rails applications? I have heard of DataVision, but are there other
strategies that are more closely tied to Rails?

Thanks for any pointers,
Richard

Ruports?

···

On 11/9/05, rmmcgr <richard.mcgrath@gmail.com> wrote:

Hi,

I was just wondering what are the options for reporting with Ruby on
Rails applications? I have heard of DataVision, but are there other
strategies that are more closely tied to Rails?

Thanks for any pointers,
Richard

Hmm....This will definitely be easier when the ActiveRecord support
goes in the next release.

But you can try using ruportlib from within rails. [this will skip
over the framework part] I'm going to be proof of concepting this in
the coming weeks for my own project, so if there is no rush, you might
wait until I show that example (and fix some issues).

But ruport will be able to talk within rails.. There is also going to
be a rather large scale project addressing exactly that... but that is
a rather long story yet to be written.

For a sneak peak:

http://stonecode.org/helios/blog

···

On 11/9/05, Jacob Quinn Shenker <jqshenker@gmail.com> wrote:

Ruport?