Rails raises exception when config.active_storage.service is not explicitly set
Developers are no longer presented vague errors when config.active_storage.service is not set. Instead a clear exception is raised.Rails now supports infinite range options in LengthValidators
Models that need to be validated for length can use infinite ranges in :in / :within optionsRails no longer produces false-positive query cache hits when querying with mutable bound parameters
ActiveRecord now dups and freezes complex types when making query attributes which prevents false-positive query cache hits.Rails now allows EML files to be downloaded from the email preview
An option to download .eml files directly from the browser when using the email preview feature will now be available in Rails 7.0.Meet the most awaited CSS container queries
CSS container queries are similar to media queries, but related to a container element size rather than the viewport size.Rails improves the "in_order_of" querying method
The query that previously only used to allow symbolic column names, now handles string values.How to enable Rails CSRF Protection?
Let’s find out what cross-site request forgery (CSRF) is, how it works in Rails, and understand how we can prevent CSRF vulnerabilities.When to use the two hooks - useCallback and useMemo?
useCallback hook and useMemo hook are used for performance improvising, where useCallback hook returns memoized function and useMemo returns memoized value.How to set up a CI/CD workflow for Expo React Native application using Github Actions.
In this blog, we will see how to set up a CI/CD workflow using Github Actions for the Expo React Native application.Rails now uses error_highlight to locate the columns where an error is present
With the help of Ruby 3.1's error_highlight functionality, Rails can now pinpoint the exact column where an error is present.