Merge branch 'master' of github.com:sinatra/sinatra

This commit is contained in:
Konstantin Haase 2013-02-27 10:24:52 +11:00
commit 006086f922
3 changed files with 2484 additions and 1932 deletions

View File

@ -106,6 +106,7 @@ Routen mit regulären Ausdrücken sind auch möglich:
get %r{/hallo/([\w]+)} do
"Hallo, #{params[:captures].first}!"
end
```
Und auch hier können Block-Parameter genutzt werden:

2483
README.ko.md Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff