1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

27 commits

Author SHA1 Message Date
Seiichi Yonezawa
d66cfcc451 Remove unnecessary whitespaces 2015-09-21 01:51:44 +09:00
Mig
b10e266d92 Overall french README 2015-07-15 09:34:11 +01:00
Zachary Scott
8056ae746d Merge pull request #997 from sinatra/fr-multi-threaded
Add documentation in French about multi-threading.
2015-05-22 18:09:02 -07:00
Katrina Owen
95d6c145f8 Add documentation in French about multi-threading. 2015-04-11 19:33:09 -07:00
Eric Hodel
a6edad8fd9 Remove "WEBrick does not support streaming"
WEBrick supports streaming responses since before it was imported into
ruby 1.8.0, probably since it was written.

If Sinatra doesn't support streaming with WEBrick it is a bug in Sinatra
or rack and should be described that way explicitly.

Thanks to @tenderlove for help with the README.ja.md.  All others were
checked in google translate.
2015-03-19 15:29:50 -07:00
Anton Davydov
15f52909ed Replace multiline regexp matchers to string matchers 2015-02-06 00:15:53 +03:00
Vipul A M
23c2e197c8 - Removed test-unit dependency
- updated minitest to 5.0
- Removed Test::Unit::TestCase and started using Minitest::Test instead
- Fixed usage of assert_raise
- Fixed usage of refute_nil
- Fixed and removed usage of assert_nothing_raised
2015-01-11 01:00:47 +05:30
John Hope
743e3e2ee9 Expand regex example in Readme 2014-12-07 19:10:29 +00:00
detomastah
67fe2d2917 Fixed not-working long-polling example
In streaming section, the long polling example first called #body with
Sinatra::Helpers::Stream then again with ["subscribed"].
This resulted in instant rendering of "subscribed" and closing of the
connection.
2014-11-15 18:42:37 +01:00
Cornelius Bock
2ef02e79f4 exchange rubyforge links in READMEs 2014-09-19 16:24:03 +02:00
namusyaka
e446b82fbe Fix broken links about Sinatra Book [ci skip] 2014-09-13 10:16:06 +09:00
Zachary Scott
2429f38f2c s/add_charsets/add_charset to fix #923 [ci skip] 2014-09-05 09:33:35 -07:00
Vipul A M
8e559c8559 Fix docs when printing error from env['sinatra.error'].
Fixes #914
2014-08-14 14:18:02 +05:30
Katrina Owen
fb7d00b3a2 Prefer strings over symbols in French README 2014-07-21 23:03:47 -07:00
Renaud Martinet
0583a814a2 Update French README 2014-05-26 13:28:12 +02:00
Matthew Nicholas Bradley
047aefb9e0 Remove links to CodeRack
CodeRack is not longer CodeRack, but redirects to Lunar Logic.
2014-02-24 14:57:22 +00:00
michelc
54711bf8f3 Fix ruby and shell snippets in README.fr.md 2013-10-16 18:53:28 +02:00
michelc
dee6ad614a Scopes and Binding proofreading. 2013-07-31 21:29:09 +02:00
michelc
aaff318e08 Proofreading Configuration and Bleeding Edge. 2013-07-30 22:59:49 +02:00
michelc
027707e0a6 Translated yield and nested layouts plus some fixes. 2013-07-30 20:50:43 +02:00
michelc
ee8d1d6141 Update the table of contents and fixed some links. 2013-07-30 13:53:30 +02:00
michelc
2521711581 Remove old RDoc code markup. 2013-07-30 13:28:26 +02:00
michelc
14448517ea Update <dl> lists. 2013-07-30 07:41:48 +02:00
michelc
4fb98147b0 Convert bash syntax to shell syntax. 2013-07-30 07:22:30 +02:00
Kashyap
b5d5fe8877 changed fenced code blocks style to ensure proper parsing downstream at sinatra.github.com
chinese fixes
2013-03-12 23:18:05 +05:30
burningTyger
07ffaf72e2 remove 1.8 -rubygems cli argument from READMEs 2013-01-27 03:31:32 +01:00
Robin Dupret
80075198e9 Rewrite the french README in Markdown 2013-01-21 10:31:13 +01:00