This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Fri Jan 23 11:06:35 -0800 2009 | |
| |
README.rdoc | Sun Jan 25 10:56:44 -0800 2009 | |
| |
Rakefile | Wed Apr 01 21:13:53 -0700 2009 | |
| |
application.rb | Wed Mar 25 08:32:01 -0700 2009 | |
| |
config.ru | Sun Aug 16 08:00:07 -0700 2009 | |
| |
environment.rb | Fri Jan 23 11:06:35 -0800 2009 | |
| |
lib/ | Fri Jan 23 11:06:35 -0800 2009 | |
| |
public/ | Fri Jan 23 11:06:35 -0800 2009 | |
| |
spec/ | Fri Apr 03 17:21:52 -0700 2009 | |
| |
views/ | Fri Jan 23 11:06:35 -0800 2009 |
README.rdoc
Sinatra Application Template
A base Sinatra application template. Just fork and build. Yay! Includes DataMapper, RSpec, and Haml, all ready to go.
Configuration
Dependencies and all configuration is done in environment.rb. Your database is also set up here. DataMapper will use sqlite3 by default. Tests use the sqlite3-memory adapter (no configuration needed).
Add 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
Add your specs in spec; just require spec_helper.rb to pre-configure the test environment. A number of samples are provided (including a sample model, which can be removed). To run the specs:
rake spec
Getting Started
rake db:migrate ruby application.rb







