我的 Rails 安装位置在哪里? Rails 插件在哪里?
我正在尝试删除为 Rails 安装的插件(回形针)。 但我实际上不知道在哪里可以找到本地 Rails 安装目录。
那么我在本地文件系统中哪里可以找到rails和rails插件呢? 我有 OS X。
或者如何从命令行卸载回形针?
谢谢!
I'm trying to delete a plugin I installed for rails (paperclip). But I actually don't have any idea where I can find my local rails installation directory.
So where can I find rails and rails plugins in my local file system?
I have OS X.
Or how can I uninstall paperclip from the command line?
Thx!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
paperclip 是一个 Rails 插件,这意味着它存在,
因此如果删除该文件夹,paperclip 就会消失。
paperclip is a rails plugin, which means it is in
so if you delete that folder, paperclip is gone.
在rails命令创建的目录的vendor/plugins目录下。
Under the directory vendor/plugins of directory created by the rails command.
如果您的环境是 cygwin:
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib
if your environment is cygwin:
/usr/lib/ruby/gems/1.9.1/gems/actionpack-3.1.3/lib