Analytics set-up for Rails

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • active_analytics

    First-party, privacy-focused traffic analytics for Ruby on Rails applications.

  • Rails official plugins (known as "gems") often start with "Active-". You will encounter sometimes some gems outside the Rails world whose name also starts with "Active". That's the case today with Active Analytics, a gem from BaseSecrete.

  • rubygems

    Library packaging and distribution for Ruby.

  • mkdir railsanalytics && cd railsanalytics echo "source 'https://rubygems.org'" > Gemfile echo "gem 'rails', '~> 7.0.0'" >> Gemfile bundle install bundle exec rails new . --force --minimal -d=postgresql bundle update

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts