Rails
Rails Adds Default Value to Rich Text Area
Rails has added support for adding a default value to the form field of type rich text area.Rails db:migrate:name Behavior Changes
Rails now dumps schema and resets ActiveRecord::Base connection when running db:migrate:name.Rails Adds --minimal Flag for New Apps
Rails introduces --minimal flag to generate a barebones application without extra frameworks.Rails 6.1 Allows SQL Comments in OR Queries
ArgumentError used to be thrown when relations with SQL comments and Optimizer hints were combined using or. Rails edge(6.1.0.alpha) fixes that issue.Rails Configurable web_image_content_types
Rails adds config.active_storage.web_image_content_types to make image content types configurable, supporting formats like webp.ACID transactions in every day applications
Breaking down the use of ACID transactions using real-life examples of systems that we employ every day.Rails 6.1 ActiveModel::Errors as Objects
Rails 6.1 changes ActiveModel::Errors from Hash to array of Error objects with where, add, delete.Rails support bulk insert/upsert on relation
Rails 6.1 has added support for bulk insert/upsert on relation to preserve scope values.Rails Parameters each_pair/each_value
Rails ActionController::Parameters each_pair and each_value now returns an enumerator when provided without a block.Rails 6.1 Adds Signed IDs to Active Record
Rails 6.1 added support for signed ids which are a tamper-proof way of identifying a bearer