We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track

Writing Order By Case Statements with Arel
ruby on rails,
sql
How to Write a Clean Order By Case Query with Arel on Rails
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.
Thiago Araujo