Releases: tricknotes/ember-cli-rails
Releases · tricknotes/ember-cli-rails
v0.7.1
- 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
v0.7.0
v0.6.1
v0.6.0
- Use system-level
tee
to pipeSTDOUT
to bothSTDOUT
and the logs. #351 - Invoke
EmberCli[ember_app].build
from helpers to ensure everything is built
before serving. #347 - Remove dependency on
sprockets
. Serve generated files withRack::File
.
#336 - Rename generator namespace from
ember-cli
toember
. #344 - Ensure
Rails.root.join("log")
exists when writing to logs. - Remove deprecated
include_ember_index_html
helper and deprecated
build_timeout
andenabled
configurations. #334 - Raise build errors for
render_ember_app
failures. #325 - Remove
before_{action,filter}
in favor of explicitEmberCli.build(app)
call. #327
v0.5.8
v0.5.7
v0.5.6
v0.5.5
v0.5.4
- Escape generated CLI strings. Adds support for paths with spaces.