Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了一个 gem 以使我的 URL 不区分大小写,但我看到很多断开的链接。我宁愿撤消我所做的安装,而不是尝试修复它们。
如果我跑了gem uninstall gemname,那会让我的 Rails 应用程序恢复到以前的状态吗?
gem uninstall gemname
您还需要从Gemfile. 还要检查你Gemfile.lock的 gem 有哪些依赖项。
Gemfile
Gemfile.lock
当然,如果您在应用程序的任何地方引用了 gem,您也需要删除这些引用。