1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/arel
Kevin Deisz 5cf36e2ea2
Make And and Case into expression nodes
Allows aliasing, predications, ordering, and various other functions on `And` and `Case` nodes. This brings them in line with other nodes like `Binary` and `Unary`.
2019-01-24 14:35:52 -05:00
..
attributes More exercise test cases for not_between 2019-01-12 07:44:27 +09:00
collectors SQLString#compile is no longer used since 53521a9e39 2018-09-30 16:49:13 +09:00
nodes Make And and Case into expression nodes 2019-01-24 14:35:52 -05:00
support Enable Lint/StringConversionInInterpolation rubocop rule 2018-05-21 21:10:14 +09:00
visitors Arel: Implemented DB-aware NULL-safe comparison (#34451) 2018-11-15 14:49:55 -05:00
attributes_test.rb
crud_test.rb
delete_manager_test.rb Handle DELETE with LIMIT in Arel 2018-09-30 21:21:54 +09:00
factory_methods_test.rb
helper.rb Remove unused assert_like from Arel::Test 2018-05-02 00:00:19 +00:00
insert_manager_test.rb Enable Layout/EmptyLinesAroundBlockBody to reduce review cost in the future 2018-07-12 21:29:48 +09:00
nodes_test.rb
select_manager_test.rb Abandon TOP support. 2018-09-25 15:39:14 +04:00
table_test.rb
update_manager_test.rb