Login
From:
hexdevs
(Uncensored)
subscribe
How to Write a Clean Order By Case Query with Arel on Rails
https://www.hexdevs.com/posts/how-to-write-order-by-case-query-with-arel/
links
backlinks
Roast topics
Find topics
Find it!
Do you need to write a complicated order by query on your Rails app? Here's how you can write an Order By Case Statement using Arel and keep things clean and reusable.