Hi all,
I’m currently working in a large codebase that includes a Rails app.
Does anyone have some good resources that will help me dive in to the deep end of the code base - ideally something that gives good high level explanations of how the whole MVC thing works together, how to add routes etc…
I’m not really looking for a ‘starting from scratch, here’s how you make a blog’ kind of thing.
Ideally I’m imagining something that has good, annotated examples of semi-complex controller files, that explains in-line what before_action...
does etc.
Any thing that helped Rails click for you will be appreciated though!
Thanks in advance