Does anyone know of any discussions or blog posts around that discuss effective performance monitoring in Rails?
What I'd really like to do is implement a constant feed of activity on my site, across all Models. Rather than store all that information separately in the database as a feed I'd like to parse it from the data stored on each model.