search for: profkheel

Displaying 1 result from an estimated 1 matches for "profkheel".

2007 Oct 14
3
ActiveRecord and Form Data Coupling: A Bad Design
I have to say that after being a Rails user for some time I have grown to really dislike how ActiveRecord (AR) classes - models - are being pushed as the defacto method for getting form data into the DB. The two concepts are completely separate and should be handled by completely different classes. Anyone who understands Object Oriented Design knows that we separate classes based on