-
I have a Rubocop configuration that I like to use in my side projects.
-
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.
-
The third commit adds Rubycritic as a code quality static analysis.
-
Rubycritic uses reek under the hood so I added a reek config files at .reek.yml with the following content:
-
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”
-
Here is what strict_loading does (source):
Related posts
-
What are some common strategies for preventing SQL injection vulnerabilities in Rails beyond ActiveRecord?
-
Code Reviewing a Ruby on Rails application.
-
Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.
-
Is this query vulnerable to SQL injections?
-
Security Risks On Rails: Misconfiguration and Unsafe Integrations