Scott Holden
Scott Holden
Add the ability to associate Arel::Nodes::TableAlias objects to a PgSearch::Model. This allows us to build an Arel AST directly to allow searching across relations where ActiveRecord won't support joins (in...
When calling `get :action, params: { params: 'string' }`, RouteSet#url_for is trying to merge! the inner params string into the params hash. https://github.com/rails/rails/blob/main/actionpack/lib/action_dispatch/routing/route_set.rb#L826 I added a failing test here: https://github.com/sholden/rails-controller-testing/blob/bug/merge-nested-params/test/controllers/template_assertions_test.rb#L190...