Archive for February 2015
Ember Connecting with Parse
Here are some notes on how to get the ember-cli to connect with Parse (www.parse.com) ** You have to have an account with Parse to do this. The Problem: How to enable an app in ember-cli to connect with Parse which is an outside server considering the default mode of ember-cli is to prevent connection…
Read MoreEmber 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 MoreEmber 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 MoreSetting 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