Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Rails 7.1 to appraisals * Allow gem to be installed on Rails 7.1 bundles * Fix backtrace cleaning for Rails 7.1 because ActionView::Template::Error now explicitly delegates backtrace to cause * Add Rails 7.1 to Github Actions * Bump rspec versions * Make command more explicit in README * Rails 7.1 now requires the template to be an UnboundTemplate instance, so we return that with backwards compat for Rails 6.1 * Don't bind locals on the cached unbound templates * Upgrade dummy app to Rails 7.1 and add a regression test for children rendering bug in 7.1 * Fix empty children rendering bug in Rails 7.1. Because our children explicitly concat on @output_buffer, we should not return anything from capture block. This used to work anyway on Rails <7.1 but it no longer works
- Loading branch information