Closed josemarluedke closed 9 years ago
Found the problem. It looks like the ember-cli-rails-addon
was loading before the broccoli-asset-rev
where it defines the app.options.fingerprint.enabled
.
Cool. Thanks! Glad it worked out, :)
@josemarluedke @rondale-sc What was the process for resolving this? I'm getting the same thing after upgrading to 1.13.5
@josemarluedke I believe https://github.com/rondale-sc/ember-cli-rails-addon/pull/13 fixes this. If you point to master you should be able to test it out. I'm going to cut a release shortly (just need to talk to @rwz)
This was fixed for me when I ember-cli-rails
gem to 0.3.5 and then updated ember-cli-rails-addon
to 0.0.12.
Hello there. I started getting this error when I upgraded to v0.0.7. It still happening on v0.0.8.
You can check the project on: https://github.com/josemarluedke/ember-cli-rails-heroku. What I'm working on with this project, is to find a solution to deploy it to production env using Heroku.
Note: This is happening on development environment.
Best, J.