Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashleygwilliams/ratpack

sinatra boilerplate using activerecord, sqlite, and twitter bootstrap
https://github.com/ashleygwilliams/ratpack

Last synced: 12 days ago
JSON representation

sinatra boilerplate using activerecord, sqlite, and twitter bootstrap

Awesome Lists containing this project

README

        

#ratpack

a simple boilerplate for creating production-ready sinatra apps that use activerecord and sqlite

twitterbootstrap using html and css are included.

if ya want haml and sass, be on the look for classy.

## Up and running
1. `bundle install`
2. `shotgun`
3. visit `localhost:9393`

## Gemfile
- [sinatra](http://www.sinatrarb.com/): web framework
- [sqlite3](https://github.com/luislavena/sqlite3-ruby): Database
- [activerecord](http://guides.rubyonrails.org/active_record_querying.html): ORM
- [sinatra-activerecord](https://github.com/bmizerany/sinatra-activerecord)
- [rake](http://rake.rubyforge.org/)

### Development
* [shotgun](https://github.com/rtomayko/shotgun)
* [tux](http://tagaholic.me/2011/04/10/tux-a-sinatra-console.html)