This is a bootstrap of Rails application for create an REST API.
It use some gems :
- versionist, a plugin for versioning Rails 3 based RESTful APIs.
- devise, flexible authentication solution for Rails with Warden.
- acviteadmin, a Ruby on Rails plugin for generating administration style interfaces.
- uuid, generates universally unique identifiers (UUIDs) for use in distributed applications.
Some table are prepared :
- User
- AdminUser
- Tracking (save all request do to the API)
- Application
ApiBootstraper Rails-server is released under the MIT License.