Answer the question
In order to leave comments, you need to log in
How to disable Sprockets in Rails 4.1?
I generated an application without the option --skip-sprockets
Now I want to disable the pipeline in it so that CSS, pictures and JS are given by the web server.
I tried to add a line config.assets.enabled = false
to application.rb, after restarting it still gives an error stating that the included file is not in the pipeline manifest.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question