If you change the internal development environment .rb:
/config/environments/development.rb
config.cache_classes = true config.eager_load = true
You can get more than one connection with puma localy! The downside is that you have to restart every time you want to see any changes you made.
Philip
source share