When writing activerecord queries, I typically just use regular sql syntax [field_a = 'b' OR field_c = 'd'] when I need to use "or" in query. I'm just wondering if there's a way to do it without resorting to sql? Have tried googling 'activerecord or' but, unsurprisingly, not much joy.
Any suggestions appreciated.