Open sergey-koba-mobidev opened 4 years ago
fwiw
I've now removed from my config/initializers/assets.rb
Rails.application.config.assets.precompile += %w( apitome/*.css apitome/*.js )
and added to my app/assets/config/manifest.js
//= link apitome/application.css
//= link apitome/application.js
//= link apitome/highlight_themes/solarized-light.css
based on following the errors, and it doesn't raise anymore
probably could be tested by ensuring ActionDispatch::Integration::Session.new(Rails.application).get('/docs')
returns a 200. I ended up writing an rspec request spec
After migrating to Rails 6 the engine stopped working with the next error
It might me needed to create
assets/config/manifest.js
for engine