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

12 commits

Author SHA1 Message Date
Nate Berkopec
4c85facff3
Test cleanup and parallelization (#1846)
* Add frozen string literal everywhere it wasnt already

* Enforce stopgap for tests

* Small amount of integration test cleanup

* Parallelize and freeze Test_app_status

* Big cleanup for test_binder

* Whitespace fix
2019-07-16 18:53:28 -04:00
Bart
ce53f576fd Remove URI backport for Ruby 1.9.3 (#1709)
Ruby 2.2+ has been a requirement since 825bf851f8
2019-02-14 14:37:27 -07:00
Richard Schneeman
a5cf4c27e3
Merge branch 'master' into make_ci_work 2018-09-21 10:02:09 -05:00
MSP-Greg
a3ac7b9c27 Update code files
1. mini_sll.c - add SSL version info
2. RuboCop fixes
3. control_cli.rb stability
2018-09-11 16:31:54 -05:00
schneems
b9a4fccafa Enable all Performance Cops 2018-07-30 21:30:32 -05:00
Francesco Rodriguez
bb1833163d Compare host and server name only once per call.
Backport of https://github.com/rack/rack/pull/1042
2016-09-13 12:23:00 +02:00
Evan Phoenix
5fdf337790 Move puma.rb to just autoloads. Fixes #1063 2016-09-05 11:29:16 -07:00
Francesco Rodriguez
69710ab4a4 Remove support for 1.8.7 and 1.9.2. 2016-09-01 23:58:15 +02:00
Evan Phoenix
791cd4af97 Ignore errors trying to update the backport tables. Fixes #788 2016-04-07 11:26:57 -07:00
Evan Phoenix
6bffcf75ab Remove toplevel rack interspection, require rack on load instead 2015-08-03 21:54:55 -07:00
Evan Phoenix
5c9f871771 Pull over and use Rack::URLMap. Fixes #741 2015-07-17 10:52:06 -07:00
Evan Phoenix
537bc21593 Remove rack dependency. Fixes #705
Because frameworks like rails dependent on rack, if puma truly wants to
be able to reload new code and thus new versions of rails, it has to be
able to reload rack as well.

Having a dependency on rack held by puma prevented that from happening
and so that dependency has been removed.
2015-07-14 10:28:59 -07:00