1
0
Fork 0
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:
Konstantin Haase 2014-02-24 16:01:26 +01:00
commit f8abf619a4
6 changed files with 6 additions and 10 deletions

View file

@ -2268,9 +2268,8 @@ muss `use` häufig nicht explizit verwendet werden.
Hilfreiche Middleware gibt es z.B. hier: Hilfreiche Middleware gibt es z.B. hier:
[rack](https://github.com/rack/rack/tree/master/lib/rack), [rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readme), mit [rack-contrib](https://github.com/rack/rack-contrib#readme),
[CodeRack](http://coderack.org/) oder im [Rack oder im [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
## Testen ## Testen

View file

@ -2205,8 +2205,7 @@ para que típicamente no tengas que usarlas (con `use`) explícitamente.
Podés encontrar middleware útil en Podés encontrar middleware útil en
[rack](https://github.com/rack/rack/tree/master/lib/rack), [rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readme), [rack-contrib](https://github.com/rack/rack-contrib#readme),
con [CodeRack](http://coderack.org/) o en la o en la [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
## Pruebas ## Pruebas

View file

@ -2375,8 +2375,7 @@ qui vous dispense de faire un `use` en ce qui les concerne.
Vous trouverez d'autres middlewares intéressants sur Vous trouverez d'autres middlewares intéressants sur
[rack](https://github.com/rack/rack/tree/master/lib/rack), [rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readm), [rack-contrib](https://github.com/rack/rack-contrib#readm),
[CodeRack](http://coderack.org/) ou en consultant le ou en consultant le [wiki de Rack](https://github.com/rack/rack/wiki/List-of-Middleware).
[wiki de Rack](https://github.com/rack/rack/wiki/List-of-Middleware).
## Tester ## Tester

View file

@ -2272,7 +2272,6 @@ Rack은 로깅, 디버깅, URL 라우팅, 인증, 그리고 세센 핸들링을
[rack](https://github.com/rack/rack/tree/master/lib/rack), [rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readme), [rack-contrib](https://github.com/rack/rack-contrib#readme),
[CodeRack](http://coderack.org/),
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware) [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware)
에서 유용한 미들웨어들을 찾을 수 있습니다. 에서 유용한 미들웨어들을 찾을 수 있습니다.

View file

@ -1800,7 +1800,7 @@ The options are:
<dt>status</dt> <dt>status</dt>
<dd> <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 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 process will be used. If you use this helper method, Sinatra will automatically

View file

@ -2257,7 +2257,7 @@ Rack распространяется с различными стандартн
Вы можете найти полезные прослойки в Вы можете найти полезные прослойки в
[rack](https://github.com/rack/rack/tree/master/lib/rack), [rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readme), [rack-contrib](https://github.com/rack/rack-contrib#readme),
[CodeRack](http://coderack.org/) или в или в
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware). [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
## Тестирование ## Тестирование