Skip to content

theneubeck/sinatra-template

 
 

Repository files navigation

Sinatra Application Template

A base Sinatra application template. Just fork and build. Yay! Includes Sequel, RSpec, Cucumber and Haml, all ready to go.

For the frontend there are jQuery and 960gs.

Configuration

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

About

A base Sinatra application template with Sequel, RSpec, Cucumber, and Haml. Just fork and build.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Ruby 6.7%