CHANGELOG.md in ember-cli-rails-0.4.3 vs CHANGELOG.md in ember-cli-rails-0.5.0

- old
+ new

@@ -1,7 +1,38 @@ master ------ +0.5.0 +----- + +* Deprecate `include_ember_index_html` in favor of the renamed + `render_ember_app`. +* Always pass `--environment test` to Rails-generated `ember test` commands. + [#277] +* No longer check dependencies within the app. Defer to EmberCLI's `stderr` + streaming. [#267] +* Remove `enable` configuration in favor of using `mount_ember_app`. [#261] +* Introduce `mount_ember_app` route helper [#263] +* Remove support for viewing Ember tests through Rails. Instead, use `ember + test` or `ember test --serve` from within the Ember directory. [#264] +* Remove `build_timeout` configuration [#259] +* Disable JS minification when generating Heroku setup [#238] +* `BuildError#message` includes first line of backtrace. [#256] +* Symlink `dist/` directly to Asset Pipeline [#250] +* Merge EmberCLI-generated `manifest.json` into Sprocket's [#250] +* `manifest.json`. Since we now defer to EmberCLI, we no longer need to + manually resolve asset URLs. [#250] + +[#277]: https://github.com/thoughtbot/ember-cli-rails/pull/277 +[#267]: https://github.com/thoughtbot/ember-cli-rails/pull/267 +[#264]: https://github.com/thoughtbot/ember-cli-rails/pull/264 +[#263]: https://github.com/thoughtbot/ember-cli-rails/pull/263 +[#259]: https://github.com/thoughtbot/ember-cli-rails/pull/259 +[#238]: https://github.com/thoughtbot/ember-cli-rails/pull/238 +[#256]: https://github.com/thoughtbot/ember-cli-rails/pull/256 +[#250]: https://github.com/thoughtbot/ember-cli-rails/pull/250 +[#261]: https://github.com/thoughtbot/ember-cli-rails/pull/261 + 0.4.3 ----- * Failures in `{bundle,npm,bower} install` will now fail the host process with a non-zero exit status. [#236]