[LRUG] Rails - The Missing Parts

Mark Burns markthedeveloper at gmail.com
Mon Mar 3 15:09:37 PST 2014


It's kind of similar, but DCI is kind of like a run-time only
ActiveSupport::Concern.
It's still a big bag o' methods, but a big dynamic bag of methods. Maybe
less chance of collisions, but
the principle is still the same as AS::Concern.
Interactors in the sense of the interactor gem are cleaner as you're not
polluting a potentially already
overloaded domain model/persistence object hybrid.


On 3 March 2014 22:18, Riccardo Tacconi <rtacconi at gmail.com> wrote:

> Hi Tom,
>
> Your interactor reminds me the I part (interaction) of DCI, am I wrong? I
> see few similarities.
>
>
> On 3 March 2014 20:38, Tom Blomfield <tomblomfield at gmail.com> wrote:
>
>> Hi all,
>>
>> I wrote a blog post on Interactors in Rails -
>> http://eng.joingrouper.com/blog/2014/03/03/rails-the-missing-parts-interactors
>>
>> You might enjoy the discussion on HN, with DHH wading in
>> https://news.ycombinator.com/item?id=7335211
>>
>> Tom
>>
>> _______________________________________________
>> Chat mailing list
>> Chat at lists.lrug.org
>> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>>
>>
>
>
> --
> Riccardo Tacconi
> Ruby on Rails and PHP development - System Administration
> VIRTUELOGIC LIMITED <http://www.virtuelogic.net/>
>
> http://github.com/rtacconi
> http://riccardotacconi.blogspot.com
> http://twitter.com/rtacconi
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20140303/b390d74d/attachment.html>


More information about the Chat mailing list