Releases: tricknotes/ember-cli-rails Releases · tricknotes/ember-cli-rails
v0.8.6 09 Jun 20:28
Compare Sorry, something went wrong.
No results found Don't require bower
installation if bower.json
is missing #532 v0.8.5 12 May 17:58
Compare Sorry, something went wrong.
No results found Ignore calls to /rails/mailers
. #520 Call render
with html:
instead of text:
. #519 Use Mime::Type.html?
#523 v0.8.4 27 Jan 17:01
Compare Sorry, something went wrong.
No results found Execute bin/heroku_install
through sh
#512 Generate package.json
with bower
as a dependencies
value. v0.8.3 28 Oct 20:55
Compare Sorry, something went wrong.
No results found Add support for integrating with yarn
. #496 v0.8.2 24 Oct 14:33
Compare Sorry, something went wrong.
No results found Support Rails 5 static file serving configuration. #499 v0.8.1 16 Sep 16:40
Compare Sorry, something went wrong.
No results found Resolve issues inheriting from ActionController::API
. #481 v0.8.0 10 Aug 15:11
Compare Sorry, something went wrong.
No results found 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 26 May 21:11
Compare Sorry, something went wrong.
No results found Fix dependencies check for compile command. #455 Introduce the silent
configuration value. #445 v0.7.3 26 Mar 01:48
Compare Sorry, something went wrong.
No results found 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 17 Feb 14:17
Compare Sorry, something went wrong.
No results found Enhance rake ember:install
to fully reinstall if necessary. #396 EmberCli::Deploy::File
serves assets with Rails' static_cache_control
value. #403