Tutorial + Cookbook
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 19 commits ahead, 230 commits behind cschneid:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= assets
carview.php?tsp= book
carview.php?tsp= images
carview.php?tsp= source
carview.php?tsp= .gitignore
carview.php?tsp= CONTRIBUTING
carview.php?tsp= README
carview.php?tsp= README.markdown
carview.php?tsp= TODO
carview.php?tsp= book-order.txt
carview.php?tsp= sinatra-book.thor

README.markdown

Sinatra Book

Documentation in "book" form for the Sinatra Web Framework.

About

It'll probably be cookbook style recipes, along with a more linear tutorial to get you started.

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

File Layout:

  • book - Text of the book. In maruku's markdown format.
  • images - Images, Diagrams, Funny Pictures
  • source - Any source examples to be included into the book

Learn more about Sinatra at https://github.com/bmizerany/sinatra.

How to build the Book

You need following gems to build the book:

sudo gem install thor maruku

In the book directory then launch following Thor task:

thor book:build

How to contribute

Fork this repository, be sure to read the styleguide and post pull requests.