这回不爽了,没法带薪等安装了
装起:
$ gem install bundler --pre
能和数据库关联不?
#4 楼 @luckyyang 其他的可以参照着写一个
我写了个阿里云的,不过 Backup 官方没合并 https://github.com/huacnlee/backup/tree/aliyun_oss_storage
现在首页那个相应快那是因为本来那个查询就不复杂
Ruby China 还能用 caches_page 是因为用了独立的 Gem 的
为什么不直接调用 shell 呢?
def ungzip(gzipfile)
`unzip #{gzipfile}`
end
def untar(tarzip_path_full, destination)
`tar xf #{tarzip_path_full} --directory=#{destination}`
end
当你不用 Nginx 或 Apache 之类的东西来部署你的 Rails 应用,而是直接用 rails s 来跑的话,你需要注意下面几个配置:
production.rb 里面
config.serve_static_assets = false # 需要设置成 false Rails 才会响应 /assets 的请求
config.action_controller.asset_host # 这里不要设置,Ruby China 开源出来的代码是有设置的,你需要注释掉
最好还是建议用 Nginx,来跑,同时配置 /assets 这个 location
如:
server {
listen 80;
server_name ruby-china.org;
root /home/jason/www/ruby-china/current/public;
location /assets {
access_log off;
expires max;
}
}
Nginx 没配置 assets 这个 location 看错了,你没用 Nginx
GC.disable
? 25729 那个 Ruby 进程和其他的有什么区别?
Ruby China 的,一般都在 250M 以内
泄漏了吧
request.headers["Content-Type"] = "image/jpg"
request.headers["X-Accel-Redirect"] = "http://foobar.com"
http://thedataasylum.com/articles/how-rails-nginx-x-accel-redirect-work-together.html
MM 两年的电池消耗,50 颗
餐费太贵了,省下来便宜点也好啊
12 TextMate 1