Adam Luzsi

Results 47 comments of Adam Luzsi

Yeah, I'm lazy to get SSL for the website, because there's zero sensitive information exchanged with the visitors. The website is mostly about example code snippets. Does it cause issue...

Good point. I take a look and make a task about adding SSL to the website. Thanks for your hard work @waghanza and @antimatter96! :)

As long as the application code is loaded once, there shouldn't be an issue. rack-app has no web server-specific logic. The only thing I can think of is the initial...

Can you give it a try to not use the CLI? Maybe it's a client issue only; try using puma directly from the command line.

Okay, adding rackup, or deprecating the cli altogether sounds like the options.

Okay, I go with deprecating the CLI because the puma cli should work out of the box with the framework. However, I need time to delve into these changes. Could...

Okay, I included the `rackup` gem in the lib to avoid doing work for you. Try to upgrade to the latest version (v8).

Has there been any progress on this feature over the past few years? It would indeed be a fantastic addition. Is there possibly an alternative method to accomplish this?

Each endpoint can possess its own middleware stack. Representing middleware in a comprehensible manner can be tricky, especially when dealing with procedures. This would benefit from thorough research and user...