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
Bart de Water
62eae2683d Remove unused loader argument from Plugin initializer 2019-12-24 16:41:58 -05:00
MSP-Greg
544bb7ae81 PluginRegistry#fire_background - fix up per issue 1972 (#1973)
* PluginRegistry#fire_background - Close #1972

* add test/test_plugin.rb, test/config/plugin1.rb
2019-09-18 15:53:29 +02:00
Nate Berkopec
efb1dbfd71
All Puma threads are named (#1968) 2019-09-15 10:52:34 +02: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
Evan Phoenix
88cc1b5721 Execute background hooks after daemonizing. Fixes #925 2016-07-24 16:00:57 -07:00
Eric Guo
deccbd5a3e Make plugin :tmp_restart behavior correct in Windows.
Inspired by below PR.

https://github.com/rails-api/active_model_serializers/pull/1014
2016-02-26 20:44:23 +08:00
Evan Phoenix
33e0fa9999 Manage nested configuration better 2016-02-07 14:51:54 -08:00
Evan Phoenix
541393ebf9 Add ability for plugins to alter the config on load 2016-02-06 23:10:48 -08:00
Evan Phoenix
663666c5b7 Add plugin mechanism and initial plugin 2016-02-06 22:28:02 -08:00