Skip to content

Instantly share code, notes, and snippets.

@juno
Last active November 13, 2018 22:42

Revisions

  1. juno renamed this gist Feb 25, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. juno revised this gist Feb 19, 2014. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion a.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Business Logic structure for Ruby, Rails
    # 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.
  3. juno created this gist Feb 19, 2014.
    10 changes: 10 additions & 0 deletions a.md
    Original 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.