Pakket: ruby-rack (3.0.8-1)
Verwijzigingen voor ruby-rack
Debian bronnen:
Het bronpakket ruby-rack downloaden:
Beheerders:
- Debian Ruby Team (QA-pagina, Mailarchief)
- Chris Lamb (QA-pagina)
- Lucas Nussbaum (QA-pagina)
- Youhei SASAKI (QA-pagina)
- Paul van Tilburg (QA-pagina)
- Utkarsh Gupta (QA-pagina)
- Lucas Kanashiro (QA-pagina)
Externe bronnen:
- Homepage [rack.github.io]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
modular Ruby webserver interface
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.
Also see http://rack.github.io/.
Andere aan ruby-rack gerelateerde pakketten
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- rec: ruby-rack-session
- Session management implementation for Rack
-
- rec: ruby-rackup
- General server command for Rack applications