padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 509 forks source link

Update server.rb #2290

Closed nesquena closed 6 months ago

nesquena commented 6 months ago

Fix nil rack_options by defaulting to {}

2288

srolandmarshall commented 6 months ago

FWIW, when I used this branch for Padrino it fixed my issues noted in #2288

nesquena commented 6 months ago

Great, thanks for testing! @achiurizo can you review and merge into master