Secure CSRF Token Storage in Rails 7 using Encrypted Cookies
Introduction of Rails 7 feature to store CSRF tokens outside of the session such as in encrypted cookies.Simplifying DOM Element Generation in Rails with the Enhanced dom_id Method
Learn how the recent enhancement to the Rails `dom_id` method allows developers to generate both an ID and a class for an element in a single line of codeRails adds Rails.env.local? to determine its current environment
Rails adds the ability to identify whether the current environment is the local development environment with the help of `Rails.env.local?`Rails adds the ability to ignore tables in SQL schema dumps via regular expressions
Ignore tables by configuring regular expressions on ActiveRecord::SchemaDumper.Running a Rails Consultancy- looking back at 2022
We went through many ups and downs and looking forward to a brighter year aheadRails optimizes ActiveRecord batching for whole table iterations
Response times for batch queries have significantly improved by moving to a range-based iteration strategy.Styling form inputs(checkbox, radio, range, and progress) with accent-color
The new CSS accent-color property is capable of editing the accented color of form controls provided by the browser’s default styles with a custom color value. In this article we’ll take a look at what it does and how to use it alongside color-scheme for simple, accessible checkboxes and radio button.Release of Postgres15
Identify the perks and deprecated features of Postgres15Enumerable#many? now forwards all block parameters
When used in conjunction with each_with_index Enumerable#many? does not forward index parameter unlike Enumerable#any?.Rails now supports routes prefixed with word cable
Rails improved its support for routes which helps us to navigate to routes prefixed with word cable which were throwing 404 errors before.
Newer