-
Notifications
You must be signed in to change notification settings - Fork 205
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
undefined method `include_ember_script_tags' #147
Comments
That's weird because it works for me. The engine exposes all its helpers by default. |
Could you provide a test app exposing the issue? |
I traced it back to this entry in Rails config:
Apparently engine does not expose its helpers if this is set... |
I have created related PR #148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to latest version of ember-cli-rails (0.3.1), ember-cli helpers are not available in views. I had to manually add
helper EmberCLI::EmberRailsHelper
to controller to include them. Probably related to 96f4d91.Either documentation should be updated to manual inclusion of helpers or helpers should be automatically included.
Rails version: 4.1
The text was updated successfully, but these errors were encountered: