I have a scenario where I need to modify certain functions within my plugin. So I thought I can change the files within the vendor/plugins/ folder. But then I realized that my installed gems code has been used by rails instead of vendor/plugins/. I thought of removing the gem from my gemlist but that throws an error. So how can I redirect my rails to use the plugins within vendor/plugins/ folder instead of my gems?
I have a scenario where I need to modify certain functions within my plugin.
Share
Try, per the bundler doc:
Ex: