What is want to do is exactly this: mysql SQL: specific item to be first and then to sort the rest of the items but for ActiveRecord.
Going by the solution for mySql provided in above question, i tried:
.order('user_id = 9 DESC')
but it didn't worked. Please help