1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/arel/visitors
Mike Dalessio d478b0f907
Arel::Visitors::Dot renders all attributes of some AST node types
These node types were missing some properties:

- SelectCore
- SelectStatement
- InsertStatement
- UpdateStatement
- DeleteStatement

Fixes #42026
2021-05-03 09:35:23 -04:00
..
dot.rb Arel::Visitors::Dot renders all attributes of some AST node types 2021-05-03 09:35:23 -04:00
mysql.rb Merge pull request #37358 from louim/doc/update-mysql-doc-to-current 2019-10-05 00:43:55 +09:00
postgresql.rb Do not need explicit handler for InfixOperation's subclasses 2020-05-18 08:18:55 +09:00
sqlite.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
to_sql.rb un-extract the Arel visitor for SelectOptions 2021-05-02 12:13:22 -04:00
visitor.rb Share the Arel dispatch cache between connections 2019-07-10 11:54:32 +02:00