Patrik Ragnarsson

Results 771 comments of Patrik Ragnarsson

One-liner to reproduce: ``` $ echo 'app { [200, {}, ["OK"]] }; on_booted { puts "puma booted" }' | ruby -Ilib bin/pumactl --config-file /dev/stdin start undefined method `on_booted' for nil:NilClass...

Looks like `events` is missing at https://github.com/puma/puma/blob/2314d7acc70ffa69953f97ec1b71673b0ca087dc/lib/puma/control_cli.rb#L130 as https://github.com/puma/puma/commit/a61b0782d7aec250f7d355a7471603abc5837685 added that in several places However, wouldn't it be better to make `events` part of the default configuration? Is there anything...

Should this be considered a breaking change and introduced with Puma 7?

`ruby File.read(".ruby-version")` works well (if you didn't know)

@schneems you might want to get to this before the next Rails release? If that release will include https://github.com/rails/rails/pull/49360

Submitted ticket #1349048 to Heroku support about this

This may help: https://github.com/heroku/heroku-buildpack-ruby/issues/1430#issuecomment-1972974741

I think it is best to open up a support ticket with Heroku to get the attention from @schneems on this. He will probably ask you questions and can probably...