Support `where` with comparison operators (`>`, `>=`, `<`, and `<=`) Take 2 by kamipo · Pull Request #39863 · rails/rails

Revert &quot;Revert &quot;Merge pull request #39613 from kamipo/where_with_custom_operator&quot;&quot; This reverts commit da02291. posts = Post.order(:id) posts.where(&quot;id &gt;&quot;: 9).pluc...