Rakesh Khicher

Rakesh Khicher

Rakesh is a Ruby on Rails Developer.
authorImg Rakesh Khicher

Rails 7 adds database-specific setup and reset tasks for multi DB configurations

For multi DB Rails applications starting with Rails 7, we can now setup and reset a particular database.
authorImg Rakesh Khicher

Rails 7 adds `Enumerable#in_order_of` to put an enumerable in a certain order by a key.

With the addition of the `in_order_of` method, we can order enumerable based on the provided series.
authorImg Rakesh Khicher

Rails support bulk insert/upsert on relation

Rails 6.1 has added support for bulk insert/upsert on relation to preserve scope values.
authorImg Rakesh Khicher

Rails adds support for annotating HTML output with template file names.

Rails 6.1 has added support for adding HTML comments to the rendered output indicating where each template begins and ends.