ruby-on-rails – Rails 2.3的EOL(End of Life)是什么?

Rails 2.3的EOL日期是什么?

解决方法

2.3当rails 4.0.0发布时,2013-06-25达到了EOL.

根据Michael Koziarski,只有“最后一个主要版本系列”才会收到补丁.因此,当4.0发布时,2.3停止接收补丁.

铁路团队曾希望早些时候停止对2.3的支持.在2011-12-29 Aaron said

.. we have no plans of releasing another version of 2.3 [beyond 2.3.14]

在此之前,2011-06-08,Aaron said

This branch [2.3] is in security-maintenance mode. We will release it when there are problems like “the sky is falling”,or major security issues. It’s time for us to focus on pushing Rails forward!

相关文章

validates:conclusion,:presence=>true,:inclusion=>{...
一、redis集群搭建redis3.0以前,提供了Sentinel工具来监控各...
分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣...
上一篇博文 ruby传参之引用类型 里边定义了一个方法名 mo...
一编程与编程语言 什么是编程语言? 能够被计算机所识别的表...
Ruby类和对象Ruby是一种完美的面向对象编程语言。面向对象编...