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