First commits in a Ruby on Rails app

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

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

    My personal Rubocop config for my side projects

  • I have a Rubocop configuration that I like to use in my side projects.

  • Rubycritic

    A Ruby code quality reporter

  • The third commit adds Rubycritic as a code quality static analysis.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Reek

    Code smell detector for Ruby

  • Rubycritic uses reek under the hood so I added a reek config files at .reek.yml with the following content:

  • Brakeman

    A static analysis security vulnerability scanner for Ruby on Rails applications

  • Brakeman - “Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis”

  • importmap-rails

    Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

  • Importmap audit - “checks the NPM registry for known security issues”

  • Ruby on Rails

    Ruby on Rails

  • Here is what strict_loading does (source):

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