web console 可以直接集成到编辑器里呢 adequate record -- 通过缓存静态的查询条件提升 AR 性能 100%, 越来越像完整的编译器了...
用 inherited resources 的同学们注意了,4.2 版本的 responder 更改导致 inherited resources 无法使用。
#9 楼 @fredwu 移除了 respond_with
, 再独立安装 https://github.com/plataformatec/responders ,应该可以继续使用。
The killing feature is GlobalID
The cherry on top is our new GlobalID library.
migration 的 t.references
可以指定 type
了。比如
The #references method in migrations now supports a type option for specifying the type of the foreign key (e.g. :uuid).
change_table :vehicle do |t|
t.references :station, type: :uuid
end
另外,感觉对 PostgreSQL 的支持越来越多了。