Skip to content

Releases: thoughtbot/ember-cli-rails

v0.8.6

09 Jun 20:28
Compare
Choose a tag to compare
  • Don't require bower installation if bower.json is missing #532

v0.8.5

12 May 17:58
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Execute bin/heroku_install through sh #512
  • Generate package.json with bower as a dependencies value.

v0.8.3

28 Oct 20:55
Compare
Choose a tag to compare
  • Add support for integrating with yarn. #496

v0.8.2

24 Oct 14:33
Compare
Choose a tag to compare
  • Support Rails 5 static file serving configuration. #499

v0.8.1

16 Sep 16:40
Compare
Choose a tag to compare
  • Resolve issues inheriting from ActionController::API. #481

v0.8.0

10 Aug 15:11
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix dependencies check for compile command. #455
  • Introduce the silent configuration value. #445

v0.7.3

26 Mar 01:48
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Enhance rake ember:install to fully reinstall if necessary. #396
  • EmberCli::Deploy::File serves assets with Rails' static_cache_control
    value. #403