jesalg / Radd
Licence: mit
Rails Angular Devise Demo
Stars: ✭ 128
Programming Languages
ruby
36898 projects - #4 most used programming language
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
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].

