Rumbambar is a Ruby on Rails engine for building single-page applications with Devise authentication and AngularJS powered UI.
<img src=“https://gemnasium.com/vladnik/Rumbambar.png” alt=“Dependency Status” /> <img src=“https://travis-ci.org/vladnik/Rumbambar.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/vladnik/Rumbambar.png” /> <img src=“https://coveralls.io/repos/vladnik/Rumbambar/badge.png?branch=master” alt=“Coverage Status” />
Add this line to your application’s Gemfile:
gem 'rumbambar'
And then execute:
$ bundle
Run rumbambar generator:
$ rails g rumbambar:install
Provide default user credentials, migrate and seed DB:
$ rake db:migrate $ rake db:seed
Rumbambar panel will be available here by default:
http://127.0.0.1:3000/rumba
Usage description, DSL desciption and applications building manual will be provided later