Rails Architecture

Notes from 37 signals:

  • Vanilla Rails Stack with as few additional gems / JS packages as possible.
  • Vanilla Rails talks about how they structure controller actions & models, and leverage concerns effectively. No “service” objects, make a richer model layer!
  • More on Concerns