Discovering and Debugging your Gems using `bundle open`
I am recently learning more about Ruby on Rails and I discovered a useful command on GoRails. It is the bundle open command. This command allows you to open the source code of a gem in your editor.
This is very useful when you want to understand how ...
tonystrawberry.hashnode.dev1 min read