-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Georgy Yuriev edited this page May 15, 2018
·
5 revisions
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).