Skip to content

paulnt04/radio

Repository files navigation

Sinatra Application Template

A base Sinatra application template. Just fork and build. Yay! Includes Bundler, RSpec2, Handlebars.js, jQuery, and erb, all ready to go.

Works with both Ruby 1.8.7 and Ruby 1.9.2.

Configuration

Dependencies and all configuration is done in environment.rb.

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

bundle install
rake db:migrate
ruby application.rb

Thanks

This project includes contributions from the following developers:

* paulnt04 (Paul Panarese)
* garrensmith
* bryanwoods
* flexd
* mcollina

© 2011 Nick Plante. This code is distributed under the MIT license.

About

Small, lightweight web-based chat server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published