Carl Smith
Carl Smith
would like to know this as well
would like to know the same
This is from the error log: ``` Exiting /Users/user/sites/site/app/controllers/application_controller.rb:8:in `': uninitialized constant Spree::AuthenticationHelpers (NameError) from /Users/user/sites/site/app/controllers/application_controller.rb:1:in `' ```
I did not remove those things, but I will give that a try
@bbonislawski After removing the ref to spree_auth in the frontend all.js, I tried running assets:precompile and got the same error I posted above. I also checked the devise.rb but the...
I am seeing something similar, though only with delegations that do not allow nil. I use shoulda matchers to test the delegation exists, e.g. ``` it { should delegate_method(:foo).to(:bar) }...