挺好的帖子,翻出来。
#35 楼 @42thcoder 这个帖子不错,讨论示例最直观。
代码检查:https://github.com/bbatsov/rubocop 单元测试:http://rspec.info/
自动化测试还不知道用什么。
好热闹的帖子
有点意思
t.datetime "datetime"
t.datetime "timestamp"
t.datetime "created_at"
t.datetime "updated_at"
谁来说说,simple_form_for 与 form_for 相比,有哪些优势?先谢。
插件不错。可惜地址无效了。
我这边做的试验。
服务器是 UTC(+0) 时间。
Test One、Test Two、Test Three 三种配置下,数据库里存的都是 UTC 时间。
DB 时间 2015-11-07 03:02:56 created_at 2015-11-07 11:02:56 created_at.localtime 2015-11-07 03:02:56 created_at.utc 2015-11-07 03:02:56
我这边的测试结果似乎这样呢
where 里要查 admin 为 true 的情况怎么写
还在用 3.x 的飘过..
用这个方案,为什么还要用 cancan,自己写个判定方法就行了吧
为什么要用 app/views/api/v1/users/show.json.jbuilder,而不是直接 render json
Fragment Cache,不太理解
文章很赞!
@suupic RAML 貌似是个很不错的选择。
Rails 扩展了很多实用方法
讨论很激烈啊。
有些页面,要由管理员在富文本框编辑内容的,似乎也只能用 html_safe 了吧。
the same problem