Open zhandao opened 7 years ago
[ ] MebiRails?
[x] scalability
[ ] error pages design
[ ] business error logger
[ ] sign up, confirm and active
[ ] ELK
[x] Gems
[ ] i18n
[ ] find_each 取代 all.each(https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md#find-each )
[ ] z-error:https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md#no-class-vars
[ ] mina clear cache
[ ] fix mina env,and bundle command not found
[ ] add and remove role permission
[ ] doc 融合 role permission
[ ] PermissionEntity,source 多态关联
[ ] Permission 表增加 source_field / value,然后 can 方法使用 which: { id: 1 } 来取代 block
[ ] https://github.com/80percent/rails-template/blob/master/files/config/nginx.conf.example
[ ] 软删除的,在 create 时应该注意 restore,如果唯一约束
[ ] search engine
[ ] 返回描述以及自动生成描述中的 jbuilder
[ ] 除了良好的注释外,如何以舒服的方式让程序员留存更多描述性的东西(影响接盘难度)
[ ] README
[ ] before_save => after_commit
[ ] dft resp 自动生成 jb 模板
[ ] spdoc --- spec_doc
[x] generators color likes rails g
[ ] 关注下 autogen doc 的 load schema null 的问题
[ ] cache_all concern,缓存管理
[ ] make sure 统一开关,便于测试直接 mock 跳过一些验证逻辑
[x] builder_support/to_tree
[ ] upgrade
Branch user_active
[ ] https://github.com/zhandao/sms
[ ] https://github.com/saberma/china_sms
[ ] mail
[x] goods: is_online > onsale
[x] permissions: method
[ ] 考虑 condition 的必要性
after_commit do pp previous_changes end
[ ] MebiRails?
[x] scalability
[ ] error pages design
[ ] business error logger
[ ] sign up, confirm and active
[ ] ELK
[x] Gems
[ ] i18n
[ ] find_each 取代 all.each(https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md#find-each )
[ ] z-error:https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md#no-class-vars
[ ] mina clear cache
[ ] fix mina env,and bundle command not found
[ ] add and remove role permission
[ ] doc 融合 role permission
[ ] PermissionEntity,source 多态关联
[ ] Permission 表增加 source_field / value,然后 can 方法使用 which: { id: 1 } 来取代 block
[ ] https://github.com/80percent/rails-template/blob/master/files/config/nginx.conf.example
[ ] 软删除的,在 create 时应该注意 restore,如果唯一约束
[ ] search engine
[ ] 返回描述以及自动生成描述中的 jbuilder
[ ] 除了良好的注释外,如何以舒服的方式让程序员留存更多描述性的东西(影响接盘难度)
[ ] README
[ ] before_save => after_commit
[ ] dft resp 自动生成 jb 模板
[ ] spdoc --- spec_doc
[x] generators color likes rails g
[ ] 关注下 autogen doc 的 load schema null 的问题
[ ] cache_all concern,缓存管理
[ ] make sure 统一开关,便于测试直接 mock 跳过一些验证逻辑
[x] builder_support/to_tree
[ ] upgrade