This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
puma--puma
Watch
1
Star
0
Fork
You've already forked puma--puma
0
mirror of
https://github.com/puma/puma.git
synced
2022-11-09 13:48:40 -05:00
Code
Releases
Activity
1acb30d68d
puma--puma
/
test
/
config
/
t2_conf.rb
4 lines
58 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable log_requests for integration tests These tests depend on log_requests being enabled, but this was turned off by default in 03ed48ca903879f3b9a649f5df1cf9d6577ef3d2
2016-08-20 03:04:41 -04:00
log_requests
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 02:30:15 -04:00
stdout_redirect
"
t2-stdout
"
pidfile
"
t2-pid
"
Copy permalink