弄两 repo 不是很麻烦吗?gems 不同可以用 group 来管理,开发不需要的用--without 过滤掉;配置不同也可以用 rails environments
模仿确实是个很好的入门方式
zsh 是可以完全整成 bash 一样的行为,除了 completion 不通用
#11 楼 @poshboytl 慢应该还是慢在 git status
不知道为什么,git status 运行很慢,theme 里如果显示是否是 dirty 就会每次显示 prompt 的时候卡一下。用到最后还是简单点好,https://github.com/doitian/dotfiles/blob/master/_zsh_/theme.zsh 我的很简洁的显示用户,机器名,目录,git,rbenv,return status 和反色的一大块容易分隔开命令
如果你发现写的太复杂,可以用 ^X^E 启动 editor 来编辑 fc 可以用编辑器来编辑历史命令
#5 楼 @poshboytl shell 里用 vim binding 很蛋疼
求肉身翻墙
怎么不用 media query,当宽度小于多少 px 就启用 mobile layout
#12 楼 @poshboytl railsapi 自己生成啊。常用的库也可以弄个专门的 gemset,然后需要查看就在这个 gemset 里起个 yard server
辛苦了
这个让键盘控怎么玩啊?
#5 楼 @geekontheway IRC 的 adapter 默认不监听房间里不是发给自己的消息,自己 hack 的一下。不过也可以用 xmpp adapter,自己写个 web server adapter 来触发,都可以。这是我们用的 deploy hubot script
#5 楼 @geekontheway 用了个简单的 thor task https://github.com/intridea-east/capistrano-bot 先用 capistrano clone 到 bot 所在服务器,然后在 clone 的 repo 里再执行 cap,两遍 cap,bot 的 pubkey 要加到要部署的服务器的 authorized_keys 里去
#3 楼 @geekontheway 我也正在弄这个来自动部署 cn.intridea.com,让 github 的 service hook 发到的 irc channel,hubot 收到 github 的消息就开始 deploy。bot 本地 clone 个 repo,保持 deploy 脚本的更新,然后跑 cap,看看能不能利用下 cap 的部分代码来更新 bot 的 git repo
#1 楼 @geekontheway 这个应该还是要有一套部署的方案,hubot 只是去触发,并且解析结果返回
#1 楼 @southwolf 有 seed 还得 db:seed,如果 schema.rb 有保持更新的话 rake db:setup 更快
db:setup => db:create db:schema:load db:seed
看错了,是加 pub key
用 ssh agent forward 更安全啊
box 应该是话在 S3 上了。自动设置好 SSH,IP 和 VirtualBox 共享目录,可以本机编辑,虚拟机上直接编译或运行。还支持 puppet 和 chef
#16 楼 @poshboytl typo
#27 楼 @poshboytl 没用 has_secure_password 啊,不过用了就没什么演示的了
也去 twitter, douban, weibo 先
用 assets 提供的 helper http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html
这个 watch 不太好吧,写在 Rakefile 里,实在需要 watch 用 watchr 或者 guard 实行 rake