rails/activerecord/lib/arel/visitors
Rafael Mendonça França 4d1f4edcba
Refactor code to make it more clear
Extract the conditional to a method that explains what it needs to do.

Also avoid calling `present?`.
2024-04-19 19:17:01 +00:00
..
dot.rb Arel: make Or nodes "Nary" like And 2024-04-04 14:59:56 +02:00
mysql.rb Retry known idempotent SELECT queries on connection-related exceptions 2024-03-26 09:25:55 -04:00
postgresql.rb Arel: wrap SELECT statements in parentheses when generating SQL for UNION 2024-04-11 17:55:41 +02:00
sqlite.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
to_sql.rb Refactor code to make it more clear 2024-04-19 19:17:01 +00:00
visitor.rb Speed up arel visitor dispatch 2022-09-02 12:33:20 -07:00