• Stars
    star
    124
  • Rank 287,097 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created about 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rails Angular Devise Demo

#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