Waves black and white pattern

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