Now browsing: "Sinatra: README (Japanese)"
# アプリケーションが http://example.com/example で動作している場合 get '/foo' do request.body # クライアントによって送信されたリクエストボディ(下記参照) request.scheme...
“Sinatra: README”
# app running on http://example.com/example get '/foo' do t = %w[text/css text/html application/javascript] request.accept...
@AllenJlawson
Certain members of the Ruby community feel very strongly that you should never use a package manager to install Ruby, and ...
