1. 首页
  2. 数据库
  3. 其它
  4. couch_potato:CouchDB的Ruby持久层 源码

couch_potato:CouchDB的Ruby持久层 源码

上传者: 2021-02-22 21:20:12上传 ZIP文件 98.54KB 热度 20次
沙发土豆 ...是用ruby编写的CouchDB持久层。 从1.x升级到2.x 版本1.x猴子修补了Date#to_json(=>“ 2015/01/01”)和Time#to_json(=>“ 2016/01/01 12:00:00 +0000”),而2.x则没有(日期=>“” 2015-01-01“”,时间=>“” 2016-01-01 12:00:00 +0100“”)。 为了保持旧的行为,将以下内容添加到您的代码中: require 'couch_potato/core_ext/time' require 'couch_potato/core_ext/date' 这将再次应用猴子补丁。
用户评论