elwayman02 / ember-cli-opinionated

The Enhanced Ember Application Blueprint
MIT License
83 stars 7 forks source link

Include ember-try? #23

Closed elwayman02 closed 9 years ago

elwayman02 commented 9 years ago

ember-try is only included in addons right now, but I think it's vital for ember apps as well. @MiguelMadero has made the point that we can test our apps against upcoming versions of ember/ember-data in order to catch issues before we have to upgrade, and I think this should be the default for any Ember app.

MiguelMadero commented 9 years ago

Its odd that ember-try is only included for addons. The use case is really different since addons usually need to target multiple versions (eveb old ones) to support different consumers. However the "upgrade" use case is just as important. 

— Sent from Mailbox

On Mon, Sep 28, 2015 at 3:44 PM, Jordan Hawker notifications@github.com wrote:

ember-try is only included in addons right now, but I think it's vital for ember apps as well. @MiguelMadero has made the point that we can test our apps against upcoming versions of ember/ember-data in order to catch issues before we have to upgrade, and I think this should be the default for any Ember app.

Reply to this email directly or view it on GitHub: https://github.com/elwayman02/ember-cli-opinionated/issues/23