A controller method should handle one request at a time, so maybe you need to create a dashboard controller. That controller can call any number of other models' methods and collate the data together before rendering one view.
A completely other approach would be to render these individual methods as Ajax requests, and compose the resulting page with JavaScript. That's going to mean N-times as many requests to your server. You could do the same with iframes, too, for an even lower-tech approach with the same problem.
Walter
> Matt
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
rubyonrails-ta...@googlegroups.com.
> To post to this group, send email to
rubyonra...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/46CAD6BC-BDA8-4462-A390-82617BE8C32E%40gmail.com.
> For more options, visit
https://groups.google.com/d/optout.