mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #849 from kintamanimatt/bad_link_to_coderack
Bad link to coderack
This commit is contained in:
commit
f8abf619a4
6 changed files with 6 additions and 10 deletions
|
@ -2268,9 +2268,8 @@ muss `use` häufig nicht explizit verwendet werden.
|
|||
|
||||
Hilfreiche Middleware gibt es z.B. hier:
|
||||
[rack](https://github.com/rack/rack/tree/master/lib/rack),
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readme), mit
|
||||
[CodeRack](http://coderack.org/) oder im [Rack
|
||||
wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readme),
|
||||
oder im [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
|
||||
## Testen
|
||||
|
||||
|
|
|
@ -2205,8 +2205,7 @@ para que típicamente no tengas que usarlas (con `use`) explícitamente.
|
|||
Podés encontrar middleware útil en
|
||||
[rack](https://github.com/rack/rack/tree/master/lib/rack),
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readme),
|
||||
con [CodeRack](http://coderack.org/) o en la
|
||||
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
o en la [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
|
||||
## Pruebas
|
||||
|
||||
|
|
|
@ -2375,8 +2375,7 @@ qui vous dispense de faire un `use` en ce qui les concerne.
|
|||
Vous trouverez d'autres middlewares intéressants sur
|
||||
[rack](https://github.com/rack/rack/tree/master/lib/rack),
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readm),
|
||||
[CodeRack](http://coderack.org/) ou en consultant le
|
||||
[wiki de Rack](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
ou en consultant le [wiki de Rack](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
|
||||
## Tester
|
||||
|
||||
|
|
|
@ -2272,7 +2272,6 @@ Rack은 로깅, 디버깅, URL 라우팅, 인증, 그리고 세센 핸들링을
|
|||
|
||||
[rack](https://github.com/rack/rack/tree/master/lib/rack),
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readme),
|
||||
[CodeRack](http://coderack.org/),
|
||||
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware)
|
||||
에서 유용한 미들웨어들을 찾을 수 있습니다.
|
||||
|
||||
|
|
|
@ -1800,7 +1800,7 @@ The options are:
|
|||
|
||||
<dt>status</dt>
|
||||
<dd>
|
||||
Status code to be send. Useful when sending a static file as an error page.
|
||||
Status code to be sent. Useful when sending a static file as an error page.
|
||||
|
||||
If supported by the Rack handler, other means than streaming from the Ruby
|
||||
process will be used. If you use this helper method, Sinatra will automatically
|
||||
|
|
|
@ -2257,7 +2257,7 @@ Rack распространяется с различными стандартн
|
|||
Вы можете найти полезные прослойки в
|
||||
[rack](https://github.com/rack/rack/tree/master/lib/rack),
|
||||
[rack-contrib](https://github.com/rack/rack-contrib#readme),
|
||||
[CodeRack](http://coderack.org/) или в
|
||||
или в
|
||||
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
|
||||
|
||||
## Тестирование
|
||||
|
|
Loading…
Reference in a new issue