Registry / web-framework / rack-app

rack-app

JSON →
library11.0.2rbrubygemsunverified

Minimalist rack application interface building framework.

gem install rack-app
INSTALL
IMPORT
SIG · RACK-APP
R
rack-app
web-frameworkrubyv11.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::App
require 'rack/app'

Define a simple Rack endpoint

require 'rack/app' class MyApp < Rack::App get '/' do 'Hello World' end end run MyApp
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
rack-app — gem install rack-app · libregistry