Categories: None [Edit]

simple_command_dispatcher

https://rubygems.org/gems/simple_command_dispatcher
https://github.com/gangelo/simple_command_dispatcher
A lightweight Ruby gem that enables Rails applications to dynamically execute command objects using convention over configuration. Automatically transforms request paths into Ruby class constants, allowing controllers to dispatch commands based on routes and parameters. Features the optional CommandCallable module for standardized command interfaces with built-in success/failure tracking and error handling. Perfect for clean, maintainable Rails APIs with RESTful route-to-command mapping. Only depends on ActiveSupport for reliable camelization.

Total

Ranking: 63,104 of 187,571
Downloads: 16,046

Daily

Ranking: 18,280 of 187,548
Downloads: 27

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,211,569,661activesupport

Owners

#GravatarHandle
1icongangelo