torquebox-generators

Rails generators for apps using TorqueBox (www.torquebox.org).

Add “torquebox-generators” to your Gemfile, then “bundle install”.

Two generator commands are provided:

  1. rails g torque_box:service MyService

This command creates a Ruby class at app/services/my_service.rb with 4 predefined methods.

  1. rails g torque_box:job MyJob

This command creates a Ruby class at app/jobs/my_job.rb with a predefined run method.

Copyright © 2011 Larry Staton Jr. See LICENSE.txt for further details.