Sampat Badhe
Sampat Badhe
small typo fix `specifiy` => `specify`
### Summary Fixes https://github.com/rails/rails/issues/45398 Ignore order of SQL joins, select, includes, left_outer_joins, eager_load and preload for ActiveRecord::Relation#or & for ActiveRecord::Relation#and
Don't know whether its issue or not.. but can i get help on this? I am applying background color as gold to table `` But its getting removed after email...
Validate `lft` and `rgt` should be less then max sequence which is (number of records * 2) i.e. ``` category1 = { parent_id: nil, lft: 1, rgt: 2 } category2...