- Don't Compile Assets if
SKIP_EMBER
set #122 @seanpdoyle
- Do not include rake tasks twice #110 @BlakeWilliams
- Support ember-cli 0.2.* #88
- Only set
BUNDLE_GEMFILE
to shell environment if it exists #92 @seanpdoyle - Add Support for Rails 3.1 #99 @seanpdoyle
- Use Rails' configured asset prefix in tests #104 @seanpdoyle
- Serve EmberCLI tests as mountable engine #90 @seanpdoyle
- Support Gemfile in EmberCLI app #84 @sevos
- Allow relative path to be set via initializer #72
- Conditionally silence build output #82
- [DEPRECATION] Default EmberCLI application in Rails' app path #66 @jesenko
- Compilation and dependencies Rake tasks improved #79
- Expose
ember-cli:compile
rake task #73
- Make sure setting optional config parameters override defaults #70
- Bump addon version to prevent missing tmp folder error ember-cli-rails-addon#8
- Add configuration to control Middleware and live recompilation #64
- Add ember-cli:test take task #60
- Only precompile assets that start with #53
- Use local executable for ember-cli instead of global one. Commit.
- Use
Dir.chdir
instead of passingchdir
tosystem
/spawn
. Seems like JRuby doesn't yet supportchdir
option for these methods. Commits: 1, 2.
- Fix NameError when addon version doesn't match. #47
- Fix race condition in symlink creation when run multiple workers (again). #22
- Do not include jQuery into vendor.js when jquery-rails is available. #32
- Fix assets:precompile in production environment. #38
- Make sure ember-cli-dependency-checker is present. #35
- Fix locking feature by bumping addon version to 0.0.5. #31
- Add locking feature to prevent stale code. #25
- Fix a bug when path provided as a string, not pathname. #24
-
Add support for including Ember stylesheet link tags. #21
-
Fix an error when the symlink already exists. #22
- Fix compiling assets in test environment. #15
- Use only development/production Ember environments. #16
- Make the gem compatible with ruby 1.9.3. #20
- Fix generator. Commit.
- Add assets:precompile hook. #11
- Make gem Ruby 2.0 compatible. #12
- Do not assume ember-cli app name is equal to configured name. #5