#395 Action Controller Walkthrough pro
Do you ever wonder what goes on behind the scenes when a Rails controller handles a request? What do the "render" and "redirect_to" methods do exactly? This and more covered as we walk through the code of ActionController::Base.



It's almost like playing detective. Thanks for this video! I enjoy seeing how you scour the internals of Rails and your thought processes.
Shouldn't be the line in the notes
changed to
?
awesome you're bringing more attention to
action_missing...it is the magic by which my gem blue_velvet works.These walkthroughs are great. I used to have time to do such research but working and school make it impossible. Worth the membership fee for sure.
I always browse gems, I MUST know what the gem does for me.
also I made a plugin to browse gems for Sublime Text.
Take a look: https://github.com/NaN1488/sublime-gem-browser
First sign in through GitHub to post a comment.