rails/activerecord/lib/arel
Jean Boussier 9ce4d4468e Explictly take a block in Arel add_bind
Fix: https://github.com/rails/rails/issues/51926

This prevent a false positive warning for unused blocks
on Ruby 3.4-dev.
2024-05-28 08:53:30 +02:00
..
attributes Remove unused Arel::Attributes classes 2021-03-11 11:50:42 +09:00
collectors Explictly take a block in Arel add_bind 2024-05-28 08:53:30 +02:00
nodes Arel: make Or nodes "Nary" like And 2024-04-04 14:59:56 +02:00
visitors Refactor code to make it more clear 2024-04-19 19:17:01 +00:00
alias_predication.rb Retry known idempotent SELECT queries on connection-related exceptions 2024-03-26 09:25:55 -04:00
crud.rb Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present. 2021-11-01 21:39:20 -04:00
delete_manager.rb Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present. 2021-11-01 21:39:20 -04:00
errors.rb Disallow Arel.sql with mixed named and positional binds 2023-01-29 08:40:30 +10:30
expressions.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
factory_methods.rb Adds Arel::FactoryMethods#cast(node, type) 2023-08-03 17:50:18 +10:00
filter_predications.rb Add nodoc to Arel filter classes. 2022-11-13 01:34:30 +01:00
insert_manager.rb Move where from TreeManager to SelectManager 2021-03-15 23:50:44 +09:00
math.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
nodes.rb Arel: make Or nodes "Nary" like And 2024-04-04 14:59:56 +02:00
order_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
predications.rb Arel: make Or nodes "Nary" like And 2024-04-04 14:59:56 +02:00
select_manager.rb Retry known idempotent SELECT queries on connection-related exceptions 2024-03-26 09:25:55 -04:00
table.rb This removes the writer method for table_alias from Arel::Table. Since arel_table is a private API of the framework, no one should be modifying it. 2023-08-10 20:20:13 -04:00
tree_manager.rb Eliminate remaining use of lease_connection in Arel::TreeManager 2024-03-20 20:03:39 +01:00
update_manager.rb Relation#where build BoundSqlLiteral rather than eagerly interpolate 2024-02-21 13:22:55 +01:00
visitors.rb Make where_sql more few code 2020-06-17 10:50:34 +09:00
window_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30