From 360898be84cf5b09af3f6276518b54dc0d96b363 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 3 Jan 2019 22:55:31 +0100 Subject: [PATCH 1/5] blog(embertimes#79): copy edits + remove redundant section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I just realized that Robert already covered the extensible ember inspector RFC in the last Ember Times: https://www.emberjs.com/blog/2018/12/21/the-ember-times-issue-78.html#toc_a-href-https-github-com-emberjs-rfcs-pull-417-what-s-new-in-ember-inspector-and-extensible-ember-inspector-a πŸ˜… --- .../2019-01-04-the-ember-times-issue-79.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/source/blog/2019-01-04-the-ember-times-issue-79.md b/source/blog/2019-01-04-the-ember-times-issue-79.md index be47cda2f9..8e893a65a8 100644 --- a/source/blog/2019-01-04-the-ember-times-issue-79.md +++ b/source/blog/2019-01-04-the-ember-times-issue-79.md @@ -8,7 +8,7 @@ responsive: true Blein Vie Noa, Emberistas! πŸΉπŸŽ†πŸŽ‡ -The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** πŸ‘“πŸΉ, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** οΏ½! We also have a new RFC for a brand new look of emberjs.com! And a new beta release of **ember-cli-babel**! +The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** πŸ‘“πŸΉ, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** οΏ½! We also have a new RFC for a brand new look of emberjs.com, **performance improvements** 🏎 for the API Docs **search** and a new beta release of **ember-cli-babel**! --- @@ -18,22 +18,12 @@ The new year starts off with loads of **new RFCs**! Read more about **extending* --- ## [Website Redesign 🎨](https://github.com/emberjs/rfcs/pull/425) -The official Ember website is due for a new look and feel. That is why a [new RFC](https://github.com/wifelette/rfcs/blob/master/text/0425-website-redesign.md) proposes a **completely new look** πŸ’… for emberjs.com. A side effect of not having updated the look and feel of the website for some years is that for people who aren’t involved in the day-to-day of Ember development, it’s **easy to miss just how well the framework has kept up over the years**. +The official Ember website is due for a new look and feel. That is why a [new RFC](https://github.com/wifelette/rfcs/blob/master/text/0425-website-redesign.md) proposes a **completely new look** πŸ’… for emberjs.com. A side effect of not having updated the look and feel of the website for some years is that for people who aren’t involved in the day-to-day of Ember development, it’s **easy to miss just how well the framework has kept up over the years**. The redesign aims to **modernize, update and improve all the things on the website** so that the impression given to the general public matches reality. There’s already a good discussion going on in the [RFC comment section](https://github.com/emberjs/rfcs/pull/425), and we would love to hear your thoughts as well. ---- - -## [Ember Inspector (Extended)](https://github.com/emberjs/rfcs/pull/417) - -The [**Ember Inspector**](https://guides.emberjs.com/release/ember-inspector/) is _the_ dev tool for Ember developers debugging their apps. But how much cooler would it be, if Ember addons would have a way to extend the Inspector's feature set with their own tooling? -A new [RFC (Request for Comments) suggests to make the Ember Inspector extensible](https://github.com/thorsteinsson/rfcs/blob/extensible-inspector/text/0000-extensible-inspector.md) in such a way and could use community feedback! - -Leave your thoughts and suggestions about an extensible Ember Inspector [below the original proposal](https://github.com/emberjs/rfcs/pull/417)! - - --- ## [Deprecating Route Induced Rendering 🎨](https://github.com/emberjs/rfcs/pull/418) @@ -61,7 +51,7 @@ A **new RFC** proposes the [deprecation of these abundant properties](https://gi The integration with our search provider, [Algolia](https://www.algolia.com/) that powers both [Ember Guides](https://github.com/ember-learn/guides-app) and [Ember API Docs](https://github.com/ember-learn/ember-api-docs) has now become even more performant! -Our friends are Algolia have enabled us to improve API docs search performance by as high as 285% for some countries in Europe! The map shows data centers where the API docs are currently stored and (on the right) the performance improvement for the top searching countries. +The work from our friends at Algolia unlocked a performance boost of the API docs search by as high as 285% for some countries in Europe! The map shows data centers where the API docs are currently stored and (on the right) the performance improvement for the top searching countries. --- @@ -131,4 +121,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Kenneth Larsen the crowd and the Learning Team +Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis, the crowd and the Learning Team From d4b4e85cc4de263a3986f8484010fa693c3547f1 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 3 Jan 2019 23:04:28 +0100 Subject: [PATCH 2/5] blog(embertimes#79): add contributors --- source/blog/2019-01-04-the-ember-times-issue-79.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2019-01-04-the-ember-times-issue-79.md b/source/blog/2019-01-04-the-ember-times-issue-79.md index 8e893a65a8..4b9ddd7b20 100644 --- a/source/blog/2019-01-04-the-ember-times-issue-79.md +++ b/source/blog/2019-01-04-the-ember-times-issue-79.md @@ -91,7 +91,7 @@ To read more on the `includeExternalHelpers` check out the [docs](https://github ## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) -

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+

This week we'd like to thank @zeppelin, @Turbo87, @jamesgeorge007, @ppcano, @rwjblue, @chrisrng, @jessica-jordan, @mschinis, @kennethlarsen, @nummi, @rwwagner90 and @mixonic for their contributions to Ember and related repositories! πŸ’–

--- From 78aa3b3eb1ae8917d4a32fd51f833517a2b7e5f7 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 4 Jan 2019 00:03:01 +0100 Subject: [PATCH 3/5] blog(embertimes#79): add built-in ember-exam rfc --- source/blog/2019-01-04-the-ember-times-issue-79.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/blog/2019-01-04-the-ember-times-issue-79.md b/source/blog/2019-01-04-the-ember-times-issue-79.md index 4b9ddd7b20..6cf1d5407d 100644 --- a/source/blog/2019-01-04-the-ember-times-issue-79.md +++ b/source/blog/2019-01-04-the-ember-times-issue-79.md @@ -68,7 +68,13 @@ To read more on the `includeExternalHelpers` check out the [docs](https://github --- -## [SECTION TITLE](#section-url) +## [Improving Testing One Partition at a Time 🍰](https://github.com/emberjs/rfcs/pull/426) + +**Ember's testing story** already makes testing incredibly approachable to developers, but what if it could bring even more to the table right from the start? Imagine being able to speed up your test suite with **parallel testing** or running tests in **randomized order** with a simple `ember test` command in your app. + +A new [RFC proposes an update to the testing default in Ember apps and addons](https://github.com/emberjs/rfcs/pull/426) by providing [ember-exam](https://github.com/ember-cli/ember-exam) - an Ember addon developers can already use for advanced testing strategies - built into Ember's testing setup. + +Be sure to **read the full proposal** and leave your [thoughts in the comments below](https://github.com/emberjs/rfcs/pull/426)! --- From e36199ac942c0ab73cff453eb34f0d1d032e7c45 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 4 Jan 2019 00:06:13 +0100 Subject: [PATCH 4/5] blog(embertimes#79): more copy edits --- .../2019-01-04-the-ember-times-issue-79.md | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/source/blog/2019-01-04-the-ember-times-issue-79.md b/source/blog/2019-01-04-the-ember-times-issue-79.md index 6cf1d5407d..c3893b6bc0 100644 --- a/source/blog/2019-01-04-the-ember-times-issue-79.md +++ b/source/blog/2019-01-04-the-ember-times-issue-79.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 79 -author: Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis, the crowd +author: Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/01/04-the-ember-times-issue-79.html" responsive: true @@ -8,12 +8,7 @@ responsive: true Blein Vie Noa, Emberistas! πŸΉπŸŽ†πŸŽ‡ -The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** πŸ‘“πŸΉ, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** οΏ½! We also have a new RFC for a brand new look of emberjs.com, **performance improvements** 🏎 for the API Docs **search** and a new beta release of **ember-cli-babel**! - ---- - -## [SECTION TITLE](#section-url) - +The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** πŸ‘“πŸΉ, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** οΏ½! We also have a new RFC for a brand new look of emberjs.com, **performance improvements** 🏎 for the API Docs **search**, a new beta release of **ember-cli-babel** and an advanced testing **exam** for you! --- @@ -79,22 +74,6 @@ Be sure to **read the full proposal** and leave your [thoughts in the comments b --- -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - - ## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/)

This week we'd like to thank @zeppelin, @Turbo87, @jamesgeorge007, @ppcano, @rwjblue, @chrisrng, @jessica-jordan, @mschinis, @kennethlarsen, @nummi, @rwwagner90 and @mixonic for their contributions to Ember and related repositories! πŸ’–

@@ -127,4 +106,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis and the Learning Team From 72472b9c72264af82bd7e306a97eac1683ed7301 Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 4 Jan 2019 09:19:45 +0100 Subject: [PATCH 5/5] blog(embertimes#79): copy edits from code review --- source/blog/2019-01-04-the-ember-times-issue-79.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2019-01-04-the-ember-times-issue-79.md b/source/blog/2019-01-04-the-ember-times-issue-79.md index c3893b6bc0..9556b99a8c 100644 --- a/source/blog/2019-01-04-the-ember-times-issue-79.md +++ b/source/blog/2019-01-04-the-ember-times-issue-79.md @@ -8,7 +8,7 @@ responsive: true Blein Vie Noa, Emberistas! πŸΉπŸŽ†πŸŽ‡ -The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** πŸ‘“πŸΉ, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** οΏ½! We also have a new RFC for a brand new look of emberjs.com, **performance improvements** 🏎 for the API Docs **search**, a new beta release of **ember-cli-babel** and an advanced testing **exam** for you! +The new year starts off with loads of **new RFCs**! Read more about suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** 🈸! We also have a new RFC for a **brand new look** of emberjs.com, **performance improvements** 🏎 for the API Docs **search**, a new beta release of **ember-cli-babel** and an advanced testing **exam** for you! --- @@ -40,7 +40,7 @@ A **new RFC** proposes the [deprecation of these abundant properties](https://gi --- -## [API Search Performance](https://twitter.com/mschinis/status/1080923571109724162) +## [API Search Performance 🏎](https://twitter.com/mschinis/status/1080923571109724162) Algolia search improvements