On 25 May 2011 13:15, Sebastian <[email protected]> wrote: > Hi, > > I want to create some reports on my app that are stored. So it is not > a big deal to create a view where my report is shown out of some > existing activerecords. > > But how can I save what I see? Meaning save the whole page as report > in the database. I thought the easiest way is to store the whole page > in a long string with html markup. So I can easily render that value > later with 'raw' method.
Have you considered using page caching instead? http://guides.rubyonrails.org/caching_with_rails.html Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

