-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLEANUP beta] Remove deprecated Controller#controllerFor #11771
Conversation
Although deprecated, we should do our due diligence and explore some points:
|
Ready for rebase. |
Rebase'd |
@stefanpenner |
This isn't removing the fundamental capability (since |
This seems likely it may want to be part of the legacy controllers addon, what do others think? cc @cibernox |
It could go into the addon, but I don't see a strong necessity since there is an alternative syntax to get the same result. I see this more like a ember-watson task for help in the migration. |
@abuiles you think that it's viable to to create a task that transform |
True. |
true – although code that violates the law of demeter won't be transformable. I suspect we can merge this, and circle back if it turns out to be extremely painful (i suspect it will) but we can implement the missing features in the legacy-addon on-demand. |
I removed this branch per accident. |
…r-for [CLEANUP beta] Remove deprecated Controller#controllerFor
Controller#controllerFor has been deprecated, this commit removes the functionality.
Needs rebase once #11770 is merged.