summaryrefslogtreecommitdiffhomepage
path: root/src/ruby (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-08-06Unit application library.Max Romanov3-419/+360
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
2018-07-10Ruby: added "require('bundler/setup')".Alexander Borisov1-1/+23
This closes #93 PR on GitHub.
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-5/+5
2018-05-21Added SERVER_SOFTWARE request meta-variable.Valentin Bartenev1-0/+5
2018-04-04Changed version processing for modules.Alexander Borisov1-1/+1
2018-04-03Ruby: added 'enc/trans/transdb' module for converting encodings.Alexander Borisov1-0/+3
This closes #92 issue on GitHub.
2018-03-21Added Ruby support.Alexander Borisov3-0/+1235