Sorting ActiveRecord results by enum values (in SQL)
in_order_of
is a new method in Rails 7 that allows you to sort by enum values directly in SQL
https://boringrails.com/tips/rails-active-record-sort-by-enum
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
in_order_of
is a new method in Rails 7 that allows you to sort by enum values directly in SQL
https://boringrails.com/tips/rails-active-record-sort-by-enum
Post a comment