kevbaker / rails-bootstrap-base-app

Base Rails application with Devise, Bootstrap, cancan
27 stars 7 forks source link

Rails Bootstrap Base Application

Overview

Rails Bootstrap Base App was made as a quick way to DRY up the development process for projects needing some basic web application functionality. It includes a basic design, authentication, authorization and some seed data. It also started as an attempt to integrate Twitter's Bootstrap HTML5 kit with Rails. The goal would be to eventually extract the entire project as a gem.

Features

Installation

Usage

curl -X GET "http://localhost:3000/users/1.json" -u "admin@domain.com:secret"
curl -X GET "http://localhost:3000/feedbacks/1.json?auth_token=<authentication_token>"

Todo

See issues - rails-bootstrap-base-app/issues