RailsConf 2016 - The Rails Boot Process by Xavier Noria

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=vSza2FZucV8



Duration: 39:28
4,589 views
76


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


2016-05-13RailsConf 2016 - ...But Doesn't Rails Take Care of Security for Me? by Justin Collins
2016-05-13RailsConf 2016 - The State of Web Security by Mike Milner
2016-05-13RailsConf 2016 - Site Availability is for Everybody by Stella Cotton
2016-05-13RailsConf 2016 - Finding Translations: Localization and Internationalization by Valerie Woolard
2016-05-13RailsConf 2016 - Opening Day 3 Keynote by Aaron Patterson
2016-05-13RailsConf 2016 - Implementing the LHC on a Whiteboard by James Edward Gray II
2016-05-12RailsConf 2016 - Ruby Hero Awards
2016-05-12RailsConf 2016 - Day 2 Opening Keynote by Chanelle Henry
2016-05-12RailsConf 2016 - How Sprockets works by Rafael França
2016-05-12RailsConf 2016 - Making a Rails App with 140 Characters (or less) by Nate Berkopec
2016-05-12RailsConf 2016 - The Rails Boot Process by Xavier Noria
2016-05-12RailsConf 2016 - Day 1 Closing Keynote: Skunk Works by Nickolas Means
2016-05-11RailsConf 2016 - Opening Keynote - Jeremy Daer
2016-05-05DevOpsDays Rockies 2016: Ignite - Blue Green Deployments Using Terraform + Packer + Jenkins
2016-05-05DevOpsDays Rockies 2016: Ignite - Summon: Secrets and Source Control by Dustin Collins
2016-05-05DevOpsDays Rockies 2016: Ignite - Hello, I'm Jarvis! Let's #ChatOps ! by Adam Zolyak
2016-05-05DevOpsDays Rockies 2016: Ignite - DevOpsDays Spelunking by Chris Corriere
2016-05-05DevOpsDays Rockies 2016: Ignites - Value Stream Mapping & Analysis by John W Spangler
2016-05-05DevOpsDays Rockies 2016: Ignite - Critical Incident? WTF (Whats The Format)? - ... by Will La
2016-05-05DevOpsDays Rockies 2016: Ignite - Meet AnsibleDK: Yes, Thats a Thing Now by Clinton Wolfe
2016-05-05DevOpsDays Rockies 2016: Ignite - Managing Your Software Supply Chain by Chip Digirolamo



Tags:
railsconf
rails
ruby on rails
ruby