Skip to content

Commit

Permalink
Tutorial Updates (#2046)
Browse files Browse the repository at this point in the history
* [CRON] Thursday Jul 04, 2024

---

Commit:  ember-learn/super-rentals-tutorial@e040bb1
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/checks

* [CRON] Friday Jul 05, 2024

---

Commit:  ember-learn/super-rentals-tutorial@e040bb1
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/checks

* [CRON] Saturday Jul 06, 2024

---

Commit:  ember-learn/super-rentals-tutorial@e040bb1
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/e040bb15b729ba7c0fbf457b3ff7fadc799e8272/checks

* Chapter 11 EmberData with RequestManager and Builders

---

Commit:  ember-learn/super-rentals-tutorial@f766728
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/f76672816e0f8fe5d6bd96e4ffa5e8f81fd2a2e4/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/f76672816e0f8fe5d6bd96e4ffa5e8f81fd2a2e4/checks

* chore: update spell checks

* Add lang attribute to fix filenames

---

Commit:  ember-learn/super-rentals-tutorial@083461e
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/083461e6b9fe287723a736e6dfa28362cb9dd6b7/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/083461e6b9fe287723a736e6dfa28362cb9dd6b7/checks

* Fix service/store.js filename in render

---

Commit:  ember-learn/super-rentals-tutorial@7ad1cc9
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/7ad1cc970aff9d68100e9b90d97f60ebc89130e6/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/7ad1cc970aff9d68100e9b90d97f60ebc89130e6/checks

* [CRON] Sunday Jul 07, 2024

---

Commit:  ember-learn/super-rentals-tutorial@7ad1cc9
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/7ad1cc970aff9d68100e9b90d97f60ebc89130e6/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/7ad1cc970aff9d68100e9b90d97f60ebc89130e6/checks

* fix: typo

---

Commit:  ember-learn/super-rentals-tutorial@a1e7316
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/a1e731622d6fee6b69e6eaace65f69fc4b7ef7c4/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/a1e731622d6fee6b69e6eaace65f69fc4b7ef7c4/checks

* [CRON] Monday Jul 08, 2024

---

Commit:  ember-learn/super-rentals-tutorial@a1e7316
Script:  https://github.com/ember-learn/super-rentals-tutorial/blob/a1e731622d6fee6b69e6eaace65f69fc4b7ef7c4/.github/workflows/build.yml
Logs:    https://github.com/ember-learn/super-rentals-tutorial/commit/a1e731622d6fee6b69e6eaace65f69fc4b7ef7c4/checks

---------

Co-authored-by: Tomster <[email protected]>
Co-authored-by: Ignace Maes <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 706959f commit e873e45
Show file tree
Hide file tree
Showing 17 changed files with 98 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .local.dic
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bookmarklet
Browserlist
callouts
camelize
centric
Chai
chainable
cheatsheet
Expand Down Expand Up @@ -173,6 +174,7 @@ repos
rerender
rerendering
rerenders
RequestManager
routable
RunDOC
runnable
Expand Down
4 changes: 2 additions & 2 deletions guides/release/tutorial/part-1/component-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ We can create a `<NavBar>` component at `app/components/nav-bar.hbs`:
Next, we will add our `<NavBar>` component to the top of each page:
```habdlebars { data-filename="app/templates/about.hbs" data-diff="+1" }
```handlebars { data-filename="app/templates/about.hbs" data-diff="+1" }
<NavBar />
<Jumbo>
<h2>About Super Rentals</h2>
Expand All @@ -218,7 +218,7 @@ Next, we will add our `<NavBar>` component to the top of each page:
</Jumbo>
```
```habdlebars { data-filename="app/templates/contact.hbs" data-diff="+1" }
```handlebars { data-filename="app/templates/contact.hbs" data-diff="+1" }
<NavBar />
<Jumbo>
<h2>Contact Us</h2>
Expand Down
6 changes: 3 additions & 3 deletions guides/release/tutorial/part-1/working-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Before we go any further, let's pause for a second to look at the server's data
{
"data": [
{
"type": "rentals",
"type": "rental",
"id": "grand-old-mansion",
"attributes": {
"title": "Grand Old Mansion",
Expand All @@ -315,7 +315,7 @@ Before we go any further, let's pause for a second to look at the server's data
}
},
{
"type": "rentals",
"type": "rental",
"id": "urban-living",
"attributes": {
"title": "Urban Living",
Expand All @@ -332,7 +332,7 @@ Before we go any further, let's pause for a second to look at the server's data
}
},
{
"type": "rentals",
"type": "rental",
"id": "downtown-charm",
"attributes": {
"title": "Downtown Charm",
Expand Down
128 changes: 91 additions & 37 deletions guides/release/tutorial/part-2/ember-data.md

Large diffs are not rendered by default.

Binary file modified public/downloads/data.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-1/working-with-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-1/working-with-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-1/working-with-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/ember-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/ember-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/ember-data/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ic/images/tutorial/part-2/provider-components/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ages/tutorial/part-2/provider-components/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/route-params/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/route-params/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e873e45

Please sign in to comment.