Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-baleine/omni-places-proto
prototype of omni-places
https://github.com/p-baleine/omni-places-proto
Last synced: 21 days ago
JSON representation
prototype of omni-places
- Host: GitHub
- URL: https://github.com/p-baleine/omni-places-proto
- Owner: p-baleine
- Created: 2012-01-01T01:02:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-07T06:08:23.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T02:14:02.258Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Sinatra Application Template
tommy chheng
- forked from zapnap/sinatra-template, removed datamapper + rspec.----
A base Sinatra application template. Just fork and build. Yay!
Includes Haml all ready to go.== Configuration
Add gems to GemfileAdd your controller actions in application.rb. Views for these actions are placed in the views directory. Static files, including a stock stylesheet, go in the public directory. Models go in the lib directory and are auto-loaded.
== Testing
TODO== Getting Started
run using
shotgun config.ru -p 4567