cheat sheets.

$ cheat rack
== Rackup

hello.ru:
  require 'hello'

  use Rack::Reloader
  use Rack::CommonLogger
  use Rack::ShowExceptions
  use Rack::ShowStatus

  run HelloApp.new

run server:
  % rackup hello.ru
Version 1, updated 56 days ago.
. o 0 ( edit | history )
( add new | see all )