Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/thehamsternetwork
A donation site for my dad's cancer
https://github.com/oliverswitzer/thehamsternetwork
Last synced: 10 days ago
JSON representation
A donation site for my dad's cancer
- Host: GitHub
- URL: https://github.com/oliverswitzer/thehamsternetwork
- Owner: oliverswitzer
- Created: 2014-05-03T05:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T03:35:56.000Z (over 10 years ago)
- Last Synced: 2024-04-14T11:53:23.378Z (7 months ago)
- Language: Ruby
- Size: 2.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)