You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error does not appear in local dev when installing from a git source, however I'm having issues installing from a git source in production and would like to use a rubygems source
The text was updated successfully, but these errors were encountered:
When installing via rubygems source this error comes up
/usr/local/bundle/gems/railties-5.2.2/lib/rails/railtie.rb:192:in
method_missing': undefined method
add_routes' for Spree::Core::Engine:Class (NoMethodError)According to this issue, it should be routes.draw
This error does not appear in local dev when installing from a git source, however I'm having issues installing from a git source in production and would like to use a rubygems source
The text was updated successfully, but these errors were encountered: