Skip to content
Georgy Yuriev edited this page May 15, 2018 · 5 revisions

Build Status Maintainability Gitter

Methodist is a gem for Ruby on Rails created to stop chaos in your buisness logic. This gem adds generators to your rails application (in accordance with common patterns):

  • Interactor: a class for doing some complex job.
  • Observer: notifies one part of an application about changes in another part of an application.
  • Builder: builds data for later convenient use.
  • Service: a class with a collection of methods (it will be useful when working with internal services).
Clone this wiki locally