Home

Awesome

#RADD Build Status

A basic example of how to use Rails, Devise and Angular.js in conjunction.

This architecture treats Rails as a JSON API and AngularJS as the front-end framework which will do view rendering.

More details on my blog posts:

###Demo

http://radd.herokuapp.com/

###Install

bundle install

bundle exec rake db:setup

rails s

###Testing

Run this to execute the API test suite:

rake db:test:prepare

rspec spec

###Documentation

API documentation is located at /docs and is generated using passing acceptance tests.

Run this to regenerate the docs: rake docs:generate