Ad
  • Custom User Avatar

    Expected: [:id, :views_count, :posts_count], instead got: [:id, :posts_count, :views_count]

    Does column order even matter at all if we're using Arel without any raw SQL? After the results are turned into an object the notion of key (column) order basically disappears, so...

  • Custom User Avatar

    Ruby 3 should be enabled.