rack 2.0.5 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rack might be problematic. Click here for more details.

Files changed (188) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +60 -0
  3. data/{COPYING → MIT-LICENSE} +4 -2
  4. data/README.rdoc +77 -117
  5. data/Rakefile +25 -18
  6. data/SPEC +9 -9
  7. data/bin/rackup +1 -0
  8. data/example/lobster.ru +2 -0
  9. data/example/protectedlobster.rb +3 -1
  10. data/example/protectedlobster.ru +2 -0
  11. data/lib/rack.rb +63 -60
  12. data/lib/rack/auth/abstract/handler.rb +3 -1
  13. data/lib/rack/auth/abstract/request.rb +2 -0
  14. data/lib/rack/auth/basic.rb +4 -1
  15. data/lib/rack/auth/digest/md5.rb +9 -7
  16. data/lib/rack/auth/digest/nonce.rb +6 -3
  17. data/lib/rack/auth/digest/params.rb +4 -2
  18. data/lib/rack/auth/digest/request.rb +2 -0
  19. data/lib/rack/body_proxy.rb +3 -6
  20. data/lib/rack/builder.rb +38 -15
  21. data/lib/rack/cascade.rb +6 -5
  22. data/lib/rack/chunked.rb +29 -6
  23. data/lib/rack/common_logger.rb +9 -8
  24. data/lib/rack/conditional_get.rb +3 -1
  25. data/lib/rack/config.rb +2 -0
  26. data/lib/rack/content_length.rb +3 -1
  27. data/lib/rack/content_type.rb +3 -1
  28. data/lib/rack/core_ext/regexp.rb +14 -0
  29. data/lib/rack/deflater.rb +28 -17
  30. data/lib/rack/directory.rb +17 -14
  31. data/lib/rack/etag.rb +3 -1
  32. data/lib/rack/events.rb +5 -3
  33. data/lib/rack/file.rb +4 -173
  34. data/lib/rack/files.rb +178 -0
  35. data/lib/rack/handler.rb +7 -2
  36. data/lib/rack/handler/cgi.rb +3 -1
  37. data/lib/rack/handler/fastcgi.rb +4 -2
  38. data/lib/rack/handler/lsws.rb +3 -1
  39. data/lib/rack/handler/scgi.rb +9 -6
  40. data/lib/rack/handler/thin.rb +3 -1
  41. data/lib/rack/handler/webrick.rb +4 -2
  42. data/lib/rack/head.rb +2 -0
  43. data/lib/rack/lint.rb +14 -11
  44. data/lib/rack/lobster.rb +7 -5
  45. data/lib/rack/lock.rb +2 -0
  46. data/lib/rack/logger.rb +2 -0
  47. data/lib/rack/media_type.rb +10 -5
  48. data/lib/rack/method_override.rb +4 -2
  49. data/lib/rack/mime.rb +9 -1
  50. data/lib/rack/mock.rb +74 -15
  51. data/lib/rack/multipart.rb +5 -3
  52. data/lib/rack/multipart/generator.rb +6 -7
  53. data/lib/rack/multipart/parser.rb +54 -51
  54. data/lib/rack/multipart/uploaded_file.rb +2 -0
  55. data/lib/rack/null_logger.rb +2 -0
  56. data/lib/rack/query_parser.rb +51 -25
  57. data/lib/rack/recursive.rb +7 -5
  58. data/lib/rack/reloader.rb +10 -4
  59. data/lib/rack/request.rb +89 -23
  60. data/lib/rack/response.rb +71 -31
  61. data/lib/rack/rewindable_input.rb +4 -2
  62. data/lib/rack/runtime.rb +4 -2
  63. data/lib/rack/sendfile.rb +15 -8
  64. data/lib/rack/server.rb +88 -18
  65. data/lib/rack/session/abstract/id.rb +104 -21
  66. data/lib/rack/session/cookie.rb +21 -11
  67. data/lib/rack/session/memcache.rb +4 -87
  68. data/lib/rack/session/pool.rb +17 -8
  69. data/lib/rack/show_exceptions.rb +16 -10
  70. data/lib/rack/show_status.rb +4 -2
  71. data/lib/rack/static.rb +15 -10
  72. data/lib/rack/tempfile_reaper.rb +2 -0
  73. data/lib/rack/urlmap.rb +11 -2
  74. data/lib/rack/utils.rb +55 -70
  75. data/rack.gemspec +17 -7
  76. metadata +30 -171
  77. data/HISTORY.md +0 -505
  78. data/test/builder/an_underscore_app.rb +0 -5
  79. data/test/builder/anything.rb +0 -5
  80. data/test/builder/comment.ru +0 -4
  81. data/test/builder/end.ru +0 -5
  82. data/test/builder/line.ru +0 -1
  83. data/test/builder/options.ru +0 -2
  84. data/test/cgi/assets/folder/test.js +0 -1
  85. data/test/cgi/assets/fonts/font.eot +0 -1
  86. data/test/cgi/assets/images/image.png +0 -1
  87. data/test/cgi/assets/index.html +0 -1
  88. data/test/cgi/assets/javascripts/app.js +0 -1
  89. data/test/cgi/assets/stylesheets/app.css +0 -1
  90. data/test/cgi/lighttpd.conf +0 -26
  91. data/test/cgi/rackup_stub.rb +0 -6
  92. data/test/cgi/sample_rackup.ru +0 -5
  93. data/test/cgi/test +0 -9
  94. data/test/cgi/test+directory/test+file +0 -1
  95. data/test/cgi/test.fcgi +0 -9
  96. data/test/cgi/test.gz +0 -0
  97. data/test/cgi/test.ru +0 -5
  98. data/test/gemloader.rb +0 -10
  99. data/test/helper.rb +0 -34
  100. data/test/multipart/bad_robots +0 -259
  101. data/test/multipart/binary +0 -0
  102. data/test/multipart/content_type_and_no_filename +0 -6
  103. data/test/multipart/empty +0 -10
  104. data/test/multipart/fail_16384_nofile +0 -814
  105. data/test/multipart/file1.txt +0 -1
  106. data/test/multipart/filename_and_modification_param +0 -7
  107. data/test/multipart/filename_and_no_name +0 -6
  108. data/test/multipart/filename_with_encoded_words +0 -7
  109. data/test/multipart/filename_with_escaped_quotes +0 -6
  110. data/test/multipart/filename_with_escaped_quotes_and_modification_param +0 -7
  111. data/test/multipart/filename_with_null_byte +0 -7
  112. data/test/multipart/filename_with_percent_escaped_quotes +0 -6
  113. data/test/multipart/filename_with_single_quote +0 -7
  114. data/test/multipart/filename_with_unescaped_percentages +0 -6
  115. data/test/multipart/filename_with_unescaped_percentages2 +0 -6
  116. data/test/multipart/filename_with_unescaped_percentages3 +0 -6
  117. data/test/multipart/filename_with_unescaped_quotes +0 -6
  118. data/test/multipart/ie +0 -6
  119. data/test/multipart/invalid_character +0 -6
  120. data/test/multipart/mixed_files +0 -21
  121. data/test/multipart/nested +0 -10
  122. data/test/multipart/none +0 -9
  123. data/test/multipart/quoted +0 -15
  124. data/test/multipart/rack-logo.png +0 -0
  125. data/test/multipart/semicolon +0 -6
  126. data/test/multipart/text +0 -15
  127. data/test/multipart/three_files_three_fields +0 -31
  128. data/test/multipart/unity3d_wwwform +0 -11
  129. data/test/multipart/webkit +0 -32
  130. data/test/rackup/config.ru +0 -31
  131. data/test/registering_handler/rack/handler/registering_myself.rb +0 -8
  132. data/test/spec_auth_basic.rb +0 -89
  133. data/test/spec_auth_digest.rb +0 -260
  134. data/test/spec_body_proxy.rb +0 -85
  135. data/test/spec_builder.rb +0 -233
  136. data/test/spec_cascade.rb +0 -63
  137. data/test/spec_cgi.rb +0 -84
  138. data/test/spec_chunked.rb +0 -103
  139. data/test/spec_common_logger.rb +0 -95
  140. data/test/spec_conditional_get.rb +0 -103
  141. data/test/spec_config.rb +0 -23
  142. data/test/spec_content_length.rb +0 -86
  143. data/test/spec_content_type.rb +0 -46
  144. data/test/spec_deflater.rb +0 -375
  145. data/test/spec_directory.rb +0 -148
  146. data/test/spec_etag.rb +0 -108
  147. data/test/spec_events.rb +0 -133
  148. data/test/spec_fastcgi.rb +0 -85
  149. data/test/spec_file.rb +0 -264
  150. data/test/spec_handler.rb +0 -57
  151. data/test/spec_head.rb +0 -46
  152. data/test/spec_lint.rb +0 -515
  153. data/test/spec_lobster.rb +0 -59
  154. data/test/spec_lock.rb +0 -204
  155. data/test/spec_logger.rb +0 -24
  156. data/test/spec_media_type.rb +0 -42
  157. data/test/spec_method_override.rb +0 -110
  158. data/test/spec_mime.rb +0 -51
  159. data/test/spec_mock.rb +0 -359
  160. data/test/spec_multipart.rb +0 -722
  161. data/test/spec_null_logger.rb +0 -21
  162. data/test/spec_recursive.rb +0 -75
  163. data/test/spec_request.rb +0 -1393
  164. data/test/spec_response.rb +0 -510
  165. data/test/spec_rewindable_input.rb +0 -128
  166. data/test/spec_runtime.rb +0 -50
  167. data/test/spec_sendfile.rb +0 -125
  168. data/test/spec_server.rb +0 -193
  169. data/test/spec_session_abstract_id.rb +0 -31
  170. data/test/spec_session_abstract_session_hash.rb +0 -45
  171. data/test/spec_session_cookie.rb +0 -442
  172. data/test/spec_session_memcache.rb +0 -320
  173. data/test/spec_session_pool.rb +0 -210
  174. data/test/spec_show_exceptions.rb +0 -80
  175. data/test/spec_show_status.rb +0 -104
  176. data/test/spec_static.rb +0 -184
  177. data/test/spec_tempfile_reaper.rb +0 -64
  178. data/test/spec_thin.rb +0 -96
  179. data/test/spec_urlmap.rb +0 -237
  180. data/test/spec_utils.rb +0 -742
  181. data/test/spec_version.rb +0 -11
  182. data/test/spec_webrick.rb +0 -206
  183. data/test/static/another/index.html +0 -1
  184. data/test/static/foo.html +0 -1
  185. data/test/static/index.html +0 -1
  186. data/test/testrequest.rb +0 -78
  187. data/test/unregistered_handler/rack/handler/unregistered.rb +0 -7
  188. data/test/unregistered_handler/rack/handler/unregistered_long_one.rb +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 67795fcdb4d1f94c31a5d36ab7d5c617132674e9
4
- data.tar.gz: 28f1d6b5f728c8b766752a023b5c7c2c0b6014f6
2
+ SHA256:
3
+ metadata.gz: 4c636b399e2635a9c09098c5b9c7bc47488b2184d0283d21853616862bbadacd
4
+ data.tar.gz: fc4e151fe86e0752616e3e42b01f7f730250ab6cc55dc1bbe3452ed7bc92b507
5
5
  SHA512:
6
- metadata.gz: 13a96a15f60371cbfc1986593a92f099f14eefbfcc6d8833f7bd124ef87797f4f2ea443e5c35aeec1486c73cee4511098544d79b4e9d24f3b44a53f20cac13a3
7
- data.tar.gz: 9cf9fda3a38fdc8bad2e5be1110b2f13c40a1999d6a9c8ea07f61b76b330f6d5f9cbee96bc751c5b54dc0c0376fbc1aa360f60240c7bd103b2ce2f6d725dd2bf
6
+ metadata.gz: 416fca4689a96df477d6b90978470c34c68facfa7ce1ee48cc1956f47e9f7379d906ae661b1c78ff14ff565c19f16ca28e5dcbfef18e9f87c36f7fb5d781d54f
7
+ data.tar.gz: 8d400ae00dae63dc5afcb84aef13598b95892dce2d9bd3d2662da64c22dc97e28d30b125692c71547b0d41e44fb1628d1eba9cf5e42a834502353c7730acd872
@@ -0,0 +1,60 @@
1
+ ## [2.1.1] - 2020-01-12
2
+
3
+ - Remove `Rack::Chunked` from `Rack::Server` default middleware. ([#1475](https://github.com/rack/rack/pull/1475), [@ioquatix](https://github.com/ioquatix))
4
+
5
+ ## [2.1.0] - 2020-01-10
6
+
7
+ ### Added
8
+
9
+ - Add support for `SameSite=None` cookie value. ([@hennikul](https://github.com/hennikul))
10
+ - Add trailer headers. ([@eileencodes](https://github.com/eileencodes))
11
+ - Add MIME Types for video streaming. ([@styd](https://github.com/styd))
12
+ - Add MIME Type for WASM. ([@buildrtech](https://github.com/buildrtech))
13
+ - Add `Early Hints(103)` to status codes. ([@egtra](https://github.com/egtra))
14
+ - Add `Too Early(425)` to status codes. ([@y-yagi]((https://github.com/y-yagi)))
15
+ - Add `Bandwidth Limit Exceeded(509)` to status codes. ([@CJKinni](https://github.com/CJKinni))
16
+ - Add method for custom `ip_filter`. ([@svcastaneda](https://github.com/svcastaneda))
17
+ - Add boot-time profiling capabilities to `rackup`. ([@tenderlove](https://github.com/tenderlove))
18
+ - Add multi mapping support for `X-Accel-Mappings` header. ([@yoshuki](https://github.com/yoshuki))
19
+ - Add `sync: false` option to `Rack::Deflater`. (Eric Wong)
20
+ - Add `Builder#freeze_app` to freeze application and all middleware instances. ([@jeremyevans](https://github.com/jeremyevans))
21
+ - Add API to extract cookies from `Rack::MockResponse`. ([@petercline](https://github.com/petercline))
22
+
23
+ ### Changed
24
+
25
+ - Don't propagate nil values from middleware. ([@ioquatix](https://github.com/ioquatix))
26
+ - Lazily initialize the response body and only buffer it if required. ([@ioquatix](https://github.com/ioquatix))
27
+ - Fix deflater zlib buffer errors on empty body part. ([@felixbuenemann](https://github.com/felixbuenemann))
28
+ - Set `X-Accel-Redirect` to percent-encoded path. ([@diskkid](https://github.com/diskkid))
29
+ - Remove unnecessary buffer growing when parsing multipart. ([@tainoe](https://github.com/tainoe))
30
+ - Expand the root path in `Rack::Static` upon initialization. ([@rosenfeld](https://github.com/rosenfeld))
31
+ - Make `ShowExceptions` work with binary data. ([@axyjo](https://github.com/axyjo))
32
+ - Use buffer string when parsing multipart requests. ([@janko-m](https://github.com/janko-m))
33
+ - Support optional UTF-8 Byte Order Mark (BOM) in config.ru. ([@mikegee](https://github.com/mikegee))
34
+ - Handle `X-Forwarded-For` with optional port. ([@dpritchett](https://github.com/dpritchett))
35
+ - Use `Time#httpdate` format for Expires, as proposed by RFC 7231. ([@nanaya](https://github.com/nanaya))
36
+ - Make `Utils.status_code` raise an error when the status symbol is invalid instead of `500`. ([@adambutler](https://github.com/adambutler))
37
+ - Rename `Request::SCHEME_WHITELIST` to `Request::ALLOWED_SCHEMES`.
38
+ - Make `Multipart::Parser.get_filename` accept files with `+` in their name. ([@lucaskanashiro](https://github.com/lucaskanashiro))
39
+ - Add Falcon to the default handler fallbacks. ([@ioquatix](https://github.com/ioquatix))
40
+ - Update codebase to avoid string mutations in preparation for `frozen_string_literals`. ([@pat](https://github.com/pat))
41
+ - Change `MockRequest#env_for` to rely on the input optionally responding to `#size` instead of `#length`. ([@janko](https://github.com/janko))
42
+ - Rename `Rack::File` -> `Rack::Files` and add deprecation notice. ([@postmodern](https://github.com/postmodern)).
43
+ - Prefer Base64 “strict encoding” for Base64 cookies. ([@ioquatix](https://github.com/ioquatix))
44
+
45
+ ### Removed
46
+
47
+ - Remove `to_ary` from Response ([@tenderlove](https://github.com/tenderlove))
48
+ - Deprecate `Rack::Session::Memcache` in favor of `Rack::Session::Dalli` from dalli gem ([@fatkodima](https://github.com/fatkodima))
49
+
50
+ ### Fixed
51
+
52
+ - Eliminate warnings for Ruby 2.7. ([@osamtimizer](https://github.com/osamtimizer]))
53
+
54
+ ### Documentation
55
+
56
+ - Update broken example in `Session::Abstract::ID` documentation. ([tonytonyjan](https://github.com/tonytonyjan))
57
+ - Add Padrino to the list of frameworks implmenting Rack. ([@wikimatze](https://github.com/wikimatze))
58
+ - Remove Mongrel from the suggested server options in the help output. ([@tricknotes](https://github.com/tricknotes))
59
+ - Replace `HISTORY.md` and `NEWS.md` with `CHANGELOG.md`. ([@twitnithegirl](https://github.com/twitnithegirl))
60
+ - CHANGELOG updates. ([@drenmi](https://github.com/Drenmi), [@p8](https://github.com/p8))
@@ -1,4 +1,6 @@
1
- Copyright (c) 2007-2016 Christian Neukirchen <purl.org/net/chneukirchen>
1
+ The MIT License (MIT)
2
+
3
+ Copyright (C) 2007-2019 Leah Neukirchen <http://leahneukirchen.org/infopage.html>
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
6
  of this software and associated documentation files (the "Software"), to
@@ -13,6 +15,6 @@ all copies or substantial portions of the Software.
13
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16
- THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17
19
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
20
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,99 +1,103 @@
1
- = Rack, a modular Ruby webserver interface {<img src="https://secure.travis-ci.org/rack/rack.svg" alt="Build Status" />}[http://travis-ci.org/rack/rack] {<img src="https://gemnasium.com/rack/rack.svg" alt="Dependency Status" />}[https://gemnasium.com/rack/rack]
1
+ = \Rack, a modular Ruby webserver interface
2
2
 
3
- Rack provides a minimal, modular, and adaptable interface for developing
4
- web applications in Ruby. By wrapping HTTP requests and responses in
3
+ {<img src="https://rack.github.io/logo.png" width="400" alt="rack powers web applications" />}[https://rack.github.io/]
4
+
5
+ {<img src="https://circleci.com/gh/rack/rack.svg?style=svg" alt="CircleCI" />}[https://circleci.com/gh/rack/rack]
6
+ {<img src="https://badge.fury.io/rb/rack.svg" alt="Gem Version" />}[http://badge.fury.io/rb/rack]
7
+ {<img src="https://api.dependabot.com/badges/compatibility_score?dependency-name=rack&package-manager=bundler&version-scheme=semver" alt="SemVer Stability" />}[https://dependabot.com/compatibility-score.html?dependency-name=rack&package-manager=bundler&version-scheme=semver]
8
+
9
+ \Rack provides a minimal, modular, and adaptable interface for developing
10
+ web applications in Ruby. By wrapping HTTP requests and responses in
5
11
  the simplest way possible, it unifies and distills the API for web
6
12
  servers, web frameworks, and software in between (the so-called
7
13
  middleware) into a single method call.
8
14
 
9
- The exact details of this are described in the Rack specification,
10
- which all Rack applications should conform to.
15
+ The exact details of this are described in the \Rack specification,
16
+ which all \Rack applications should conform to.
11
17
 
12
18
  == Supported web servers
13
19
 
14
- The included *handlers* connect all kinds of web servers to Rack:
15
- * WEBrick
20
+ The included *handlers* connect all kinds of web servers to \Rack:
21
+
22
+ * WEBrick[https://github.com/ruby/webrick]
16
23
  * FCGI
17
24
  * CGI
18
25
  * SCGI
19
- * LiteSpeed
20
- * Thin
21
-
22
- These web servers include Rack handlers in their distributions:
23
- * Ebb
24
- * Fuzed
25
- * Glassfish v3
26
- * Phusion Passenger (which is mod_rack for Apache and for nginx)
27
- * Puma
28
- * Reel
29
- * Unicorn
30
- * unixrack
31
- * uWSGI
32
- * yahns
33
-
34
- Any valid Rack app will run the same on all these handlers, without
26
+ * LiteSpeed[https://www.litespeedtech.com/]
27
+ * Thin[https://rubygems.org/gems/thin]
28
+
29
+ These web servers include \Rack handlers in their distributions:
30
+
31
+ * Agoo[https://github.com/ohler55/agoo]
32
+ * Falcon[https://github.com/socketry/falcon]
33
+ * {NGINX Unit}[https://unit.nginx.org/]
34
+ * {Phusion Passenger}[https://www.phusionpassenger.com/] (which is mod_rack for Apache and for nginx)
35
+ * Puma[https://puma.io/]
36
+ * Unicorn[https://bogomips.org/unicorn/]
37
+ * uWSGI[https://uwsgi-docs.readthedocs.io/en/latest/]
38
+
39
+ Any valid \Rack app will run the same on all these handlers, without
35
40
  changing anything.
36
41
 
37
42
  == Supported web frameworks
38
43
 
39
- These frameworks include Rack adapters in their distributions:
40
- * Camping
41
- * Coset
42
- * Espresso
43
- * Halcyon
44
- * Mack
45
- * Maveric
46
- * Merb
44
+ These frameworks include \Rack adapters in their distributions:
45
+
46
+ * Camping[http://www.ruby-camping.com/]
47
+ * Coset[http://leahneukirchen.org/repos/coset/]
48
+ * Hanami[https://hanamirb.org/]
49
+ * Padrino[http://padrinorb.com/]
47
50
  * Racktools::SimpleApplication
48
- * Ramaze
49
- * Ruby on Rails
50
- * Rum
51
- * Sinatra
52
- * Sin
53
- * Vintage
54
- * Waves
55
- * Wee
51
+ * Ramaze[http://ramaze.net/]
52
+ * Roda[https://github.com/jeremyevans/roda]
53
+ * {Ruby on Rails}[https://rubyonrails.org/]
54
+ * Rum[https://github.com/leahneukirchen/rum]
55
+ * Sinatra[http://sinatrarb.com/]
56
+ * Utopia[https://github.com/socketry/utopia]
57
+ * WABuR[https://github.com/ohler55/wabur]
56
58
  * ... and many others.
57
59
 
58
60
  == Available middleware
59
61
 
60
- Between the server and the framework, Rack can be customized to your
62
+ Between the server and the framework, \Rack can be customized to your
61
63
  applications needs using middleware, for example:
64
+
62
65
  * Rack::URLMap, to route to multiple applications inside the same process.
63
66
  * Rack::CommonLogger, for creating Apache-style logfiles.
64
67
  * Rack::ShowException, for catching unhandled exceptions and
65
68
  presenting them in a nice and helpful way with clickable backtrace.
66
- * Rack::File, for serving static files.
69
+ * Rack::Files, for serving static files.
67
70
  * ...many others!
68
71
 
69
72
  All these components use the same interface, which is described in
70
- detail in the Rack specification. These optional components can be
73
+ detail in the \Rack specification. These optional components can be
71
74
  used in any way you wish.
72
75
 
73
76
  == Convenience
74
77
 
75
78
  If you want to develop outside of existing frameworks, implement your
76
- own ones, or develop middleware, Rack provides many helpers to create
77
- Rack applications quickly and without doing the same web stuff all
79
+ own ones, or develop middleware, \Rack provides many helpers to create
80
+ \Rack applications quickly and without doing the same web stuff all
78
81
  over:
82
+
79
83
  * Rack::Request, which also provides query string parsing and
80
84
  multipart handling.
81
85
  * Rack::Response, for convenient generation of HTTP replies and
82
86
  cookie handling.
83
87
  * Rack::MockRequest and Rack::MockResponse for efficient and quick
84
- testing of Rack application without real HTTP round-trips.
88
+ testing of \Rack application without real HTTP round-trips.
85
89
 
86
90
  == rack-contrib
87
91
 
88
92
  The plethora of useful middleware created the need for a project that
89
- collects fresh Rack middleware. rack-contrib includes a variety of
90
- add-on components for Rack and it is easy to contribute new modules.
93
+ collects fresh \Rack middleware. rack-contrib includes a variety of
94
+ add-on components for \Rack and it is easy to contribute new modules.
91
95
 
92
96
  * https://github.com/rack/rack-contrib
93
97
 
94
98
  == rackup
95
99
 
96
- rackup is a useful tool for running Rack applications, which uses the
100
+ rackup is a useful tool for running \Rack applications, which uses the
97
101
  Rack::Builder DSL to configure middleware and build up applications
98
102
  easily.
99
103
 
@@ -117,18 +121,13 @@ By default, the lobster is found at http://localhost:9292.
117
121
 
118
122
  == Installing with RubyGems
119
123
 
120
- A Gem of Rack is available at rubygems.org. You can install it with:
124
+ A Gem of \Rack is available at {rubygems.org}[https://rubygems.org/gems/rack]. You can install it with:
121
125
 
122
126
  gem install rack
123
127
 
124
- I also provide a local mirror of the gems (and development snapshots)
125
- at my site:
126
-
127
- gem install rack --source http://chneukirchen.org/releases/gems/
128
-
129
128
  == Running the tests
130
129
 
131
- Testing Rack requires the bacon testing framework:
130
+ Testing \Rack requires the bacon testing framework:
132
131
 
133
132
  bundle install --without extra # to be able to run the fast tests
134
133
 
@@ -138,7 +137,7 @@ Or:
138
137
 
139
138
  There is a rake-based test task:
140
139
 
141
- rake test tests all the tests
140
+ rake test # tests all the tests
142
141
 
143
142
  The testsuite has no dependencies outside of the core Ruby
144
143
  installation and bacon.
@@ -146,37 +145,15 @@ installation and bacon.
146
145
  To run the test suite completely, you need:
147
146
 
148
147
  * fcgi
149
- * memcache-client
148
+ * dalli
150
149
  * thin
151
150
 
152
- The full set of tests test FCGI access with lighttpd (on port
153
- 9203) so you will need lighttpd installed as well as the FCGI
154
- libraries and the fcgi gem:
155
-
156
- Download and install lighttpd:
157
-
158
- http://www.lighttpd.net/download
159
-
160
- Installing the FCGI libraries:
161
-
162
- curl -O http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
163
- tar xzvf fcgi-2.4.0.tar.gz
164
- cd fcgi-2.4.0
165
- ./configure --prefix=/usr/local
166
- make
167
- sudo make install
168
- cd ..
169
-
170
- Installing the Ruby fcgi gem:
171
-
172
- gem install fcgi
173
-
174
- Furthermore, to test Memcache sessions, you need memcached (will be
175
- run on port 11211) and memcache-client installed.
151
+ To test Memcache sessions, you need memcached (will be
152
+ run on port 11211) and dalli installed.
176
153
 
177
154
  == Configuration
178
155
 
179
- Several parameters can be modified on Rack::Utils to configure Rack behaviour.
156
+ Several parameters can be modified on Rack::Utils to configure \Rack behaviour.
180
157
 
181
158
  e.g:
182
159
 
@@ -198,27 +175,28 @@ The default is 128, which means that a single request can't upload more than 128
198
175
 
199
176
  Set to 0 for no limit.
200
177
 
201
- Can also be set via the RACK_MULTIPART_PART_LIMIT environment variable.
178
+ Can also be set via the +RACK_MULTIPART_PART_LIMIT+ environment variable.
202
179
 
203
- == History
180
+ == Changelog
204
181
 
205
- See <https://github.com/rack/rack/blob/master/HISTORY.md>.
182
+ See {CHANGELOG.md}[https://github.com/rack/rack/blob/master/CHANGELOG.md].
206
183
 
207
184
  == Contact
208
185
 
209
186
  Please post bugs, suggestions and patches to
210
- the bug tracker at <https://github.com/rack/rack/issues>.
187
+ the bug tracker at {issues}[https://github.com/rack/rack/issues].
211
188
 
212
189
  Please post security related bugs and suggestions to the core team at
213
- <https://groups.google.com/group/rack-core> or rack-core@googlegroups.com. This
190
+ <https://groups.google.com/forum/#!forum/rack-core> or rack-core@googlegroups.com. This
214
191
  list is not public. Due to wide usage of the library, it is strongly preferred
215
192
  that we manage timing in order to provide viable patches at the time of
216
193
  disclosure. Your assistance in this matter is greatly appreciated.
217
194
 
218
195
  Mailing list archives are available at
219
- <https://groups.google.com/group/rack-devel>.
196
+ <https://groups.google.com/forum/#!forum/rack-devel>.
220
197
 
221
198
  Git repository (send Git patches to the mailing list):
199
+
222
200
  * https://github.com/rack/rack
223
201
  * http://git.vuxu.org/cgi-bin/gitweb.cgi?p=rack-github.git
224
202
 
@@ -226,9 +204,9 @@ You are also welcome to join the #rack channel on irc.freenode.net.
226
204
 
227
205
  == Thanks
228
206
 
229
- The Rack Core Team, consisting of
207
+ The \Rack Core Team, consisting of
230
208
 
231
- * Leah Neukirchen (chneukirchen[https://github.com/chneukirchen])
209
+ * Leah Neukirchen (leahneukirchen[https://github.com/leahneukirchen])
232
210
  * James Tucker (raggi[https://github.com/raggi])
233
211
  * Josh Peek (josh[https://github.com/josh])
234
212
  * José Valim (josevalim[https://github.com/josevalim])
@@ -237,7 +215,7 @@ The Rack Core Team, consisting of
237
215
  * Santiago Pastorino (spastorino[https://github.com/spastorino])
238
216
  * Konstantin Haase (rkh[https://github.com/rkh])
239
217
 
240
- and the Rack Alumnis
218
+ and the \Rack Alumnis
241
219
 
242
220
  * Ryan Tomayko (rtomayko[https://github.com/rtomayko])
243
221
  * Scytrin dai Kinthra (scytrin[https://github.com/scytrin])
@@ -269,34 +247,16 @@ would like to thank:
269
247
  * Alexander Kellett for testing the Gem and reviewing the announcement.
270
248
  * Marcus Rückert, for help with configuring and debugging lighttpd.
271
249
  * The WSGI team for the well-done and documented work they've done and
272
- Rack builds up on.
250
+ \Rack builds up on.
273
251
  * All bug reporters and patch contributors not mentioned above.
274
252
 
275
- == Copyright
276
-
277
- Copyright (C) 2007, 2008, 2009, 2010 Christian Neukirchen <http://purl.org/net/chneukirchen>
278
-
279
- Permission is hereby granted, free of charge, to any person obtaining a copy
280
- of this software and associated documentation files (the "Software"), to
281
- deal in the Software without restriction, including without limitation the
282
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
283
- sell copies of the Software, and to permit persons to whom the Software is
284
- furnished to do so, subject to the following conditions:
285
-
286
- The above copyright notice and this permission notice shall be included in
287
- all copies or substantial portions of the Software.
253
+ == Links
288
254
 
289
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
290
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
291
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
292
- THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
293
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
294
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
255
+ \Rack:: <https://rack.github.io/>
256
+ Official \Rack repositories:: <https://github.com/rack>
257
+ \Rack Bug Tracking:: <https://github.com/rack/rack/issues>
258
+ rack-devel mailing list:: <https://groups.google.com/forum/#!forum/rack-devel>
295
259
 
296
- == Links
260
+ == License
297
261
 
298
- Rack:: <https://rack.github.io/>
299
- Official Rack repositories:: <https://github.com/rack>
300
- Rack Bug Tracking:: <https://github.com/rack/rack/issues>
301
- rack-devel mailing list:: <https://groups.google.com/group/rack-devel>
302
- Rack's Rubyforge project:: <http://rubyforge.org/projects/rack>
262
+ \Rack is released under the {MIT License}[https://opensource.org/licenses/MIT].
data/Rakefile CHANGED
@@ -1,7 +1,9 @@
1
- # Rakefile for Rack. -*-ruby-*-
1
+ # frozen_string_literal: true
2
+
3
+ require "rake/testtask"
2
4
 
3
5
  desc "Run all the tests"
4
- task :default => [:test]
6
+ task default: :test
5
7
 
6
8
  desc "Install gem dependencies"
7
9
  task :deps do
@@ -16,7 +18,7 @@ task :deps do
16
18
  end
17
19
 
18
20
  desc "Make an archive as .tar.gz"
19
- task :dist => %w[chmod ChangeLog SPEC rdoc] do
21
+ task dist: %w[chmod changelog spec rdoc] do
20
22
  sh "git archive --format=tar --prefix=#{release}/ HEAD^{tree} >#{release}.tar"
21
23
  sh "pax -waf #{release}.tar -s ':^:#{release}/:' SPEC ChangeLog doc rack.gemspec"
22
24
  sh "gzip -f -9 #{release}.tar"
@@ -31,7 +33,7 @@ task :officialrelease do
31
33
  sh "mv stage/#{release}.tar.gz stage/#{release}.gem ."
32
34
  end
33
35
 
34
- task :officialrelease_really => %w[SPEC dist gem] do
36
+ task officialrelease_really: %w[spec dist gem] do
35
37
  sh "shasum #{release}.tar.gz #{release}.gem"
36
38
  end
37
39
 
@@ -46,7 +48,7 @@ task :chmod do
46
48
  end
47
49
 
48
50
  desc "Generate a ChangeLog"
49
- task :changelog => %w[ChangeLog]
51
+ task changelog: "ChangeLog"
50
52
 
51
53
  file '.git/index'
52
54
  file "ChangeLog" => '.git/index' do
@@ -68,8 +70,10 @@ file "ChangeLog" => '.git/index' do
68
70
  }
69
71
  end
70
72
 
71
- file 'lib/rack/lint.rb'
72
73
  desc "Generate Rack Specification"
74
+ task spec: "SPEC"
75
+
76
+ file 'lib/rack/lint.rb'
73
77
  file "SPEC" => 'lib/rack/lint.rb' do
74
78
  File.open("SPEC", "wb") { |file|
75
79
  IO.foreach("lib/rack/lint.rb") { |line|
@@ -80,24 +84,27 @@ file "SPEC" => 'lib/rack/lint.rb' do
80
84
  }
81
85
  end
82
86
 
83
- desc "Run all the fast + platform agnostic tests"
84
- task :test => 'SPEC' do
85
- opts = ENV['TEST'] || ''
86
- specopts = ENV['TESTOPTS']
87
-
88
- sh "ruby -I./lib:./test -S minitest #{opts} #{specopts} test/gemloader.rb test/spec*.rb"
87
+ Rake::TestTask.new("test:regular") do |t|
88
+ t.libs << "test"
89
+ t.test_files = FileList["test/**/*_test.rb", "test/**/spec_*.rb", "test/gemloader.rb"]
90
+ t.warning = false
91
+ t.verbose = true
89
92
  end
90
93
 
94
+ desc "Run all the fast + platform agnostic tests"
95
+ task test: %w[spec test:regular]
96
+
91
97
  desc "Run all the tests we run on CI"
92
- task :ci => :test
98
+ task ci: :test
93
99
 
94
- task :gem => ["SPEC"] do
100
+ task gem: :spec do
95
101
  sh "gem build rack.gemspec"
96
102
  end
97
103
 
98
- task :doc => :rdoc
104
+ task doc: :rdoc
105
+
99
106
  desc "Generate RDoc documentation"
100
- task :rdoc => %w[ChangeLog SPEC] do
107
+ task rdoc: %w[changelog spec] do
101
108
  sh(*%w{rdoc --line-numbers --main README.rdoc
102
109
  --title 'Rack\ Documentation' --charset utf-8 -U -o doc} +
103
110
  %w{README.rdoc KNOWN-ISSUES SPEC ChangeLog} +
@@ -105,11 +112,11 @@ task :rdoc => %w[ChangeLog SPEC] do
105
112
  cp "contrib/rdoc.css", "doc/rdoc.css"
106
113
  end
107
114
 
108
- task :pushdoc => %w[rdoc] do
115
+ task pushdoc: :rdoc do
109
116
  sh "rsync -avz doc/ rack.rubyforge.org:/var/www/gforge-projects/rack/doc/"
110
117
  end
111
118
 
112
- task :pushsite => %w[pushdoc] do
119
+ task pushsite: :pushdoc do
113
120
  sh "cd site && git gc"
114
121
  sh "rsync -avz site/ rack.rubyforge.org:/var/www/gforge-projects/rack/"
115
122
  sh "cd site && git push"