From 650e01ab0b118803486b56f3ee59521d59042dae Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 8 Mar 2017 07:33:38 +0000 Subject: doc: add version annotations for new features We will inevitably have people running old unicorn versions for many years to come; but they may be reading the latest documentation online. Annotate when the new features (will) appear to avoid misleading users on old versions. --- lib/unicorn/configurator.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/unicorn/configurator.rb') diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb index f404aea..5203537 100644 --- a/lib/unicorn/configurator.rb +++ b/lib/unicorn/configurator.rb @@ -187,6 +187,8 @@ class Unicorn::Configurator # # Do not use Configurator#user if you rely on changing users in the # after_worker_ready hook. + # + # after_worker_ready is only available in unicorn 5.3.0+ def after_worker_ready(*args, &block) set_hook(:after_worker_ready, block_given? ? block : args[0]) end @@ -245,6 +247,8 @@ class Unicorn::Configurator # to defeat possible address space discovery attacks. Note that using # worker_exec only makes sense if you are not preloading the application, # and will result in higher memory usage. + # + # worker_exec is only available in unicorn 5.3.0+ def worker_exec(bool) set_bool(:worker_exec, bool) end -- cgit v1.2.3-24-ge0c7