Skip to content

Releases: thoughtbot/ember-cli-rails

v0.7.1

02 Feb 16:58
Compare
Choose a tag to compare
  • Resolve ember executable with full path within node_modules, instead of
    depending on the presence of node_modules/.bin. #395
  • Introduce the idea of App#mountable? and App#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

20 Dec 17:12
Compare
Choose a tag to compare
  • Introduce the deploy configuration option.
  • Translate Rails environments other than test or development to
    production, unless an EMBER_ENV is specified. #366

v0.6.1

19 Dec 15:21
Compare
Choose a tag to compare
  • Extract include_ember_*_tags and the associated code to the
    ember-cli-rails-assets gem. Add ember-cli-rails-assets as a dependency.
    #363
  • Introduce mount_ember_assets to serve Ember assets in asset-helper style
    projects.

v0.6.0

11 Dec 13:40
Compare
Choose a tag to compare
  • Use system-level tee to pipe STDOUT to both STDOUT 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 with Rack::File.
    #336
  • Rename generator namespace from ember-cli to ember. #344
  • Ensure Rails.root.join("log") exists when writing to logs.
  • Remove deprecated include_ember_index_html helper and deprecated
    build_timeout and enabled configurations. #334
  • Raise build errors for render_ember_app failures. #325
  • Remove before_{action,filter} in favor of explicit EmberCli.build(app)
    call. #327

v0.5.8

07 Dec 22:14
Compare
Choose a tag to compare
  • Ensure cleanup method can destroy temporary folders. #330

v0.5.7

05 Dec 15:08
Compare
Choose a tag to compare
  • Improve command failure reporting. #324
  • Use latest EmberCLI-generated asset files. #316
  • Delete previous build output on application boot instead of on process exit.
    #308

v0.5.6

24 Nov 15:49
Compare
Choose a tag to compare
  • Fallback to before_filter for Rails 3.2. #306
  • No longer depend on tee executable. Use Kernel#{spawn,system} with
    redirection options. #299

v0.5.5

22 Nov 20:15
Compare
Choose a tag to compare
  • Expose EmberCli::App#root for Heroku generator. Fixes #295. #296

v0.5.4

20 Nov 17:29
Compare
Choose a tag to compare
  • Escape generated CLI strings. Adds support for paths with spaces.

v0.5.3

19 Nov 00:37
Compare
Choose a tag to compare
  • No longer redirect STDERR to STDOUT when executing ember commands. This
    fixes some JRuby bugs. #288
  • Don't prune in generated Heroku setup script. #286