Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinmaygarde/sinatra_new

New Sinatra Project Template
https://github.com/chinmaygarde/sinatra_new

Last synced: 20 days ago
JSON representation

New Sinatra Project Template

Awesome Lists containing this project

README

        

Sinatra New
-----------

A new Sinatra project template. This is what I end up using almost everytime.

Features
--------

* Automatic code reloading in development mode
* Spec directories are setup
* Default template (admittedly very amateurish) to get you started
* Authentication using omniauth implemented
* Directory structure setup
* Common rake tasks prepared
* Console setup with code reloading (script/console)
* Factories using factory_girl

TODOS
-----

* Add authentication providers (See the authentications.yml.example)
* Setup database (See database.yml and application.rb)
* Setup the authentications and user model using the ORM of your choice
* Modify the finders in the ApplicationController and UserController according to the ORM in use