rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

Handle app.options.fingerprint not being set #13

Closed richard-viney closed 9 years ago

richard-viney commented 9 years ago

I ran into Cannot set property 'enabled' of undefined after upgrading to Ember CLI 1.13.5. It appears app.options.fingerprint now isn't being set by Ember internally, hence the error. Apps can also work around the issue by adding fingerprint: {} when creating their EmberApp in ember-cli-build.js, but it would be nice not to have to do this.

rondale-sc commented 9 years ago

LGTM