Skip to content
heartsentwined edited this page Oct 18, 2013 · 15 revisions

Tutorial

This tutorial will create an app using rails(4) + devise + ember-auth. The demo can be seen live at heroku, and the code lives in this repository itself.

Note: the tutorial uses ruby 1.9 hash syntax.

Deprecation: Devise 3.1 has deprecated token_authenticatable itself. This demo will work fine with previous versions. Read the [explanation](release notes), and [this temporary fix](token gist).

  1. Basic setup
  2. Gems
  3. Devise
  4. Model
  5. Ember setup
  6. Auth UI
  7. Model UI
  8. Enhancements
Clone this wiki locally