Rack will automatically chooseThin or Puma over WEBrick when running bundle exec rails s if either is installed, so documentation does not need to be changed. Developers might need a cue about how to view server console output (using tail), which Thin doesn't print by default. (Might this be configurable for the development environment?)
Rack will automatically choose Thin or Puma over WEBrick when running
bundle exec rails s
if either is installed, so documentation does not need to be changed. Developers might need a cue about how to view server console output (usingtail
), which Thin doesn't print by default. (Might this be configurable for the development environment?)