Rails-8

Rails 8 adds Rubocop by default to new applications

All new applications using Rails 8 will have rubocop gem by default.

Rails 8 Adds Rate Limiting to Action Controller via Kredis Limiter Type

Rails 8 provides in built method rate_limit to define rate limiting rules in the controller itself.

Rails 8 adds allow_browser to set minimum browser version

Rails 8 allows us to set minimum browser version for compatibility.

Rails 8 adds Brakeman by default to new applications

All new applications using Rails 8 will have Brakeman gem by default for static analysis for security vulnerabilities.