修改现有的 Rails Gem

发布于 2024-09-06 22:29:23 字数 66 浏览 2 评论 0原文

我正在使用 MongoMapper 并克隆了存储库。我想开始修改代码,但我是 Rails 新手,不知道如何执行此操作。

I'm playing around with MongoMapper and have cloned the repository. I'd like to start modifying the code but am new to Rails and am not sure how to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

铁憨憨 2024-09-13 22:29:24

您可以查看 github 存储库 - http://github.com/jnunemaker/mongomapper

您可以提取像这样的源:

git clone http://github.com/jnunemaker/mongomapper.git

它将创建一个包含 gem 源的目录。

重新安装修改后的版本

然后,您可以使用rake install

You can checkout the github repository - http://github.com/jnunemaker/mongomapper

You can extract the source like this:

git clone http://github.com/jnunemaker/mongomapper.git

Which will create a directory with the gem's source in it.

You can then reinstall your modified version using

rake install

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