-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoMethodError: undefined method `register_engine' for nil:NilClass #609
Comments
Same here. |
It is possible for you to share your Also, please show us what steps you take to install Solidus. Step by step, please :) Thanks |
i got the same error here. I create a new rails app, and add
to gemfile, then bundle install, run
here is my gemfile.lock
|
This is a known bug with |
FYI, see also jhawthorn@5988804 (from #597) and also #605. cc @jhawthorn |
As @samanmohamadi pointed out this was breakage due to the new version of sprockets-rails. We will probably have a new point release this week locking us to |
After adding solidus in gems,I face following Error :
oMethodError: undefined method 'register_engine' for nil:NilClass
.../.rvm/gems/ruby-2.2.3/gems/handlebars_assets-0.19.1/lib/handlebars_assets.rb:20:in block in register_extensions'
The text was updated successfully, but these errors were encountered: