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

UW Advanced Rails Week 7

UW Advanced Rails Week 7

Ben Woodall

May 14, 2015
Tweet

More Decks by Ben Woodall

Other Decks in Programming

Transcript

  1. What is Turbolinks? 4 Turbolinks fetches part of a page

    and replaces the contents of the current page with a new page
  2. Rails and AJAX 8 <%= … :remote => true …

    %> < … data-remote=“true” … >
  3. 19

  4. What’s What? 26 Client-side JavaScript web application framework based on

    the model-view- controller (MVC) software architectural pattern.
  5. What’s What? 27 Client-side JavaScript web application framework based on

    the model-view- controller (MVC) software architectural pattern. Client-side JavaScript web application framework based on the model-view- controller (MVC/MVVM) software architectural pattern.
  6. What’s What? 28 Client-side JavaScript web application framework based on

    the model-view- controller (MVC/MVVM) software architectural pattern. Client-side JavaScript web application framework based on the model-view- controller (MVC) software architectural pattern. JavaScript library for creating user interfaces that aims to address challenges encountered in developing single-page applications.