From eb7ea71c829bf98ac212d8a6b746298e0317320c Mon Sep 17 00:00:00 2001 From: Alon Bukai Date: Fri, 2 Nov 2018 15:09:37 +0200 Subject: [PATCH 1/2] Add section on Ember Route Actions RFC --- source/blog/2018-11-02-the-ember-times-issue-71.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index 9b0f15c5a9..b888c3dab0 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -17,8 +17,13 @@ This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps, --- -## [SECTION TITLE](#section-url) +## [Action! 🎬 Ember Route Actions for All](https://github.com/emberjs/rfcs/pull/394) + +Actions in Ember are usually defined in a **controller**. However the addon [ember-route-action-helper](https://github.com/DockYard/ember-route-action-helper) has existed for some time and allows you to easily use actions, defined in the route, inside your templates. Some say that this allows less **dependance** on controllers. A new [RFC (Request for Comments) for Route Actions](https://github.com/emberjs/rfcs/pull/394) has been suggested by [@vasilakisfil](https://github.com/vasilakisfil) that proposes integrating this helper into **Ember core** for use in all apps without the need for the addon. + +It is important to state that the addon has a **warning** about using it and that controllers are still an **integral** part of Ember as explained last week in our [Readers' Question: What is the Future of Controllers](https://discuss.emberjs.com/t/readers-questions-what-is-the-future-of-controllers-when-is-it-a-good-time-to-use-them-in-a-modern-ember-app/15708) +If you would like to **chime in** and join the discussion be sure to check out this [RFC here](https://github.com/emberjs/rfcs/pull/394). --- From a45381cac77354720a1b90a2d1b2968cf5162b49 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 2 Nov 2018 09:08:02 -0700 Subject: [PATCH 2/2] copy edit --- source/blog/2018-11-02-the-ember-times-issue-71.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index b888c3dab0..3d895699a9 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -21,7 +21,7 @@ This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps, Actions in Ember are usually defined in a **controller**. However the addon [ember-route-action-helper](https://github.com/DockYard/ember-route-action-helper) has existed for some time and allows you to easily use actions, defined in the route, inside your templates. Some say that this allows less **dependance** on controllers. A new [RFC (Request for Comments) for Route Actions](https://github.com/emberjs/rfcs/pull/394) has been suggested by [@vasilakisfil](https://github.com/vasilakisfil) that proposes integrating this helper into **Ember core** for use in all apps without the need for the addon. -It is important to state that the addon has a **warning** about using it and that controllers are still an **integral** part of Ember as explained last week in our [Readers' Question: What is the Future of Controllers](https://discuss.emberjs.com/t/readers-questions-what-is-the-future-of-controllers-when-is-it-a-good-time-to-use-them-in-a-modern-ember-app/15708) +It is important to state that the addon has a **warning** about using it and that controllers are still an **integral** part of Ember as explained last week in our [Readers' Question: What is the Future of Controllers](https://discuss.emberjs.com/t/readers-questions-what-is-the-future-of-controllers-when-is-it-a-good-time-to-use-them-in-a-modern-ember-app/15708). If you would like to **chime in** and join the discussion be sure to check out this [RFC here](https://github.com/emberjs/rfcs/pull/394).