projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
760 stars 256 forks source link

Workaround bug in devise #3368

Closed jcoyne closed 1 month ago

jcoyne commented 1 month ago

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