-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails doesn't have 'assets' #106
Comments
I second this, we use ruby-vite instead of Sprockets so as soon as we start the application, it crash with this exception
Maybe adding in the gemspec as a dependency could resolve the error? Edit: I commented out the line in engine.rb and railtie.rb to allow the server to boot and it seems to work fine too at least to have the cloudflare square tell me my domain is not valid in my form so I would say either add sprocket-rails as a gem depedency and require it or check for |
My Rails application doesn't compile assets at all, so configuration doesn't have an assets method (Sprockets not included in Rails)
The text was updated successfully, but these errors were encountered: