RubyGems Navigation menu

simple_command_dispatcher 4.2.0

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.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 4.2.0 October 08, 2025 (27KB)
  2. 4.1.0 July 14, 2025 (23.5KB)
  3. 4.0.0 July 12, 2025 (22KB)
  4. 3.0.4 August 03, 2024 (22.5KB)
  5. 3.0.3 February 19, 2024 (22.5KB)
全てのバージョンを表示(全26件)

Runtime依存関係 (1):

activesupport >= 7.0.8, < 9.0

所有者:

プッシュ者:

作者:

  • Gene M. Angelo, Jr.

SHA 256チェックサム:

=

累計ダウンロード数 15,927

このバージョンのみ 139

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 3.3, < 4.0

リンク: