cannot load such file — rack/handler/puma

前端 未结 2 392
情书的邮戳
情书的邮戳 2020-12-31 21:31

My setup and the error

I get an error when I start my Sinatra application with rackup and puma. My config.ru file looks like this:

#\\         


        
2条回答
  •  伪装坚强ぢ
    2020-12-31 22:04

    Try to be sure you have

    require "rack/handler/puma"
    

    This is one that

    Rack::Handler::Puma.run
    

    needs.

    Play with this http://gabebw.com/blog/2015/08/10/advanced-rack

提交回复
热议问题