github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/examples/ruby/README.md (about)

     1  # Basic Ruby Example
     2  
     3  This is a basic example of a Ruby application.
     4  
     5  It is a **zero configuration** example: there is no Appfile. Just run
     6  `otto compile` and everything will just work.
     7  
     8  This application is a simple [Sinatra](http://www.sinatrarb.com/)
     9  application. We chose Sinatra to make this example as simple
    10  as possible.