Skip to content

GonzoGhanem/RADD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Rails Angular Devise Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published