Hello there,
I wanted to share some exciting news with you. I'm starting a YouTube channel dedicated to Ruby and Rails!
In our first video, we will learn to create internal gems within Ruby on Rails applications, by rebuilding the Pundit gem in just 33 lines of code. This video aims to showcase two key points:
- Popular gems like Pundit are not as challenging to implement as they may seem.
- We have the power to create our own internal gems within the app/lib directory. Placing them in app/lib ensures they are auto-loaded by Zeitwerk and is a convention to indicate they should not depend on the rest of the application and your business logic.
In the next video, we will learn how to extract this Pundit clone in a real Ruby gem to be able to reuse it across multiple Rails applications.
Have a nice day,
Alexandre