https://github.com/kinduff/init_sinatra
Simple base for Sinatra Apps.
https://github.com/kinduff/init_sinatra
Last synced: about 1 year ago
JSON representation
Simple base for Sinatra Apps.
- Host: GitHub
- URL: https://github.com/kinduff/init_sinatra
- Owner: kinduff
- Created: 2014-04-18T23:58:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T04:18:05.000Z (about 12 years ago)
- Last Synced: 2025-06-21T15:07:40.307Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Init Sinatra
============
Simple base for Sinatra Apps.
## Includes
|Framework|Server |HTML |CSS |Javascript |Database |Models |Helpers |ActiveRecord |Test |
|---------|-------|-----|-----|-------------|-----------|-------|--------|-------------|------|
|Sinatra |Thin |HAML |SASS |CoffeeScript |PostgreSQL |Yes |Yes |Yes |RSpec |
## Install
Clone the repo and start coding.
```sh
$ git clone git://github.com/kinduff/init_sinatra.git myapp
$ bundle install
$ shotgun
```
## Tests
Write your tests at `./spec/app_spec.rb`. Run with:
```sh
$ rake spec
```