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.
我有一个基本的脚手架 CRUD 应用程序,它使用 ActiveRecord 连接到 SQLite 数据库,并且我已经冻结了我的 Rails gem。
我可以删除哪些 gem 而不影响我的应用程序?
如果你从不使用电子邮件,ActionMailer 可以使用,而 ActiveResource 只是一个比 ActiveRecord 更符合 REST 的 Rails API。你需要剩下的:
但更重要的是,为什么需要删除宝石?这不像他们占用很多空间。