Santanu Karmakar

Santanu Karmakar

Santanu, a Ruby on Rails Developer, contributed to the development and enhancement of our web applications.
authorImg Santanu Karmakar

Rails 7 disable_joins for has_one :through

In multiple database applications, associations can't join across databases. When set, Rails makes 2 or more queries rather than using join for associations.
authorImg Santanu Karmakar

Rails 7 Adds disable_joins Option

In multiple database applications, associations can't join across databases. When set, Rails makes 2 or more queries rather than using join for associations.