问题
I have just updated a project from ember-cli 0.37 to 0.39 and api requests are not proxied to the rails backend anymore. I've run ember init and update dependencies but it still doesn't work.
- ember-cli 0.39
- ember 1.6.0-beta.5
- ember-data 1.0.0-beta.8
- jquery 2.1.0
Thanks.
回答1:
This should be fixed in master now. See https://github.com/stefanpenner/ember-cli/pull/1263 for details.
来源:https://stackoverflow.com/questions/24585860/requests-proxying-stop-working-after-update-to-ember-cli-0-39