艹猫醒目..
同感 经常会 bundle 几分钟
还有别忘了 在 layout 里加 <%= action_cable_meta_tag %>
主要是依赖的 gem 升级比较麻烦 很多都没有发布兼容 Rails5 的版本 只能指向对应 github repo master 上
我用的是 https://github.com/chaps-io/public_activity 对于多 model 的做法是在主 model 加一个 changes hash 变量 其他 model 的修改放到里面 在 controller 里 create activity 记录日志把 changes 变量存入
## model 涉及修改多 model 的方法
if old_weights != new_weights
weights_changes = {weights: [old_weights, new_weights]}
add_change weights_changes
end
## controller
if @promotion.save
Activity.add_promotion @promotion, :create, current_user, changes: @promotion.attribute_changes
end
其实也没优雅多少..
应该是模板的问题 任何邮件都必须使用模板审核通过后才能发
一楼大大说的好有道理 看来平时得多分享 参与讨论和回答一些问题了
ITerm 里:
最常用的 2 个:
ls
: 0x6c 0x73 0x0d
git status
: 0x67 0x69 0x74 0x20 0x73 0x74 0x61 0x74 0x75 0x73 0x0d
支持 B 站
连续跑几天就卡到必须重启,yosemite 太渣了
薄荷的妹子确实漂亮.. 上次去简直闪瞎了眼
:thumbsup:
说下我的看法..
可以在 deploy.rb 里这么写set :domain, ENV['SERVER']
然后在目录下写一个部署脚本
mina deploy SERVER='xxx.com'
mina deploy SERVER='yyy.com'
并把脚本加到.gitignore 里去 要嫌麻烦也可以在.bashrc/.zshrc 里写
function xxx_deploy { cd xxx && mina deploy SERVER='xxx.com' && mina deploy SERVER='yyy.com' }
买了三本~