Hello all,
Is there any good resource where to start to understand how the various
internal component of rails are glued together? Maybe a book that
dissect
this massive framework?
Debugging it is never so simple, due to a lot of “magic” (aka meta
programming) involved.
I usually open up the rails source and start reading it up. It can be a
bit
daunting in the beginning, but once you understand the code
organisation,
it’s not that bad.
Is there something in particular you are stuck on that you would like to
debug?
You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
I’m currently reading through "Crafting Rails 4 Applications"1 by
José Valim. Each chapter gives deep insight on how Rails work. Also I’ve
recently discovered “Monkey & Crow” blog with series of posts "Reading
Rails"2. Good stuff.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.