Releases: tricknotes/ember-cli-rails
Releases · tricknotes/ember-cli-rails
v0.8.6
- Don't require
bower
installation if bower.json
is missing #532
v0.8.5
- Ignore calls to
/rails/mailers
. #520
- Call
render
with html:
instead of text:
. #519
- Use
Mime::Type.html?
#523
v0.8.4
- Execute
bin/heroku_install
through sh
#512
- Generate
package.json
with bower
as a dependencies
value.
v0.8.3
- Add support for integrating with
yarn
. #496
v0.8.2
- Support Rails 5 static file serving configuration. #499
v0.8.1
- Resolve issues inheriting from
ActionController::API
. #481
v0.8.0
EmberCli::EmberController
now inherits from ActionController::Base
instead
of ApplicationController
. [#400]
- Remove support for Ruby 2.1.x. [#400]
- Don't route requests to
/rails/info
through the mounted Ember application.
v0.7.4
- Fix dependencies check for compile command. #455
- Introduce the
silent
configuration value. #445
v0.7.3
- Stream output instead of waiting until subprocesses finish. #423
- Update
ember-cli-rails-assets
dependency. #422
- Only write errors to
STDERR
. #421
- Remove dependency on
tee
. Fixes bug #417. #420
v0.7.2
- Enhance
rake ember:install
to fully reinstall if necessary. #396
EmberCli::Deploy::File
serves assets with Rails' static_cache_control
value. #403