Registry / web-framework / roda
library3.105.0rbrubygemsunverified

Routing tree web toolkit for building web applications in Ruby.

gem install roda
INSTALL
IMPORT
SIG · RODA
R
roda
web-frameworkrubyv3.105.0
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.

Roda
require 'roda'

Create a simple Roda web app

require 'roda' class App < Roda route do |r| r.root { 'Hello World' } end end App.run!
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.105.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
roda — gem install roda · libregistry