Devache
DashboardPainsTechnologiesIdeasGenerateSourcesSearchAbout

Devache v0.1.0

All technologies

Active Record

1 painsavg 6.0/10
architecture 1

Fat Model anti-pattern creating unmaintainable bloated models

6

Rails models become bloated with excessive business logic and responsibilities that don't belong there, making them thousands of lines long, difficult to test, and hard to maintain. This stems from the historical practice of moving logic from controllers to models.

architectureRuby on RailsActive Record