We previously thought there was a bug in Rails or Propshaft which we were working around by precompiling assets in test. However, further analysis led us to conclude the problem is really in the default configuration for Devise. It prevents other engines (like propshaft) from loading their routes when config.eager_load=true
We previously thought there was a bug in Rails or Propshaft which we were working around by precompiling assets in test. However, further analysis led us to conclude the problem is really in the default configuration for Devise. It prevents other engines (like propshaft) from loading their routes when config.eager_load=true
See https://github.com/heartcombo/devise/issues/5720