All Articles
Categories
Contact
Conference
Articles by Deepak Mahakale
Mar 23, 2021
Rails 7 adds `#with_all_rich_text` to eager load all rich text associations at once
Rails 7 adds `#with_all_rich_text` to ActionText for eager loading all rich text associations.
Feb 26, 2021
Rails 7 introduces new syntax for enum
Rails 7 introduces new syntax for enum and few other changes
Feb 25, 2021
Rails 7 allows benchmark method to be called from anywhere
Rails 7 allows benchmark method to be called from anywhere with Rails.benchmark("test") { ... }