I’ve got a gem that I’m modified a bit of code in, but when I bundle install or update, the changes to the gem aren’t reflected in my app. Is there a way to ensure the changes are captured and reloaded in my app? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should never update code directly in the gem. Instead, choose from one of these options (from preferred to less preferred):
If you need help with any of this, that’s a topic for another discussion, but please, don’t edit code in the gem itself.