rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

Remove Ember CLI init super deprecation (DEPRECATION: Overriding init without calling this._super is deprecated.) #34

Closed joshuabremer closed 8 years ago

joshuabremer commented 8 years ago

Getting an deprecation on every Ember command:

DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init && this._super.init.apply(this, arguments);` addon: `ember-cli-rails-addon`
    at Function.Addon.lookup (/Users/jbremer/productdev/rogue/frontend/node_modules/ember-cli/lib/models/addon.js:896:27)
rwjblue commented 8 years ago

LGTM

thesubr00t commented 8 years ago

32

joshuabremer commented 8 years ago

Closing in favor of first PR: #32