Commit Graph

27 Commits

Author SHA1 Message Date
ReadmeCritic af6c3ba5e0 Update README URLs based on HTTP redirects 2016-01-21 08:40:52 -08:00
Park June Chul 3e6aaf9f45 Update README.ko.md
https://github.com/sinatra/sinatra.github.com/pull/172#issuecomment-172755763
2016-01-19 16:05:40 +09:00
Seiichi Yonezawa d66cfcc451 Remove unnecessary whitespaces 2015-09-21 01:51:44 +09:00
Shim Won 62ab7a2b8d Update Korean translation to f749860 2015-08-23 11:20:24 +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
Anton Davydov 38763db613 Convert symbols to strings in .ko readme 2015-02-04 22:11:11 +03:00
Shim Won 8425e16d90 Update Korean README to 23c2e19 2015-02-01 18:45:39 +09: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
Vipul A M 8e559c8559 Fix docs when printing error from `env['sinatra.error']`.
Fixes #914
2014-08-14 14:18:02 +05:30
Shim Tw af1b33433f Update Korean README to c5bbb94 2014-07-04 13:55:18 +09:00
Shim Tw 0948ef2bb8 Update table of contents 2014-06-12 06:47:29 +09:00
Shim Tw 5674fd7e9b Update README.ko.md 2014-06-12 06:41:11 +09:00
Konstantin Haase a78eae18f9 Merge pull request #842 from marocchino/fix-ko-md
Fix formatting in README.ko.md
2014-04-08 16:42:08 +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
Shim Tw 052d91d909 Fix korean markdown 2014-02-14 21:50:34 +09:00
Shim Tw 681a577476 Update Translation (ko)
- New translations
  - Table of contents
  - link, unlink in routes
  - Stylus Templates
  - WLang Templates

- Style
  - Replace colon`:` to dot`.` (more natural in korean)
  - Honorific expressions
  - Adjust indent

- Update all contents to 0b462a0
2014-01-25 13:50:27 +09:00
Patricio Mac Adden 33b0da7ca5 Remove trailing whitespaces 👮 [ci skip] 2013-09-16 10:02:43 -03: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
Kashyap 1776a11c14 Korean Readme test conversion
fixed some syntaxes and indentations
2013-02-27 01:31:17 +05:30
Iain Barnett 9a313b14e5 File extension update for changes. 2013-02-26 17:09:51 +00:00
Renamed from README.ko.rdoc (Browse further)