Rakesh Khicher

Rakesh Khicher

Rakesh contributes to the development of dynamic digital products as a dedicated Ruby on Rails Developer.
authorImg Rakesh Khicher

Rails 7 Database-Specific Setup Tasks

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

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 HTML Template Annotations

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