更新详细路线
#26 楼 @liwen_zhang 欢迎!我们很希望引上更多的的人走上 ruby/rails 这条不归路
我们办公室用长城宽带,我也有这个问题。看了一下,在源码里他们插入了一个 <script>
, 连到 http://211.162.76.49:65001/ab.js。whois 211.162.76.49 证明这是长城。
adblock 它妈
我隔天就受到邀请码了。写自己是 rubyist 吧~
我的 linode 东京 ssh 端口用 2222 也不行。ping 可以
Evan Phoenix 的东西都不错
git add / : p
把 sqlite 当成 key-value store, 储存 JSON
简化重启步骤
kill -USR2 cat ~/application/current/tmp/pids/unicorn.pid kill -QUIT cat ~/application/current/tmp/pids/unicorn.pid·oldbin
http://unicorn.bogomips.org/SIGNALS.html
unicorn 无缝重启有三个步骤
1)kill -USR2 cat ~/application/current/tmp/pids/unicorn.pid
更新应用
2)kill -WINCH cat ~/application/current/tmp/pids/unicorn.pid.oldbin
暂时停止旧的版本。测试更新应用没问题
3) kill -QUIT cat ~/application/current/tmp/pids/unicorn.pid·oldbin
确认后,停止旧的版本
3b) kill -HUP cat ~/application/current/tmp/pids/unicorn.pid.oldbin
kill -QUIT cat ~/application/current/tmp/pids/unicorn.pid
如发布失败恢复旧版本
我也在看云存储。比较了 upyun 和 aliyun OSS。1M 的图档
http://storage.aliyun.com/puffant-testing/test.jpg http://puffant.b0.upaiyun.com/test.jpg
又拍云有 CDN,布点很多。阿里云只有杭州的机房。所以我在广州,又拍云在广州佛山的机房会比阿里云快很多。国外访问网速似乎阿里云 OSS 快些。价钱上的比较还不清楚
http://www.17ce.com/site/http/2c45a66b748162c876e1fb2cbe98004c.html http://www.17ce.com/site/http/a86dd39ba72b9bf7b2860fa08969a5ea.html
他们 js 不用 semicolons... 这个非主流啊~
你是 Perl 来卧底吗?