From d43ba1a9c1f3f6a1d67c56349d63e027950f9c48 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 16 Nov 2018 14:51:49 -0800 Subject: [PATCH 01/10] setup for next week! --- .../2018-11-16-the-ember-times-issue-73.md | 2 +- .../2018-11-23-the-emberjs-times-issue-74.md | 93 +++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 source/blog/2018-11-23-the-emberjs-times-issue-74.md diff --git a/source/blog/2018-11-16-the-ember-times-issue-73.md b/source/blog/2018-11-16-the-ember-times-issue-73.md index 3cf63a766c..b1c9b177fd 100644 --- a/source/blog/2018-11-16-the-ember-times-issue-73.md +++ b/source/blog/2018-11-16-the-ember-times-issue-73.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 73 author: Melanie Sumner, Chris Ng, Jessica Jordan, Kenneth Larsen, Niels Rasmussen, Ryan Mark, Alon Bukai, Amy Lam -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +tags: Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/16-the-ember-times-issue-73.html" responsive: true --- diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md new file mode 100644 index 0000000000..0d9bbfc569 --- /dev/null +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -0,0 +1,93 @@ +--- +title: The Ember Times - Issue No. XX +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 +alias : "blog/2018/11/23-the-ember-times-issue-74.html" +responsive: true +--- + + Emberistas! ๐Ÿน + + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [SECTION TITLE](#section-url) + + +--- + +## [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 our siblings for their contributions to Ember and related repositories! ๐Ÿ’–

+ +--- + +## [Got a Question? Ask Readers' Questions! ๐Ÿค“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readersโ€™ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And donโ€™t worry, there are no silly questions, we appreciate them all - promise! ๐Ÿคž

+ +
+ +--- + +## [#embertimes](https://emberjs.com/blog/tags/newsletter.html) ๐Ÿ“ฐ + +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. + +Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). + +--- + + +That's another wrap! โœจ + +Be kind, + +the crowd and the Learning Team From a5b51dc5d18f47a76a7fab654c5e2382b8f7cbf5 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 21 Nov 2018 16:01:56 -0500 Subject: [PATCH 02/10] blog(embertimes74): emberdata packages (#3699) --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index 0d9bbfc569..f7edd2242d 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: the crowd +author: Chris Ng, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true @@ -8,12 +8,16 @@ responsive: true Emberistas! ๐Ÿน - +Check out these new Ember Data public packages ๐Ÿ“ฆ, --- +## [RFC for @ember-data packages ๐Ÿ“ฆ](https://github.com/emberjs/rfcs/pull/395) -## [SECTION TITLE](#section-url) +[@runspired](www.github.com/runspired) dropped a big RFC on [Ember Data](https://github.com/emberjs/data) packages. The RFC proposes **public** import path changes for `ember-data` and moving `ember-data` into the `@ember-data` namespace. + +The motivations for these changes revolve around improving the [TypeScript](https://www.typescriptlang.org/) experience, reduce bike shedding, simplify the mental model, engage more contributors, improve CI time, and more! By breaking down the single large package into smaller consumable chunks, end users can pick and choose which parts they need and do not need as well as make the ecosystem easier to navigate. +There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-packages-rfc/text/0000-ember-data-packages.md#detailed-design) on where each package will move towards so read more about it in the [RFC on GitHub](https://github.com/runspired/rfcs/blob/ember-data-packages-rfc/text/0000-ember-data-packages.md)! --- @@ -90,4 +94,4 @@ That's another wrap! โœจ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From 0cf9b26e52035d989b5f52155d5920740b872d62 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Wed, 21 Nov 2018 23:30:11 -0800 Subject: [PATCH 03/10] Add VSCode writeup --- .../2018-11-23-the-emberjs-times-issue-74.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index f7edd2242d..b037cf88c7 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: Chris Ng, the crowd +author: Chris Ng, Amy Lam, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true @@ -8,7 +8,9 @@ responsive: true Emberistas! ๐Ÿน -Check out these new Ember Data public packages ๐Ÿ“ฆ, +Check out these new Ember Data public packages ๐Ÿ“ฆ, +chime in on the Ember in VSCode tutorial ๐Ÿ’ป + --- ## [RFC for @ember-data packages ๐Ÿ“ฆ](https://github.com/emberjs/rfcs/pull/395) @@ -51,13 +53,9 @@ There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-p --- -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) +## [Use VSCode? Help Wanted ๐Ÿšง](https://github.com/Microsoft/vscode-docs/issues/1509#issuecomment-440084989) +VSCode recently published [Using Ember in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/emberjs-tutorial) on their docs site! Ember **enthusiasts** are encouraged to [submit PRs](https://github.com/Microsoft/vscode-docs/issues/1509#issuecomment-440084989) to improve the tutorial, particularly to the [client-side debugging story](https://github.com/Microsoft/vscode-docs/blob/master/docs/nodejs/emberjs-tutorial.md#common-questions). --- @@ -94,4 +92,4 @@ That's another wrap! โœจ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Amy Lam, the crowd and the Learning Team From d1f2debdc22c50e692b7f7d94fb830906897fc6d Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 22 Nov 2018 14:55:18 +0100 Subject: [PATCH 04/10] blog(embertimes#74): add guides contribs + contrib corner --- .../blog/2018-11-23-the-emberjs-times-issue-74.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index f7edd2242d..faafdd6a0f 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: Chris Ng, the crowd +author: Chris Ng, Jessica Jordan, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true @@ -8,7 +8,7 @@ responsive: true Emberistas! ๐Ÿน -Check out these new Ember Data public packages ๐Ÿ“ฆ, +Check out these new Ember Data public packages ๐Ÿ“ฆ, this week's work by dedicated contributors ๐Ÿ’ช to the **Ember Guides**, --- ## [RFC for @ember-data packages ๐Ÿ“ฆ](https://github.com/emberjs/rfcs/pull/395) @@ -21,8 +21,11 @@ There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-p --- -## [SECTION TITLE](#section-url) +## [With Learners in Mind: Improving the Ember Guides ๐Ÿน](https://discordapp.com/channels/480462759797063690/480777444203429888) + +This week a set of contributions to the [Ember Guides](https://github.com/ember-learn/guides-source/) will make concepts like Ember Components, Ember Data among others much more **easier to understand** for learners of the framework. The contributors [@zachgarwood](https://github.com/zachgarwood), [@ppcano](https://github.com/ppcano), [@LalithaRajanala](https://github.com/LalithaRajanala) and [@sduquej](https://github.com/sduquej) made sure that new concepts are introduced sufficiently and that instructions in the [Ember Tutorial](https://guides.emberjs.com/release/tutorial/ember-cli/) are as clear as possible ([1](https://github.com/ember-learn/guides-source/pull/284), [2](https://github.com/ember-learn/guides-source/pull/283), [3](https://github.com/ember-learn/guides-source/pull/282), [4](https://github.com/ember-learn/guides-source/pull/280), [5](https://github.com/ember-learn/guides-source/pull/240), [6](https://github.com/ember-learn/guides-source/pull/222)). **Thank you** so much for **your contributions** to the Guides! โค๏ธ +If you want to help improve the Guides as well, please be sure to check out the [list of issues that need help](https://help-wanted.emberjs.com/learning?query=guides) or drop by the [#dev-ember-learning channel on Discord](https://discordapp.com/channels/480462759797063690/480777444203429888) to get started! --- @@ -64,7 +67,7 @@ There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-p ## [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 @bobisjan, @SergeAstapov, @hjdivad, @chadhietala, @simonihmig, @bekzod, @pzuraq, @chrisrng, @kennethlarsen, @igorT, @thorsteinsson, @runspired, @rwjblue, @NullVoxPopuli, @sduquej, @zachgarwood, @jaredgalanis, @ppcano, @spruce and @LalithaRajanala for their contributions to Ember and related repositories! ๐Ÿ’–

--- @@ -94,4 +97,4 @@ That's another wrap! โœจ Be kind, -Chris Ng, the crowd and the Learning Team +Chris Ng, Jessica Jordan, the crowd and the Learning Team From 347e3ce333297e7aca49d72c75e6b8d570f8ac6d Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Thu, 22 Nov 2018 09:08:03 -0800 Subject: [PATCH 05/10] Update source/blog/2018-11-23-the-emberjs-times-issue-74.md Co-Authored-By: amyrlam --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index b037cf88c7..598459a671 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -57,6 +57,7 @@ There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-p VSCode recently published [Using Ember in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/emberjs-tutorial) on their docs site! Ember **enthusiasts** are encouraged to [submit PRs](https://github.com/Microsoft/vscode-docs/issues/1509#issuecomment-440084989) to improve the tutorial, particularly to the [client-side debugging story](https://github.com/Microsoft/vscode-docs/blob/master/docs/nodejs/emberjs-tutorial.md#common-questions). +Looking for help to get started? Drop by [#dev-ember-learning](https://discordapp.com/channels/480462759797063690/480777444203429888) on the [Ember Community Chat](https://discordapp.com/invite/zT3asNS) and ask away! --- From 3c95f9c9d53ae76b52a0894b554f0b189d47b5fd Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Thu, 22 Nov 2018 19:03:06 +0100 Subject: [PATCH 06/10] Update source/blog/2018-11-23-the-emberjs-times-issue-74.md Co-Authored-By: jessica-jordan --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index e21d5a1761..fc30ddfd05 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -26,7 +26,7 @@ There are [detailed designs](https://github.com/runspired/rfcs/blob/ember-data-p ## [With Learners in Mind: Improving the Ember Guides ๐Ÿน](https://discordapp.com/channels/480462759797063690/480777444203429888) -This week a set of contributions to the [Ember Guides](https://github.com/ember-learn/guides-source/) will make concepts like Ember Components, Ember Data among others much more **easier to understand** for learners of the framework. The contributors [@zachgarwood](https://github.com/zachgarwood), [@ppcano](https://github.com/ppcano), [@LalithaRajanala](https://github.com/LalithaRajanala) and [@sduquej](https://github.com/sduquej) made sure that new concepts are introduced sufficiently and that instructions in the [Ember Tutorial](https://guides.emberjs.com/release/tutorial/ember-cli/) are as clear as possible ([1](https://github.com/ember-learn/guides-source/pull/284), [2](https://github.com/ember-learn/guides-source/pull/283), [3](https://github.com/ember-learn/guides-source/pull/282), [4](https://github.com/ember-learn/guides-source/pull/280), [5](https://github.com/ember-learn/guides-source/pull/240), [6](https://github.com/ember-learn/guides-source/pull/222)). **Thank you** so much for **your contributions** to the Guides! โค๏ธ +This week a set of contributions to the [Ember Guides](https://github.com/ember-learn/guides-source/) will make concepts like Ember Components, Ember Data among others much **easier to understand** for learners of the framework. The contributors [@zachgarwood](https://github.com/zachgarwood), [@ppcano](https://github.com/ppcano), [@LalithaRajanala](https://github.com/LalithaRajanala) and [@sduquej](https://github.com/sduquej) made sure that new concepts are introduced sufficiently and that instructions in the [Ember Tutorial](https://guides.emberjs.com/release/tutorial/ember-cli/) are as clear as possible ([1](https://github.com/ember-learn/guides-source/pull/284), [2](https://github.com/ember-learn/guides-source/pull/283), [3](https://github.com/ember-learn/guides-source/pull/282), [4](https://github.com/ember-learn/guides-source/pull/280), [5](https://github.com/ember-learn/guides-source/pull/240), [6](https://github.com/ember-learn/guides-source/pull/222)). **Thank you** so much for **your contributions** to the Guides! โค๏ธ If you want to help improve the Guides as well, please be sure to check out the [list of issues that need help](https://help-wanted.emberjs.com/learning?query=guides) or drop by the [#dev-ember-learning channel on Discord](https://discordapp.com/channels/480462759797063690/480777444203429888) to get started! From 2172091497c40c0a553352a5872f0ca9606c9f48 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 23 Nov 2018 09:47:06 +0100 Subject: [PATCH 07/10] Added section on google maps replacement --- .../blog/2018-11-23-the-emberjs-times-issue-74.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index fc30ddfd05..b6f3b2678a 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. XX -author: Chris Ng, Amy Lam, Jessica Jordan, the crowd +author: Chris Ng, Amy Lam, Jessica Jordan, Kenneth Larsen, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true @@ -10,7 +10,8 @@ responsive: true Check out these new Ember Data public packages ๐Ÿ“ฆ, this week's work by dedicated contributors ๐Ÿ’ช to the **Ember Guides**, -chime in on the Ember in VSCode tutorial ๐Ÿ’ป +chime in on the Ember in VSCode tutorial ๐Ÿ’ป, +Improvement to the tutorial ๐Ÿ—บ๏ธ --- @@ -32,8 +33,12 @@ If you want to help improve the Guides as well, please be sure to check out the --- -## [SECTION TITLE](#section-url) +## [New and Improved Tutorial ๐Ÿ—บ๏ธ](https://guides.emberjs.com/release/tutorial/ember-cli/) +One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things youโ€™ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps ment that now you would have to provide credit card information to embed it in your app. + +Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. +Thanks a lot of all of the hard work on this, [@toddjordan](https://github.com/toddjordan) โค๏ธ --- @@ -96,4 +101,4 @@ That's another wrap! โœจ Be kind, -Chris Ng, Amy Lam, Jessica Jordan, the crowd and the Learning Team +Chris Ng, Amy Lam, Jessica Jordan, Kenneth Larsen, the crowd and the Learning Team From b0af5228c765f210793669c8c753354c49455eed Mon Sep 17 00:00:00 2001 From: Jessica Jordan Date: Fri, 23 Nov 2018 12:36:39 +0100 Subject: [PATCH 08/10] Update source/blog/2018-11-23-the-emberjs-times-issue-74.md Co-Authored-By: kennethlarsen --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index b6f3b2678a..a770eda108 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -34,7 +34,7 @@ If you want to help improve the Guides as well, please be sure to check out the --- ## [New and Improved Tutorial ๐Ÿ—บ๏ธ](https://guides.emberjs.com/release/tutorial/ember-cli/) -One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things youโ€™ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps ment that now you would have to provide credit card information to embed it in your app. +One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things youโ€™ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps meant that now you would have to provide credit card information to embed it in your app. Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. From de8f62b79556223648843c6980a46fbfcd8ac93d Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 23 Nov 2018 12:37:42 +0100 Subject: [PATCH 09/10] Update 2018-11-23-the-emberjs-times-issue-74.md --- source/blog/2018-11-23-the-emberjs-times-issue-74.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index a770eda108..2b1b064e73 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -38,7 +38,7 @@ One of the great ways to learn Ember is by building the `super-rentals` app by f Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. -Thanks a lot of all of the hard work on this, [@toddjordan](https://github.com/toddjordan) โค๏ธ +Thanks a lot for all of the hard work on this, [@toddjordan](https://github.com/toddjordan) โค๏ธ --- From 7b732480123fab8237940eb147aeaded302a58f8 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 23 Nov 2018 10:11:35 -0800 Subject: [PATCH 10/10] Update 2018-11-23-the-emberjs-times-issue-74.md --- .../2018-11-23-the-emberjs-times-issue-74.md | 33 ++++--------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/source/blog/2018-11-23-the-emberjs-times-issue-74.md b/source/blog/2018-11-23-the-emberjs-times-issue-74.md index 2b1b064e73..a4b19adce3 100644 --- a/source/blog/2018-11-23-the-emberjs-times-issue-74.md +++ b/source/blog/2018-11-23-the-emberjs-times-issue-74.md @@ -6,15 +6,12 @@ alias : "blog/2018/11/23-the-ember-times-issue-74.html" responsive: true --- - Emberistas! ๐Ÿน +This week we are thankful for our Emberistas! ๐Ÿน -Check out these new Ember Data public packages ๐Ÿ“ฆ, -this week's work by dedicated contributors ๐Ÿ’ช to the **Ember Guides**, -chime in on the Ember in VSCode tutorial ๐Ÿ’ป, -Improvement to the tutorial ๐Ÿ—บ๏ธ - +Check out the new Ember Data public packages ๐Ÿ“ฆ, this week's work by dedicated contributors ๐Ÿ’ช to the Ember Guides, an improvement to the guides tutorial ๐Ÿ—บ๏ธ, and the Ember in VSCode tutorial ๐Ÿ’ป! --- + ## [RFC for @ember-data packages ๐Ÿ“ฆ](https://github.com/emberjs/rfcs/pull/395) [@runspired](www.github.com/runspired) dropped a big RFC on [Ember Data](https://github.com/emberjs/data) packages. The RFC proposes **public** import path changes for `ember-data` and moving `ember-data` into the `@ember-data` namespace. @@ -34,31 +31,12 @@ If you want to help improve the Guides as well, please be sure to check out the --- ## [New and Improved Tutorial ๐Ÿ—บ๏ธ](https://guides.emberjs.com/release/tutorial/ember-cli/) + One of the great ways to learn Ember is by building the `super-rentals` app by following the [tutorial in the guides](https://guides.emberjs.com/release/tutorial/ember-cli/). One of the things youโ€™ll learn in that tutorial is how to integrate Google Maps into an Ember application. Sadly, some changes to Google Maps meant that now you would have to provide credit card information to embed it in your app. Thankfully, **the amazing [@toddjordan](https://github.com/toddjordan)** has provided a great fix for this. He has switched the Google Maps part out of `super-rentals` and replaced it with the free alternative Leaflet Mapbox. -Thanks a lot for all of the hard work on this, [@toddjordan](https://github.com/toddjordan) โค๏ธ - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - - ---- - -## [SECTION TITLE](#section-url) - +Thanks a lot for all of the hard work on this, [@toddjordan](https://github.com/toddjordan)! โค๏ธ --- @@ -67,6 +45,7 @@ Thanks a lot for all of the hard work on this, [@toddjordan](https://github.com/ VSCode recently published [Using Ember in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/emberjs-tutorial) on their docs site! Ember **enthusiasts** are encouraged to [submit PRs](https://github.com/Microsoft/vscode-docs/issues/1509#issuecomment-440084989) to improve the tutorial, particularly to the [client-side debugging story](https://github.com/Microsoft/vscode-docs/blob/master/docs/nodejs/emberjs-tutorial.md#common-questions). Looking for help to get started? Drop by [#dev-ember-learning](https://discordapp.com/channels/480462759797063690/480777444203429888) on the [Ember Community Chat](https://discordapp.com/invite/zT3asNS) and ask away! + ---