Open etagwerker opened 5 years ago
FWIW, adding this to my main engine file solves this problem:
require "lodash/rails"
Hi @etagwerker ! I am having a similar problem when pushing to a staging environment on Heroku. What file did you add require "lodash/rails"
to to solve this? (I'm sorry, new developer :) )
@laynejohnson I think if you can add it to one of the files in your config directory it "should work"
You could try adding it to a file in the config/initializers/ directory or directly into config/application.rb -- I hope that solves it for you
@etagwerker Thank you so much!
Hi there,
I followed the instructions in the README and I got this error:
I'm trying to use this gem from within a Rails engine. So I'm trying to run
rake assets:precompile
inside thespec/dummy
directory.I'm using Rails 5.1.6.2 and sprockets-rails 2.3.3.
Do you know what could be going on here?
Thank you!