Skip to content

Releases: rondale-sc/ember-cli-rails-addon

v0.12.0: Release `0.12.0`

Choose a tag to compare

@seanpdoyle seanpdoyle released this 08 Apr 16:08
Closes https://github.com/rondale-sc/ember-cli-rails-addon/issues/42

v0.11.0

Choose a tag to compare

@seanpdoyle seanpdoyle released this 08 Apr 16:08
Release `0.11.0`

v0.8.0

Choose a tag to compare

@seanpdoyle seanpdoyle released this 16 Sep 14:43

0.7.1

Choose a tag to compare

@seanpdoyle seanpdoyle released this 05 Jul 14:30
  • Fix this._super.init deprecation warning. #32

v0.7.0

Choose a tag to compare

@seanpdoyle seanpdoyle released this 21 Dec 14:04
  • No longer warn if ember-cli-dependency-checker is missing. #29

v0.6.0

Choose a tag to compare

@seanpdoyle seanpdoyle released this 11 Dec 13:42
  • Wait until [outputReady] hook to remove lockfile.
  • Remove dependency on url-join and fs-extra packages.
  • Simplify inclusion logic thanks to removal of sprockets. #25

v0.5.2

Choose a tag to compare

@seanpdoyle seanpdoyle released this 02 Dec 15:40
  • Generate a Rails-compatible asset manifest file. #23
  • Introduce prefix configuration which corresponds to Rails'
    config.assets.prefix. To match Rails, it defaults to assets.
    #22

v0.5.1

Choose a tag to compare

@seanpdoyle seanpdoyle released this 16 Nov 23:23
  • No longer infer fingerprint.prepend domain from environment variables.
    Instead, expose app.options['ember-cli-rails'].prepend configuration
    value.

v0.5.0

Choose a tag to compare

@seanpdoyle seanpdoyle released this 15 Nov 19:31

0.5.0

  • 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 in
    development. #17.