This is a non-hostile fork of emberjs/ember.js
The purpose of this fork is to provide an upgrade path from Ember 0.9 to 1.0.
This project will collect a list of incompatibilities between Ember 0.9 and 1.0 and seek to build a transition path for each one. It will not add functionality to Ember 0.9 other than what is already in 1.0 and s necessary for making the upgrade.
The general philosophy of zendesk/ember.js
is to backport behavior and let
apps set flags to help them diagnose how much they have left to do in the
upgrade. Over time, they will "ratchet up" the value of the flags to make their
app more and more Ember-1.0-compatible.
- Accessors
- Action Helper arguments
- Action Helper via Send
- Ember.Object.create
- Ember.Object#init and #set
- Ember.ViewState
- Ember.Evented#fire
- Ember.run.scheduleOnce
- Binding transforms
- View Preserves Context
- Volatile Computed Properties
- Lazy Observers
- Observer Overrides
- nearestOfType
To run the entire test suite:
gem install bundler
bundle install
bundle exec rake "test[all]"