ruby - How do I undo a gem install that messed up my Rails app? -


I have set up a gem to make my URL insensitive, but I see many broken links. Instead of going through and trying to fix them, I did not just set what I did.

If I run Uninstall gemname , then how will it deliver my railway app first?

You have to remove the gem from your Gemfile . Check your Gemfile.lock and see also the gem dependencies.

Of course, if you refer to the gem anywhere in your app, then you have to remove those references too.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -