I am currently working a Rails app (Rails 6.0.3.4 and Ruby 2.6.3) and am getting this error:
Sprockets::Rails::Helper::AssetNotPrecompiled in Users#index
with the extracted source pointing to:
<%= javascript_include_tag 'application' %>
I have changed the config.assets.debug
in the config/environments/development.rb
folder to false. And there was no change.