Skip to content

Source code that accompanies a series of blog posts describing the EmberJS framework through the development of a simple blog application.

License

Notifications You must be signed in to change notification settings

dineshg13/ember-js-mvc-blog-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember JS: MVC in the browser tutorial

Now updated for Ember 1.0 http://dev.mygrid.org.uk/blog/?p=218

Part 1 - routing

Here we look at the basic structure of an ember application, comparing it to a basic rails one. We examine how routes are defined, how it differs to rails and how to examine them. See http://dev.mygrid.org.uk/blog/?p=46

Part 2 - templates

We add some templates for Posts index and each individual Post. We add a store, a Post model and some fixtures data to render in the templates. We look at how we get data from a store to a template via a route. See http://dev.mygrid.org.uk/blog/?p=75

Part 3 - nested resources

We create a comments model and routes and link it to the post model. We add routes, templates and controller actions to create new comments See http://dev.mygrid.org.uk/blog/?p=97

Licence

Available under the MIT licence, see the attached licence.txt file for details

About

Source code that accompanies a series of blog posts describing the EmberJS framework through the development of a simple blog application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published