我的 Rails 安装位置在哪里? Rails 插件在哪里?

发布于 2024-07-14 19:49:42 字数 157 浏览 9 评论 0原文

我正在尝试删除为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

晨与橙与城 2024-07-21 19:49:42

paperclip 是一个 Rails 插件,这意味着它存在,

[your rails app directory]/vendor/plugins/paperclip

因此如果删除该文件夹,paperclip 就会消失。

paperclip is a rails plugin, which means it is in

[your rails app directory]/vendor/plugins/paperclip

so if you delete that folder, paperclip is gone.

最丧也最甜 2024-07-21 19:49:42

在rails命令创建的目录的vendor/plugins目录下。

Under the directory vendor/plugins of directory created by the rails command.

浅语花开 2024-07-21 19:49:42

如果您的环境是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文