Ember Notes on Deleting one post item

A quick write down of notes about how to delete one post item instead of all of them. The issue: On a posts template (templates/posts.hbs) a helper will send an action to the posts controller (controller/posts.js) which in the case of a delete button would delete all the posts, not just one post item. So…

Read More

Ember Organization

Today in class we learned alot about the organization of files in Ember. If you have an ember project created in ember-cli and are looking at it. (ember new <appName>) app – holds all the folders and files to display your app with the exception of the public folder which holds any images or fonts…

Read More

Setting Up Ember CLI

I am learning ember and ember cli and need a place to drop all the new info. If you can use this great, but please remember it is a work in progress. If you spot an error or inconsistency feel free to comment.  I am using a mac air, sorry windows users. I hope you…

Read More