http://weblog.rubyonrails.org/2014/4/8/Rails-4-1/
我生日前一天!
已用
刚升级,发现rake test:all下面的 controller test 会测试 render 出来的 HTML 标记的是否闭合了!
rake test:all
@huacnlee 4.0 升级到 4.1 有什么经验吗?
#4 楼 @tumayun 没啥特别的啊,好像就 Gemfile 里面改改,加个 secure.yml session_store.rb 改一下就好了
#4 楼 @tumayun 我当时主要是为了用 Enums
@huacnlee 恩 我先看下 change_log
@huacnlee 我现在主要是想可以在 has_many 的时候覆盖掉 default_scope, 4.0 是不能覆盖的
has_many
default_scope
#8 楼 @tumayun 用来干嘛的?比如?
恩 不用运行 rake update 之类的?
@huacnlee 用 paranoia, 你可以看下 https://github.com/rails/rails/issues/14537
COOL!
这下子 Rails 3.2 就进入 security bug fix 了吗……
@_samqiu 3.2.z 只有嚴重的 bug 才會修。http://edgeguides.rubyonrails.org/maintenance_policy.html
3.2.z
还在用 2.2.2 的项目是不是没希望升级了?
#5 楼 @huacnlee Application 的 Config 都有改变,以前是按项目名用 Module 的名字,现在是 Rails.application.config
升级太快了吧
感觉是时候升到 4 了
节奏真快!