RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Business Process - Straightforward Service Object

There are many implementations of the service object pattern out there. We have sat down, rethought it, and came up with the Business Process gem.
Easy to plug in into the rails app, in order to encapsulate logic from your controllers. Just name the service by name of the process you want to have, and execute it… as simple as that!

Comments

I can’t decipher how this works and when I’d use this gem from reading the README. Are there any related blog posts with a real world context of how the gem can be used? What problem were you facing that led you to come up with this solution instead of other implementations.

Hi Raymond! Thanks for checking it out, could give me more information or, if possible open a github issue with the problem? I’d really like to help you, but unfortunately, not sure what is the reason behind that. I added some real usages for the gem.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in