Last active
November 13, 2018 22:42
Revisions
-
juno renamed this gist
Feb 25, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
juno revised this gist
Feb 19, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Business Logic / Domain Model structures for Ruby, Rails * [adomokos/light-service](https://github.com/adomokos/light-service) * Series of Actions with an emphasis on simplicity. @@ -8,3 +8,5 @@ * Compose your business logic into commands that sanitize and validate input. * [orgsync/active_interaction](https://github.com/orgsync/active_interaction) * Manage application specific business logic. * [krisleech/wisper](https://github.com/krisleech/wisper) * Wisper is a Ruby library for decoupling and managing the dependencies of your domain models. -
juno created this gist
Feb 19, 2014 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Business Logic structure for Ruby, Rails * [adomokos/light-service](https://github.com/adomokos/light-service) * Series of Actions with an emphasis on simplicity. * [collectiveidea/interactor](https://github.com/collectiveidea/interactor) * Interactor provides a common interface for performing complex interactions in a single request. * [cypriss/mutations](https://github.com/cypriss/mutations) * Compose your business logic into commands that sanitize and validate input. * [orgsync/active_interaction](https://github.com/orgsync/active_interaction) * Manage application specific business logic.