Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashleygwilliams/ratpack
- Owner: ashleygwilliams
- Created: 2013-07-03T15:24:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T09:05:50.000Z (almost 4 years ago)
- Last Synced: 2024-02-14T20:37:56.330Z (9 months ago)
- Language: CSS
- Homepage: http://ashleygwilliams.github.io/ratpack
- Size: 751 KB
- Stars: 39
- Watchers: 2
- Forks: 61
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sinatra - ratpack - Sinatra boilerplate using activerecord, sqlite, and twitter bootstrap. (Boilerplate and Template)
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)