CHANGELOG.md in ember-cli-rails-0.5.8 vs CHANGELOG.md in ember-cli-rails-0.6.0

- old
+ new

@@ -1,7 +1,31 @@ master ------ +0.6.0 +----- + +* 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] + +[#351]: https://github.com/thoughtbot/ember-cli-rails/pull/351 +[#347]: https://github.com/thoughtbot/ember-cli-rails/pull/347 +[#336]: https://github.com/thoughtbot/ember-cli-rails/pull/336 +[#344]: https://github.com/thoughtbot/ember-cli-rails/pull/344 +[#334]: https://github.com/thoughtbot/ember-cli-rails/pull/334 +[#327]: https://github.com/thoughtbot/ember-cli-rails/pull/327 +[#325]: https://github.com/thoughtbot/ember-cli-rails/pull/325 + 0.5.8 ----- * Ensure cleanup method can destroy temporary folders. [#330]