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
Nate Berkopec
636732c447
Remove daemonization (#2170)
* Remove daemonization

* Fix t2 integration
2020-03-10 12:08:34 -06:00
Jun Aruga
344e9626f9 Fix failed tests for "rake test:integration". (#1390) 2017-08-16 08:26:07 -06:00
Hans de Graaff
9bc7514ef4 Enable log_requests for integration tests
These tests depend on log_requests being enabled, but this was turned
off by default in 03ed48ca90
2016-08-20 09:04:41 +02: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