1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Sudara
fdb4d27967 Assure worker index always within 0...@options[:workers] 2014-01-27 13:13:48 +01:00
Igor Bochkariov
83163c3f28 Allow configuring pumactl with config.rb
example:
  echo "pidfile '/tmp/app.pid'; rackup 'config.ru'" > /etc/puma/app.rb
  pumactl -F /etc/puma/app.rb start # starts an app and store pid in /tmp/app.pid
  pumactl -F /etc/puma/app.rb stop  # stops the started earlier app

Integration test t2 included: rake test:integration
Also fixed discrepancy in naming options :pidfile/:pid_file and :state/:status_file
2013-07-19 10:30:15 +04:00
Evan Phoenix
8ca9ba417b Fix shell tests for 1.8 2012-11-29 12:13:29 -08:00
Evan Phoenix
960d032110 Move where IO redirect is performed 2012-10-13 10:18:04 -07:00