Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rails and Ember.js

Rails and Ember.js

This talk covers the basics of why you need sth. like Ember.js on top of Rails, how Ember.js and Rails communicate and how to set up the projects so that development and deployment work well.

Marco Otte-Witte

February 12, 2015
Tweet

More Decks by Marco Otte-Witte

Other Decks in Programming

Transcript

  1. { "links": { "posts.author": { "href": "http://example.com/people/{posts.author}", "type": "people" },

    "posts.comments": { "href": "http://example.com/comments/{posts.comments}", "type": "comments" } }, "posts": [{ "id": "1", "title": "Rails is Omakase", "links": { "author": "9", "comments": [ "5", "12", "17", "20" ] } }] }
  2. Q&A