使用 Rails 2.3 的 (gem) 的最新版本

发布于 2024-11-24 05:11:16 字数 585 浏览 1 评论 0原文

我想知道特定 gem 的哪个版本可与最新的 Ruby on Rails 2.3.x(我正在编写的 2.3.13)配合使用,以及最后一个官方支持的版本。

给定一个虚构的示例gem“Foo”,它在 Rails 2.3 的 3beta 版本中运行,但开发仅在“Foo 2.5”之前才正式支持 Rails 2.3,因此有人可以尝试使用 Foo 3beta,但由于与 Rails 2.3 不兼容,因此不应使用错误报告来打扰开发

希望大家明白我的意图,所以编辑、评论或回答即可。

例子: gem "Foo", "~> 2.5" #but "= 3beta" 对我有用,请参阅我的 blogposg http://example .com/

列表:

I want to know what version of a specific gem is working with the last Ruby on Rails 2.3.x (2.3.13 as I am writing) and which one is the last supported officially.

Given a fictional examplegem "Foo" which runs in version 3beta with rails 2.3 but the development officially support rails 2.3 only until "Foo 2.5" so someone could try to use Foo 3beta but shall not bother the development with bugreports because of incompatibility with rails 2.3

I hope everyone understands my intention, so just edit, comment or answer.

Example:
gem "Foo", "~> 2.5" #but "= 3beta" worked for me, see my blogposg at http://example.com/

The List:

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

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

发布评论

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

评论(1

夏至、离别 2024-12-01 05:11:16

我使用 github 并找到 gem 的存储库,然后查看 README 查看不同版本的标签。快速谷歌搜索也有效。我不知道有哪个资源可以提供您所请求的信息。

I use github and find the repository of the gem then check out the tags of different versions viewing the README. A quick google search works as well. I do not know of a resource that gives the information you are requesting.

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