Everyday performance rules for Ruby on Rails developers

This page summarizes the projects mentioned and recommended in the original post on /r/rails

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

    Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).

  • Counts can also be made blazingly fast (but estimate with > 99% accuracy) via https://github.com/fatkodima/fast_count.

  • pluck_in_batches

    A faster alternative to the custom use of `in_batches` with `pluck`

  • And for an example with generating CSV with pluck, https://github.com/fatkodima/pluck_in_batches can be utilized to make it faster.

  • 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