0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/functional
Robert Jackson a1ed9adf92
Remove ObjectController proxying behavior.
Ember.ObjectController (and Ember.ArrayController) will be deprecated in
Ember 1.11 (and removed from core in Ember 2.0). The reasoning is
detailed in the Ember 2.0 RFC.

This PR does the following:

* Updates templates/controllers/views to explicitly reference model
  properties (instead of relying on proxying behavior).
* Clearly delineate where certain properties are being set or retrieved
  from (for example it was not clear exactly where `scratch` and
  `titleScratch` were stored).
* Remove usage of `Ember.ObjectController`.
* Add JSCS rule to prevent future PR's from adding regressions.
2015-01-01 21:51:20 -05:00
..
client Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
module Implements module tests 2014-09-29 22:33:09 +02:00
routes Change sitemap root location 2014-12-07 11:59:43 +00:00
setup Dynamic Titles in Ghost Admin 2014-11-27 15:41:00 -08:00
base.js About Page Tests 2014-12-05 14:40:59 +00:00