RubyConf 2019 - In the beginning, there was "require"... by Adam McCrea
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=I0a5zv7uBHw
RubyConf 2019 - In the beginning, there was "require"... by Adam McCrea
Almost every Ruby program begins with the "require" method, but many of us don't pause to think about what it's doing until it fails us.
What happens when we call "require"? How does Ruby find what we're looking for? Is Bundler somehow involved? What about "requirerelative" and "requiredependency", and what the heck is a "binstub"?
This talk will guide beginner and intermediate Rubyists through these foundational concepts that power our Ruby programs, from single-file script to a behemoth Rails 6 app.
#confreaks #rubyconf2019
Other Videos By Confreaks
Tags:
Ruby
RubyConf
Programming