summaryrefslogtreecommitdiffhomepage
path: root/src/ruby/nxt_ruby.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-27Ruby: fixed contents of SCRIPT_NAME.Alejandro Colomar1-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-09Ruby: added the Rack environment parameter "SCRIPT_NAME".Zhidao HONG1-0/+1
2020-11-05Ruby: request processing in multiple threads.Max Romanov1-2/+6
This closes #482 issue on GitHub.
2018-08-06Unit application library.Max Romanov1-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-21Added Ruby support.Alexander Borisov1-0/+34