Rails 7 extends audio_tag and video_tag to accept Active Storage attachments
Rails 7 extends audio_tag and video_tag to accept Active Storage attachmentsRails allows specifying the maximum number of records that will be destroyed in a single background job.
Rails adds an active record configuration to limit the maximum number of dependent records destroyed in a single background job.How to Copy Text and Images to Clipboard in Javascript?
The Clipboard API helps to copy text and images to the clipboard asynchronously without affecting the performance of the application.Rails now provides pattern matching support for ActiveModel
Rails now provides pattern matching support for ActiveModel (and transitively ActiveRecord)Rails allows using aliased attributes with insert_all and upsert_all
Rails is continuously adding convenience to make active record queries more flexible. Now, Rails has added support to use aliased attributes with insert/upsert_all.Know how to rollout and rollback deployments in Kubernetes
As people and businesses increasingly depend on SaaS products, DevOps have started on creating reliable infrastructure. Reducing deployment downtime is at the top of their priority list. In this post, we will see how Kubernetes handles this gracefully.Cypress 9.6.0 introduces cy.origin for testing multi-domain workflows
Cypress introduces cy.origin to switch between multiple superdomains in a single test from UIKnow about the useInsertionEffect hook in React 18
The useInsertionEffect hook in React 18 is mostly for CSS-in-JS libraries for inserting global DOM nodes like 'style' or SVG 'defs' in the document.How to write SQL queries in Rails?
ActiveRecord in Rails helps developers to simplify the process of interacting with databases.