Access denied, Please sign in and make sure you have proper permission.
Topic has been selected as the excellent topic by the admin.
針對 Cells 寫了三篇文章。第三篇應該 cover 了 95% 以上的 use case...
好文!第一次知道 Cells 还是通过 LZ 以前的介绍文章知道的。Rails 一个页面一个 Controller 的方式,对于越来越复杂的页面来说确实不够用了。Cells 这种把页面分块设计 Controller/View 的方式更为科学。其实前端 MVC 现在大都也使用的这种方式。
弱弱的问下,这玩意能在 jbuilder rabl 什么的里面用么?
Datamappify 把数据层抽离成 repository,大应用扩展这下可以轻松了。