It seems that out of nowhere the rail project broke for me on my local machine. The same code base is working on production, although it is quite interesting.
As soon as an object tries to load, I get the following error:
undefined method `dependency_digest' for #<Sprockets::StaticAsset:0x007fefb93d0d28>
The error appears even when the site tries to load stylesheet_link_tag , but it seems to be happening for all assets.
As far as I can tell, I have not made any changes to incite this error. In fact, the local server worked (both with pow and webrick), and then just stopped. Without changes.
I tried pushing history back through my commits, but no luck at all.
Any ideas?
ruby ruby-on-rails ruby-on-rails-4 assets nomethoderror
Sam thornton
source share