Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-27 | Ruby: fixed contents of SCRIPT_NAME. | Alejandro Colomar | 1 | -1/+0 | |
Having the basename of the script pathname was incorrect. While we don't have something more accurate, the best thing to do is to have it empty (which should be the right thing most of the time). This closes #715 issue on GitHub. The bug was introduced in git commit 0032543fa65f454c471c968998190b027c1ff270 'Ruby: added the Rack environment parameter "SCRIPT_NAME".'. | |||||
2022-03-09 | Ruby: added the Rack environment parameter "SCRIPT_NAME". | Zhidao HONG | 1 | -0/+1 | |
2020-11-05 | Ruby: request processing in multiple threads. | Max Romanov | 1 | -2/+6 | |
This closes #482 issue on GitHub. | |||||
2018-08-06 | Unit application library. | Max Romanov | 1 | -5/+3 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
2018-03-21 | Added Ruby support. | Alexander Borisov | 1 | -0/+34 | |