torquebox-generators
Rails 3 generators for apps using TorqueBox (www.torquebox.org).
Add “torquebox-generators” to your Gemfile, then “bundle install”.
Two generator commands are provided:
-
rails g torquebox:service MyService
This command creates a Ruby class at app/services/my_service.rb with 4 predefined methods.
-
rails g torquebox:job MyJob
This command creates a Ruby class at app/jobs/my_job.rb with a predefined run method.
Copyright
Copyright © 2011 Larry Staton Jr. See LICENSE.txt for further details.