Open stevepolitodesign opened 5 months ago
With the upcoming release of Rails 8, we might want to consider re-generating the Engine to extract the dummy app. This way, our tests are running against a Rails 8 dummy app, and might catch regressions.
As an aside, I wonder if the ability to upgrade an Engine would make for a good commit? I'll have to see if the upgrade process works on Engines.
With the upcoming release of Rails 8, we might want to consider re-generating the Engine to extract the dummy app. This way, our tests are running against a Rails 8 dummy app, and might catch regressions.