Search code examples
ruby-on-railsruby-on-rails-3chartsanalytics

ActiveRecord charting tool


I'm wondering if there's any Rails tools which would automatically generate charts based on ActiveRecord dates, e.g. using created_at to show records created per time. I see there's RailsMetrics, but it doesn't


Solution

  • I found what I was looking for in the admin_data tool. It's a similar tool to ActiveAdmin, RailsAdmin, etc, but I discovered that when you're browsing a record, you also get an Analytics option. Example:

    example chart from test server