Allison Phillips

Results 3 issues of Allison Phillips

I have been looking into why `pagination_total: false` is not preventing the execution of multiple `subquery_for_count` queries. I found the issue appeared rooted in the `collection_size` method not validating whether...

Solving https://github.com/rails/rails/issues/51067 I'm only familiar with writing rails tests in rspec, I wrote a test after skimming the other syntax in the file but please let me know if there...

activerecord

The problem is here: https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb#L293-L300 I can't submit this from my work computer, but can somebody put up a PR to make this change to L299: ```ruby drop_table(table_name, force: force,...

activerecord
attached PR