Registry / web-framework / usher
library0.8.3rbrubygemsunverified

Usher is a pure Ruby general purpose router with interfaces for Rails, Rack, email, or custom use.

gem install usher
INSTALL
IMPORT
SIG · USHER
U
usher
web-frameworkrubyv0.8.3
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.

Usher
require 'usher'

Define and recognize routes with Usher

require 'usher' router = Usher.new router.add('/hello/:name', :action => 'greet') route = router.recognize('/hello/world') puts route.params[:name] # => 'world'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
usher — gem install usher · libregistry