Closed jodosha closed 5 years ago
Thanks for reporting, @jodosha. I assume I can recreate with a newly generated Hanami
app? If so, I'll take a look, but probably won't have time until this weekend.
@jc00ke A simple Rack app is enough to reproduce the problem. Here's a gist that I prepared for you: https://gist.github.com/jodosha/0f287d613ad753783b787318faf4203d
@jodosha can you try out master
when you get a chance? ac351d6 should fix the issue.
@jc00ke It works as expected. Thanks for fixing it 👍
@jc00ke, excuse me, but I think that DEFAULT_CONFIG_FILE_PATH
should be changed instead of fetch
with literal default. I mean… now we have two defaults. For what?
@AlexWayfer yeah, good point, I should probably reorganize some of that logic.
I have a test app without
config/puma.rb
, and thisGuardfile
:When the app is started,
puma
crashes because it fails to findconfig/puma.rb
. If I add it, everything works fine.