Commit Graph

25 Commits

Author SHA1 Message Date
ReadmeCritic dc650dfca7 [readme] update DSL link 2016-01-21 08:47:45 -08:00
ReadmeCritic 455b49c4ed Update README URLs based on HTTP redirects 2016-01-21 08:40:13 -08:00
Seiichi Yonezawa d66cfcc451 Remove unnecessary whitespaces 2015-09-21 01:51:44 +09:00
Seiichi Yonezawa 7a293df6db Add documentation in Japanese about multi-threading. 2015-06-25 08:21:38 +09: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 e33589c522 Fix encoding issues from 2429f38f2c
Thank you @mattwildig for spotting them! [ci skip]
2014-09-05 12:50:35 -07:00
Zachary Scott 2429f38f2c s/add_charsets/add_charset to fix #923 [ci skip] 2014-09-05 09:33:35 -07:00
Konstantin Haase 79c5e311d1 Merge pull request #915 from vipulnsward/fix-error-access
Fix docs when printing error from `env['sinatra.error']`.
2014-08-14 17:15:26 +02:00
Vipul A M 8e559c8559 Fix docs when printing error from `env['sinatra.error']`.
Fixes #914
2014-08-14 14:18:02 +05:30
kami30k f1a5169207 Prefer strings over symbols in Japanese README 2014-08-06 10:25:47 +09:00
Seiichi Yonezawa c890165eec Fix header level
- Reported at sinatra/sinatra.github.com#137
2014-05-08 17:26:37 +09:00
kyoendo aad19d1986 fix html tags 2014-04-13 22:54:29 +09:00
Seiichi Yonezawa 3cca5e0709 Add japanese translation tailed #858 [ci skip]
Add in info about subclassing Sinatra::Application
2014-04-02 23:26:07 +09:00
Seiichi Yonezawa 8708d4241f Revert missing translations [ci skip]
IO should be actual class name.
2014-03-30 09:18:03 +09:00
Seiichi Yonezawa 2ebae3bc88 Update japanese translation [ci skip] 2014-03-26 13:13:54 +09:00
GoGo tanaka 8bea7321e7 Update README.ja.md
As melborne said, I forgot to translate the link title…! sorry!
2014-02-23 11:50:57 +09:00
gogotanaka bfbaf86464 add text README.ja.md 2014-02-23 01:37:53 +09:00
kyoendo d9993a1fd6 fix translation 2014-02-03 21:50:56 +09:00
kyoendo ab37432c6a correct language code 'ja' for the filename 2014-01-25 22:06:39 +09:00
Renamed from README.jp.md (Browse further)