First commits in a Ruby on Rails app

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • Code Reviewing a Ruby on Rails application.

    6 projects | dev.to | 3 Jul 2023
  • Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.

    3 projects | dev.to | 28 Aug 2022
  • Is this query vulnerable to SQL injections?

    1 project | /r/rails | 22 Aug 2022
  • Security Risks On Rails: Misconfiguration and Unsafe Integrations

    8 projects | dev.to | 26 Jan 2022
  • Fixing Just One False Positive in Brakeman

    2 projects | dev.to | 8 Nov 2021