RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

nicholasjhenry — 2 posts

http://blog.firsthand.ca

Do you find it difficult to determine the API of the domain layer in your complex Rails application? Where should you put workflow logic that collaborates with multiple models? Are you models getting bloated with multiple responsibilities? Perhaps your Rails application is missing a Domain Controller.
Rails is Not Your Application  blog.firsthand.ca
A (work in progress) proposal on extracting application and domain logic from your complex Rails applications. Provides an example using a Service Layer and DCI.