• This repository has been archived on 11/Dec/2019
  • Stars
    star
    135
  • Rank 263,590 (Top 6 %)
  • Language
    Ruby
  • Created about 16 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OFFICAL REPO MOVED TO /sinatra/sinatra-book Tutorial + Cookbook

Sinatra Book

A cookbook full of excellent tutorials and recipes for developing Sinatra web applications.

How to build the Book

Before you can translate the book into various formats you need to install the dependencies.

gem install bundler
bundle install

In the root directory, launch the following Rake task:

bundle exec rake book:build

This will build a PDF version of the book in the output folder

You can run the built-in book sinatra app to view it in your browser too:

rackup

Then visit: http://localhost:9292/

How to contribute

Want to help contribute recipes or tutorials into the Sinatra Book?

Check out the Sinatra Recipes project for all of the recent additions from the community.

If you're looking for something to work on be sure to check the issue tracker first, then read up on the styling guidelines.

Once you have forked the project, feel free to send us a pull request.

Join us on IRC (#sinatra at irc.freenode.org) if you need help with anything.