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

Frontend Choices

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Frontend Choices

Avatar for Alex Coles

Alex Coles

March 16, 2014
Tweet

More Decks by Alex Coles

Other Decks in Technology

Transcript

  1. “Rails Way” back in 2005 • Server Generated HTML (ERB,

    etc.) • Prototype • Scriptaculous • RJS
  2. “Rails Way” now • Server Generated HTML (ERB, Slim, HAML

    etc.) • jQuery • jQuery UI • Server generated JavaScript Responses (SJR)
  3. Ember.js is most like Rails • Everything should inherit from

    Ember.Object
 (think ActiveRecord::Base.inherited) • Routing DSL • Vocabulary (templates, partials, etc.)