DEV Community

Discussion on: How to Docker on Rails?

Collapse
 
sakko profile image
SaKKo

I’m not very familiar with Puma which is the default gem. not sure if there is any downside to this. you might want to try nginx passenger?

Collapse
 
jaafarmehdi profile image
JaafarMehdi

We use the pod in a kubernetes cluster. For now I didn't have any issues by using puma.
I must admit I'm unfamiliar with passenger so I dont know if it may have any benefits.

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

14+ years Rails dev here putting my 2 cents.

I would say more projects use Puma over Passenger.
Passenger requires less configuration though Puma can be used without Nginx.