{"id":803,"date":"2010-02-16T16:18:29","date_gmt":"2010-02-16T18:18:29","guid":{"rendered":"http:\/\/blog.plataformatec.com.br\/?p=803"},"modified":"2010-02-16T16:19:12","modified_gmt":"2010-02-16T18:19:12","slug":"rails-metrics-know-what-is-happening-inside-your-rails-3-application","status":"publish","type":"post","link":"https:\/\/blog.plataformatec.com.br\/2010\/02\/rails-metrics-know-what-is-happening-inside-your-rails-3-application\/","title":{"rendered":"Rails Metrics: know what is happening inside your Rails 3 application"},"content":{"rendered":"
RailsMetrics<\/a> is a new Rails engine which stores everything that is happening inside your application in the database, so you can profile each request, besides creating charts, statistics and extract useful information.<\/p>\n I’ve been working on it for the last couple months in parallel with ActiveSupport::Notifications<\/a>, which is the foundation for RailsMetrics<\/a>, and it was open sourced today by Engine Yard<\/a>!<\/p>\n It was a challenging project due to its threaded nature and I will share a couple things I learned during the process in this blog later. For now, you can watch the screencast below to see what it does and how to install it:<\/p>\n