Package ruby-rack: Information

    Binary package: ruby-rack
    Version: 1.0.1-alt1
    Architecture: noarch
    Build time:  Oct 21, 2009, 02:08 AM
    Source package: ruby-rack
    Category: Development/Ruby
    Report package bug
    License: MIT/Ruby
    Summary: Modular Ruby webserver interface
    Description: 
    Rack provides a minimal, modular and adaptable interface for developing
    web applications in Ruby.  By wrapping HTTP requests and responses in
    the simplest way possible, it unifies and distills the API for web
    servers, web frameworks, and software in between (the so-called
    middleware) into a single method call.
    
    You may need to install appropriate ruby-rack-handler-XXX.


    List of contributors:
    Sir Raorn

    ACL:
    @qa_p5

    Last changed


    Oct. 19, 2009 Sir Raorn 1.0.1-alt1
    - [1.0.1]
    Oct. 18, 2009 Sir Raorn 1.0.0-alt3
    - Updated to 1.0-16-g99c47b8
    - Force all form data to be UTF-8 String's
    Aug. 16, 2009 Sir Raorn 1.0.0-alt2
    - Backported Ruby 1.9 encoding-related fixes.