- Drop Rails < 4.2 support
- Support Sprockets 4
- Support Rails 5.1
- Fix CLI's default option to suppress warning from thor ~>0.19.3.
- Support initializer as ES6 module syntax
- Support instance initializer as ES6 module syntax
- Generate bootstrap files using
config.ember.prefix_dirs
- Support
Ember.Service
as ES6 module syntax
- Don't depend on
Rails.configuration
in generator template for Rails Engine
- Fix to generated app file path for coffee & em
- Allow
transforms
directory as an module compilation target
- Fix environment.coffee/em generator typo
- Support ES6 syntax
- Use the 'prod' variant when downloading ember
- Support sprockets-rails 3.0.0
- Fix to be compatible with Sprockets 2 and 3
- Add support for the active-model-adapter as a gem
- Fix to support jRuby without handlebars-source
- Update generator using
Ember.Controller
instead ofEmber.ObjectController
- Support to precompile handlebars with vendored ember-template-compiler.js
- Extract
Ember::Handlebars::Template
to ember-handlebars-template gem. - Support sprockets 3 beta
- Remove Handlebars dependency (It becomes an optional feature.)
- Append all assets to sprockets path that bundled in ember-source & ember-data-source
- Remove extra heading
/
from AMD module name
- Restrict handlebars-source version < 3 because of precompilation failed.
- Update generator using
jquery_ujs
to deal with CSRF Token correctly.
- Fix to support ember-data.js.map
- Support HTMLBars compilation
- Add adapter generator
- Fix
ember:install
for ember-data to work with--channel=release
. - Stop generation
App.Store
. - Support for CSRF Token to DS.RESTAdapter in store
- Fix handlebars amd output compatibility with IE8
- Load app.js with relative path.
- Bootstrap generator should add code at the end of application.js if there's no newline.
- coffee-script template should require jQuery.
- Ensure Ember Data 1.0.0-beta is used.
- Use App.ApplicationAdapter instead of using
_ams
.
- Fixed 404 error detection in
ember:install
generator. - Fixed bootstrap generator for Rails engines.
- Override channel to beta for Ember Data if
--channel=release
was specified. This is needed because Ember Data does not have any builds in the release channel (since it has not hit 1.0). - Fixed a few typos.
- Added support for most recent stable releases of ember js and ember data.
- Added various fixes to better support Rails 4.0 projects out of the box
- Added generators for ember components
- Append source url and timestamp when manually fetching ember js source files via install command.
- Added support for DS.ActiveModelAdapter and support for underscore to camelCased model properties. For more info see issue #268
- Added support for selective downloading of ember source via channels: canary, beta, release
- Added support to selectively download tagged releases
- Added support for compilation of project code as AMD modules in addition to the default behavior of compiling a global AppName namespace. For more info on AMD modules see http://requirejs.org/docs/whyamd.html
- Added support for customizing ember generators output with custom ember_path. If your ember project source lives in a non standard directory
- Added additional configuration options for customizing some of the behavior of ember-rails. For more info see Configuration Options section of readme.
- Added support for EmberScript in the generators
- Various bug fixes and improved test coverage
- Use handlebars-source and ember-source gems
- Updated Ember.js to version 1.0-rc.1
- Updated Handlebars.js to version 1.0-rc.3
-
Updated Ember.js to version 1.0-pre.4
-
Updated Handlebars.js to version 1.0-rc2
-
Remove filters as Ember do not support anonymous templates anymore
- Updated Ember.js to version 1.0-pre.2
- Updated Ember.js to version 0.9.8.1
Improvements:
- The development/production switch was rewriten and should be muche more robust
- Lots of work on generators
- Updated Ember.js to version 0.9.7.1
Improvements:
- Ember-rails will use the production build of Ember.js when Rails is running in production mode, and the development build otherwise.
- Updated Ember.js to version 0.9.7
Improvements:
- Fix #34
- Updated Ember.js to version 0.9.6
Improvements:
- Use precompilation only in production environment
- Expose some options related to templates paths
- Slim and Haml filters
- Updated Ember.js to version 0.9.4
Improvements:
- Removing ember-datetime. Just vanilla ember.js will be included in this gem for the immediate future.
- Use precompilation provided by Ember.js to reduce duplication