First commits in a Ruby on Rails app

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. Rubycritic

    A Ruby code quality reporter

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

  4. 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:

  5. 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”

  6. 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”

  7. 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

  • What are some common strategies for preventing SQL injection vulnerabilities in Rails beyond ActiveRecord?

    2 projects | dev.to | 23 Dec 2024
  • 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

Did you know that Ruby is
the 12th most popular programming language
based on number of references?