1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

23 commits

Author SHA1 Message Date
Olle Jonsson
c7613e334e
Drop stray backslash in Markdown (#2815)
[ci skip]
2022-01-30 12:13:42 +01:00
Olle Jonsson
930e5b422d
Fix typo in CONTRIBUTING (#2805)
[ci skip]
2022-01-25 11:40:46 +01:00
Nate Berkopec
c38d61cf67
CONTRIBUTING: file limits
[ci skip]
2022-01-24 10:50:01 -07:00
Patrik Ragnarsson
4bfdbb736d
Use Ruby 3.1 in our Dockerfile (#2802)
Ruby 2.6 reaches EoL soon.

[ci skip]
2022-01-17 22:47:16 +01:00
Patrik Ragnarsson
34871daef0
tests: add TEST_CASE_TIMEOUT (#2765)
Useful if you want quicker feedback when you know something fails
instantly, example:

    rerun -x -c -- TEST_CASE_TIMEOUT=2 bundle e m test/test_integration_ssl.rb:126
2021-12-11 14:59:49 -07:00
Nate Berkopec
d048ea0308
Temporarily remove calls [ci skip]
Going on paternity leave from OSS for a few months :)
2021-10-29 12:24:48 -06:00
Jacob Herrington
cf991f6f55
Update instructions for GitHub actions [ci skip] (#2717) 2021-09-29 20:03:25 +02:00
Jacob Herrington
e3acca8c26
Update contributing.md [ci skip] (#2705)
I'm making an effort to make the contributing document a bit more
readable by decreasing redundant phrasing and adding a few links.
2021-09-21 09:58:09 -06:00
Patrik Ragnarsson
7d54416792
CONTRIBUTING: update section about changelog (#2660)
Related to the comment at https://github.com/puma/puma/pull/2656#pullrequestreview-699284873

[ci skip]
2021-07-13 12:59:53 -06:00
MSP-Greg
d97688f8cc
Update CONTRIBUTING.md (#2612) 2021-04-25 19:23:23 -06:00
Nate Berkopec
7ca15c152f
Add link to book time with Nate 2021-04-17 10:32:35 -06:00
Jonathan Thom
2a32b2e62e
Adds instructions on referencing local gem to CONTRIBUTING (#2599)
Resolves https://github.com/puma/puma/issues/2598
2021-04-17 08:28:51 -06:00
Nate Berkopec
dcfe6273cb
Contributing typo [ci skip] 2020-11-14 15:02:37 -07:00
Nate Berkopec
d158995d31
Introduce community backport policy 2020-11-14 15:01:55 -07:00
Jacob Herrington
9efa3aa2e4
Fix broken link [ci skip] [changelog skip] (#2445) 2020-10-22 18:08:16 -06:00
Nate Berkopec
cd158f7651
Close #2004 2020-10-21 14:40:34 -06:00
Jonathan Thom
3cb00a6b68
Updates Rack specification link (#2378) 2020-09-22 21:13:37 -06:00
Nate Berkopec
c9b2fa287a
Ragel 7 version note 2020-03-31 08:18:56 +09:00
Nate Berkopec
18b5c3f290
Newbies welcome 2020-03-14 07:12:36 -06:00
Nate Berkopec
00e20d8bca
Update CONTRIBUTING.md 2020-03-14 07:11:13 -06:00
Sébastien Puyet
f767f61219 [ci skip] fix readme single file test example (#2058)
* fix readme single file test example

* trigger build without tests
2019-10-29 17:42:53 -04:00
Nate Berkopec
6ad254f4fd
Add a few things to CONTRIBUTING 2019-10-16 11:52:10 +08:00
Daniel Colson
3cce1ffc44 Add contribution guide [ci skip] (#2034)
Closes #1880

As a recent first-time contributor to puma, there are some of the things
that might have been helpful to have in one place as I worked on my
first changes.

I am also thinking about a resources section that links to the docs
directory and to docs for libraries that might be unfamiliar to someone
looking through puma for the first time (I didn't know much about
TCPSocket, IO.pipe, nio4r, for example)
2019-10-16 05:35:23 +02:00