v0.7.1
版本发布时间: 2016-02-03 00:58:41
tricknotes/ember-cli-rails最新发布版本:v0.8.6(2017-06-10 04:28:07)
- Resolve
ember
executable with full path withinnode_modules
, instead of depending on the presence ofnode_modules/.bin
. #395 - Introduce the idea of
App#mountable?
andApp#to_rack
for handling deploys that don't serve assets from the file system (Redis, for example). - Fix bug with generated
bin/heroku_install
script iterating through multiple - Don't mount route helpers at top-level. Instead, mount within the surrounding context with which they're invoked. #381