Registry / web-framework / hobbit

hobbit

JSON →
library0.6.1rbrubygemsunverified

A minimalistic microframework built on top of Rack.

gem install hobbit
INSTALL
IMPORT
SIG · HOBBIT
H
hobbit
web-frameworkrubyv0.6.1
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.

Hobbit
require 'hobbit'

Defines a simple web application with a route.

require 'hobbit' class App < Hobbit::Base get '/' do 'Hello, Hobbit!' end end run App.new
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
hobbit — gem install hobbit · libregistry