Categories: None [Edit]

simple_command_dispatcher

https://rubygems.org/gems/simple_command_dispatcher
https://github.com/gangelo/simple_command_dispatcher
Within a services API (rails-api for instance), you may have a need to execute different simple_commands or your own custom commands (service objects) based on one or more factors: multiple application, API version, user type, user credentials, etc. For example, your service API may need to execute either Api::Auth::V1::AuthenticateCommand.call(...) or Api::Auth::V2::AuthenticateCommand.call(...) based on the API version. simple_command_dispatcher allows you to execute either command with one line of code dynamically.

Total

Ranking: 74,762 of 180,702
Downloads: 10,996

Daily

Ranking: 103,205 of 180,689
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
7900,314,781activesupport
2,5345,186,745simple_command

Owners

#GravatarHandle
1icongangelo