Rails 7 Database-Specific Setup Tasks
For multi DB Rails applications starting with Rails 7, we can now setup and reset a particular database.Rails 7 Adds Enumerable#in_order_of
With the addition of the `in_order_of` method, we can order enumerable based on the provided series.Rails support bulk insert/upsert on relation
Rails 6.1 has added support for bulk insert/upsert on relation to preserve scope values.Rails Adds HTML Template Annotations
Rails 6.1 has added support for adding HTML comments to the rendered output indicating where each template begins and ends.