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

9 commits

Author SHA1 Message Date
Nate Berkopec
636732c447
Remove daemonization (#2170)
* Remove daemonization

* Fix t2 integration
2020-03-10 12:08:34 -06:00
schneems
88e51fb08e Freeze all the strings!
Reduces runtime allocation by freezing string literals by default.

We could also remove a ton of manual `.freeze` calls, however the ruby supported version is 2.2 and the magic comment only targets 2.3+.
2018-09-17 11:41:14 -05:00
Vladimir Dementyev
2cb2357d39 Let's use Rubocop! (#1325)
* Add limited rubocop config and TODO config

* Remove trailing whitespaces and blanklines

* Add rubocop rake task; upd travis.yml
2017-06-04 13:21:05 -07:00
Evan Phoenix
494cb500e9 Use constant rather than string 2016-03-05 16:28:49 -08:00
Evan Phoenix
f4682fb9d6 Keep jruby daemon mode from retrying on a hot restart 2013-08-13 16:05:51 -07:00
Evan Phoenix
e153a63f90 Add PUMA_JRUBY_DAEMON_OPTS to get around agent starting twice 2013-07-22 14:22:43 -07:00
Evan Phoenix
514928a11b Fix daemonization on jruby 2013-06-19 16:16:15 -07:00
Evan Phoenix
7c6d72b578 Run exec properly to restart. Fixes #154 2013-03-18 22:06:16 -07:00
Evan Phoenix
5fc904b099 Use FFI on JRuby to perform fast restart 2011-12-06 13:28:54 -08:00