Trending Projects for May 28, 2023
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
In version 5.0 the authors of the popular Ruby web server Puma chose to remove the
daemonization support from Puma, because the code wasn't wall maintained,
and because other and better options exist for production deployments. For example
systemd, Docker/Kubernetes, Heroku, etc.
Having said that, it was neat and often useful to daemonize Puma in development.
This gem adds this support to P...
The sys-uname library provides an interface for gathering information
about your current platform. The library is named after the Unix 'uname'
command but also works on MS Windows. Available information includes
OS name, OS version, system name and so on. Additional information is
available for certain platforms.