1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Rails 5.0.0.beta1 发布,Action Cable/API 模式 下载

本帖由 漂亮的石头2015-12-19 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,356
    赞:
    47
    Rails 5.0!Rails 团队前几天刚刚庆祝 Rails 1.0发布十周年,现在只是测试版本, 但是 Rails 5.0.0.beta1 已经在生产环境运行 Basecamp 3

    Rails 5.0 Beta1 版本主要改进:全新处理 WebSockets 框架 Action Cable;新 API 模式 --api;Rails 命令都提供在 bin/rails 。

    其他值得关注的新特性:


    • New Attributes API by Sean Griffin.


    • The test runner now reports failures inline, so you don't have to complete the suite to see what went wrong.


    • ApplicationRecord has been born as a default parent class of all models created by the generators.


    • ActiveRecord::Relation#in_batches makes it much easier to deal with record work in batches at a time to lessen memory overloads.


    • Post.where('id = 1').or(Post.where('id = 2')) gives you exactly what you'd think!


    • No more accidentally halting Active Record callbacks because the last statement is false. Now you throw:)abort) explicitly!

    详细改进列表:

    Rails 5.0.0.beta1 发布,Action Cable/API 模式下载地址
     
正在加载...