Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinmaygarde/sinatra_new
- Owner: chinmaygarde
- Created: 2010-12-19T02:10:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-19T21:31:33.000Z (almost 14 years ago)
- Last Synced: 2024-10-08T14:30:50.562Z (about 1 month ago)
- Language: Ruby
- Homepage: http://blog.buzzyand.me/
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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_girlTODOS
-----* 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