You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have sprockets disabled (e.g. you're just using webpacker and you've commented out require 'sprockets/railtie' in config/application.rb you get an error):
/home/jalada/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/railties-6.1.4.1/lib/rails/railtie/configuration.rb:97:in `method_missing': undefined method `assets' for #<Rails::Application::Configuration:0x000055edbd5cc3c0>
Did you mean? asset_host (NoMethodError)
The text was updated successfully, but these errors were encountered:
jalada
changed the title
Error in Rails 6.1
Error if you're not using sprockets
Dec 8, 2021
If you have sprockets disabled (e.g. you're just using webpacker and you've commented out
require 'sprockets/railtie'
inconfig/application.rb
you get an error):The text was updated successfully, but these errors were encountered: