RailsConf 2016 - The Rails Boot Process by Xavier Noria
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=vSza2FZucV8
Rails ships as a number of components, Active Record, Active Support, ..., largely independent of each other, but somehow something orchestrates them and presents a unified view of the system. Then we have config/boot.rb, config/application.rb... what do they do? Application initializers, environment configuration, what runs when? Understanding how that works becomes an inflection point in any Rails programmer that goes through it. You go from that cloudy idea of an initialization that sets things up for a certain definition of "things", to a well-understood process.
Other Videos By Confreaks
Tags:
railsconf
rails
ruby on rails
ruby