Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
/ ember.js Public archive
forked from emberjs/ember.js

Ember.js - A JavaScript framework for creating ambitious web applications

License

Notifications You must be signed in to change notification settings

zendesk/ember.js

 
 

Repository files navigation

zendesk/ember.js

This is a non-hostile fork of emberjs/ember.js

Purpose

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.

Method

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.

Transitions

Testing

To run the entire test suite:

gem install bundler
bundle install
bundle exec rake "test[all]"

About

Ember.js - A JavaScript framework for creating ambitious web applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.5%
  • Ruby 2.0%
  • CSS 0.5%