yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
blob 5a63e7b634500fc24f982530f70c0c65102f6ca2 1791 bytes (raw)
$ git show HEAD:HACKING	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 
development dependencies
------------------------

* minitest RubyGem (version 4 or 5, standard in Ruby 2.0+)
* curl - https://curl.haxx.se/ - we don't trust our own Ruby abilities :>
* dd(1) - standard POSIX tool - to feed curl
* ab - https://httpd.apache.org/ - for concurrent testing
* GNU make - https://www.gnu.org/software/make/
* git - https://www.git-scm.com/
* ruby - https://www.ruby-lang.org/en/

	git clone https://yhbt.net/yahns.git

tests
-----

* make test - run each test in a separate process (parallelize using -j)
* make test-mt - run tests-multithreaded in one process
* make coverage - "make test" with coverage output
* make coverage-mt - "make test-mt" with coverage output
* ruby test/covshow.rb - show coverage output from previous test run

For non-GNU users, GNU make may be installed as "gmake".

test environment
----------------

N - specify the number of threads for *-mt targets (minitest parallelize_me!)
RUBY - specify an alternative ruby(1) runtime
V - set to 1 for verbose test output (may be mangled if multithreaded)

documentation
-------------

We use pod2man(1) distributed with Perl 5 for generating manpages.

installing from git
-------------------

* make install-gem

contact
-------

We use git(7) and develop yahns using email like git.git hackers do.
Please send patches via git-send-email(1) to us at <yahns-public@yhbt.net>.
Pull requests should be formatted using git-request-pull(1).

All mail is archived publically at: https://yhbt.net/yahns-public/
Anonymous contributions will always be welcome.
No subscription is necessary to email us.
Please remember to reply-to-all as we do not encourage subscription.

Copyright (C) 2013-2016 all contributors <yahns-public@yhbt.net>
License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>

git clone git://yhbt.net/yahns.git
git clone https://yhbt.net/yahns.git