Closed jessecravens closed 11 years ago
Arg .. no more initialize()
Hi Jesse,
sorry if I'm late. After your comment I have been trying to upgrade the starter-kit and the example, working around the new version of ember.pre4 and the new router :(... a bit hard but I got it.
You have here available a first working try.
Any suggestions will be welcome.
Have fun! ;)
When upgrading to v1.0.0-pre.3, I get the following errors:
Which it appears that for performance reasons, the original create() functionality was preserved in createWithMixins()
Which is answered fairly clearly here:
https://github.com/emberjs/ember.js/commit/c1c720781c976f69fd4014ea50a1fee652286048
https://github.com/emberjs/ember.js/pull/1623#issuecomment-11699639
http://stackoverflow.com/questions/13856755/ember-application-create-with-mixin-and-parameters
But once I make that change, I now get this error:
A search of your codebase and only running an App.initialize() once.
Any Ideas?