RubyGems.org

imperator

0.2.0

Imperator is a small gem to help with command objects. The command pattern is a design pattern used to encapsulate all of the information needed to execute a method or process at a point in time. In a web application, commands are typically used to delay execution of a method from the request cycle to a background processor.

installgem install imperator
Authors

Keith Gaddis

1,174 total downloads 589 for this version
Owners

13f73b8ce11733703dba52b17d8899f8

Gemfile
gem "imperator", "~> 0.2.0"
Versions
  1. 0.2.0 June 11, 2012
  2. 0.1.0 May 8, 2012
Development Dependencies
  1. rspec >= 0