Tip for New Sinatra Deployers
Friday, July 23rd, 2010If 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)
