Validate JSON attribute of a ModelI was creating a feature where I need to validate the JSON type attribute of a table so that it has valid schema. I need to validate it…Jan 12, 2020Jan 12, 2020
Filtration and Searching in RailsWe are here to discuss how to implement filtration or searching workflows step by step in Rails by keeping our Rails app clean and dry.Oct 28, 2019Oct 28, 2019
where.not with nil in ActiveRecord RailsWhenever we run any query in ActiveRecord, we must know what’s the internal SQL query it’s going to execute to fetch data from the…Oct 14, 2019Oct 14, 2019
Instance Variables vs Class Instance Variables in RubyLets consider an example to understand this concept.Oct 13, 2019Oct 13, 2019