Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jaybalanay/slimsins

Repository files navigation

This application template is heavily inspired by github.com/zapnap/sinatra-template

A base Sinatra application template. Just fork and build. Yay! Includes Bundler, DataMapper, RSpec2, and Slim, all ready to go.

Works with both Ruby 1.8.7 and Ruby 1.9.2.

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.

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
bundle install
rake db:migrate
ruby application.rb
https://github.com/zapnap/sinatra-template

© 2011 Julius F. This code is distributed under the MIT license.

About

Sinatra Application Template Using Slim

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors