Introduction to Ember CLI by building a blog (1/2)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Best intro to a technical screencast ever.

Matthew-vwgy
Автор

All screencasts should be recorded while "kinda drunk'".

I learned more from this one than any of the 'sober' ones. Cheers!

koz
Автор

"Hi, I'm Jon and I'm kinda drunk."

*Subscribed*

CodeWithCypert
Автор

haha, "i am Jon and kinda drunk" lol. You are obviously a long time programmer like a few of us able to do anything and still code.. Great video... keep it up

widebandrecords
Автор

For those who's watching it now and using the latest ember-cli version: at the very end you should add app.import to ember-cli-build.js now, not into Brocfile.js (it was removed from project's root folder)

andreisheina
Автор

This is really funny, but besides that the original honestly needed an update. Well done!

PeteSekan
Автор

Don't forget to add to your Brofile.js along with the CSS. Reserve the program in order for the changes to take effect.

KameronKincadeMusic
Автор

This is what I imagine his keyboard looked like at the end of the screencast:

MaxwellORoark
Автор

Where and what is that HTML that you pasted into your handlebars for the blog's navbar?

georgeawad
Автор

I updated this code to **ember 2.0**, if anybody is interested.

nem
Автор

Any idea why, when I refresh on a post, it does't show any of the content? I can see it fine when I click the link on the 'posts' page, but if I go straight to the post's URL none of the content loads...

TheRealBenStanley
Автор

Hey now that ember makes you use paramaters in the {{ #each}}  statements how do you make the posts.hbs?

ThenAComputer
Автор

I've been trying to implement Ember data in my app and at 12:00 he started messing with it. after trying to implement it in my app this portion doesn't work. He mentioned something about a backend being set up, but he didnt show if he had it or how to do it. I'm confused

Diegotrus
Автор

Hi, thy for this nice tutorial. Unfortunately I have the problem that my post.hbs doesn't show the title or any other data I want to display. When i take a look into the generated html I can see that there are two empty list items. The ember-tab of the dev-console show me both posts-data and also the server responses the data. What am I doing wrong? Here is my template:

{{#each model as |post|}}
<li>{{title}}</li>
{{else}}
Sorry, no posts found.
{{/each}}


In case that the else-branch isn't displayed, there must be something ;)

benjaminduring
Автор

Why coffee script in github... oh whyy?!

MaksimLuzik-mxmz