Tip for New Sinatra Deployers

If you get the error undefined method `application' for Sinatra:Module and your config.ru includes the line run Sinatra.application, try changing that to run Sinatra::Application and it should actually work.

(via http://www.sinatrarb.com/one-oh-faq)

Leave a Reply