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.
我正在尝试删除为 rails 安装的插件(回形针)。但我实际上不知道在哪里可以找到我的本地 rails 安装目录。
那么在我的本地文件系统中哪里可以找到 rails 和 rails 插件呢?我有 OS X。
或者如何从命令行卸载回形针?
谢谢!
回形针是一个轨道插件,这意味着它在
[your rails app directory]/vendor/plugins/paperclip
所以如果你删除那个文件夹,回形针就不见了。
在 rails 命令创建的目录的 vendor/plugins 目录下。
如果您的环境是 cygwin:/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib