Skip to content
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

resyncing guides source with what is currently live #7

Closed
wants to merge 2 commits into from

Conversation

mansona
Copy link
Member

@mansona mansona commented Dec 22, 2017

This updates guides source to be in sync with the deployed v2.15.0 of the guides. We can choose if we would rather not sync because some of these changes are improvements 👍

I figured out the checkout that is currently deployed is: emberjs/guides@b77a302

Also, this removes some unnecessary changes we made while testing the new guides-app.

ember-learn/guides-app#4

@@ -128,7 +128,7 @@ export default Ember.Service.extend({
},

getMapElement(location) {
let camelizedLocation = Ember.String.camelize(location);
let camelizedLocation = location.camelize();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@@ -125,7 +125,7 @@ test('should list available rentals.', function (assert) {

Run the tests again using the command `ember t -s`, and toggle "Hide passed tests" to show your new passing test.

Now we are listing rentals, and verifying it with an acceptance test.
Now we are listing rentals, and and verifying it with an acceptance test.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@mansona
Copy link
Member Author

mansona commented Dec 23, 2017

@locks sorted those two now 👍 it's not a given that we should merge this btw, it's just closer to what is currently live on the guides site

@locks locks deleted the feature/resync-2.15.0 branch March 9, 2019 10:39
chancancode pushed a commit that referenced this pull request Aug 22, 2019
Merge pull request #7 from vaidehijoshi/creating-components

Add chapter 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants