- Bump version for the release of
ember-cli-rails@0.12.0
- Bump version for the release of
ember-cli-rails@0.11.0
- Bump version for the release of
ember-cli-rails@0.10.0
- Bump version for the release of
ember-cli-rails@0.9.0
- Bump version for the release of
ember-cli-rails@0.8.7
- Bump version for the release of
ember-cli-rails@0.8.6
- Bump version for the release of
ember-cli-rails@0.8.5
- Bump version for the release of
ember-cli-rails@0.8.4
- Bump version for the release of
ember-cli-rails@0.8.3
- Bump version for the release of
ember-cli-rails@0.8.2
- Bump version for the release of
ember-cli-rails@0.8.1
- Bump version for the release of
ember-cli-rails@0.8.0
- Bump version for the release of
ember-cli-rails@0.8.0
- Fix
this._super.init
deprecation warning. #32
- No longer warn if
ember-cli-dependency-checker
is missing. #29
- Wait until [outputReady] hook to remove lockfile.
- Remove dependency on
url-join
andfs-extra
packages. - Simplify inclusion logic thanks to removal of sprockets. #25
- Generate a Rails-compatible asset manifest file. #23
- Introduce
prefix
configuration which corresponds to Rails'config.assets.prefix
. To match Rails, it defaults toassets
. #22
- No longer infer
fingerprint.prepend
domain from environment variables. Instead, exposeapp.options['ember-cli-rails'].prepend
configuration value.
- Don't fingerprint assets when running
ember test
from Rails. - Introduce file in
app/initializers
to setup Rails CSRF integration #19 - Prepend Sprockets path to EmberCLI assets.
Default fingerprinting to no generate
MD5
hash when building indevelopment
. #17.
- Disables Subresource Integrity, since the asset pipeline URLs no longer match the URLs the SRI hashes were generated against.
- Copies
dist/index.html
todist/assets/index.html
after a build