Support `where` with comparison operators (`>`, `>=`, `<`, and `<=`) Take 2 by kamipo · Pull Request #39863 · rails/rails
Revert "Revert "Merge pull request #39613 from kamipo/where_with_custom_operator"" This reverts commit da02291. posts = Post.order(:id) posts.where("id >": 9).pluc...