サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
WWDC25
rack.rubyforge.org
Middleware that applies chunked transfer encoding to response bodies when the response does not include a Content-Length header.
A class developed out of the request to use OpenID as an authentication middleware. The request will be sent to the OpenID instance unless the block evaluates to true. For example in rackup, you can use it as such: use Rack::Session::Pool use Rack::Auth::OpenIDAuth, realm, openid_options do |env| env['rack.session'][:authkey] == a_string end run RackApp Or simply: app = Rack::Auth::OpenIDAuth.new
This specification aims to formalize the Rack protocol. You can (and should) use Rack::Lint to enforce it. When you develop middleware, be sure to add a Lint before and after to catch all mistakes. Rack applications A Rack application is an Ruby object (not a class) that responds to call. It takes exactly one argument, the environment and returns an Array of exactly three values: The status, the h
Rack provides an minimal interface between webservers supporting Ruby and Ruby frameworks. News August 21st, 2008Rack 0.4 has been released! May 31st, 2008Rack development moves to Git. May 24th, 2008There now is a Google Group on Rack Development. February 26th, 2008Rack 0.3 has been released! November 10th, 2007Rack has been presented at the Euruko 2007. Slides and a paper are available at http:
このページを最初にブックマークしてみませんか?
『Rack: a Ruby Webserver Interface』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く