Registry / web-framework / hobby
library0.2.2rbrubygemsunverified

A Ruby DSL over Rack for creating reusable web applications suitable for standalone or inside-Rails use.

gem install hobby
INSTALL
IMPORT
SIG · HOBBY
H
hobby
web-frameworkrubyv0.2.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.

Hobby
require 'hobby'

Creates a simple Hobby web app and calls it

require 'hobby' app = Hobby::App.new do get('/') { 'Hello, World!' } end app.call({'REQUEST_METHOD' => 'GET', 'PATH_INFO' => '/'})
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
hobby — gem install hobby · libregistry