Actions
Improvement #186
openAvoid reloading of the application server during development
Start date:
03/01/2021
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Requires Documentation?:
Description
Usually, it is not necessary to reload the application server during development.
However, there is a ProjectQuery patch which is enabled in the init.rb. The init.rb again will only be loaded when the application server is restarted. Therefore, the patch activation should be moved to another appropriate place or autolaoded.
Actions