Closed matoakley closed 5 years ago
Flame framework uses the same path.
Thanks for reporting this, and I apologize for the slow response.
Can you whip up a simple Rails app that I can use to debug? Barebones, no db, no extras if possible.
I'm guessing that this guard is mostly used in Rails projects, but I don't want to make the defaults specific to Rails. Adjusting the Guardfile
seems like a decent approach.
This also happens with hanami
@ianks do you have an app I could clone that exhibits this behavior?
Can you all give #37 a try? After thinking about it a bit, I'm OK with using config/puma.rb
if it exists but still allowing another config file to be set. Thanks, and sorry it took so long to address this. Thanks for documenting the workaround for other users.
Rails 5.2 includes Puma by default and creates a config files at
config/puma.rb
. Running this plugin without specifying path to that file results in an error with the following stacktrace:This can be resolved in the short-term by specifying the path to the default config file in
Guardfile
e.g.I guess the default path within the plugin may need updating.