Thanks for the tips, RAWK reports are awesome!
Another caching question, say I have something like this:
@categories = Category.find(:all, :order => "name")This table does not get changed often at all. Is there a way to cache the results so it is only called once per day? It's the same result everytime.
- Tommy
_______________________________________________ Sdruby mailing list [email protected] http://lists.sdruby.com/mailman/listinfo/sdruby
