概要 Unicorn を使って Railsアプリケーション を動かしている アプリケーションのデプロイに Capistrano を使っている Capistrano のデプロイ処理の最後で Unicorn の再起動を行っているが、たまに失敗する その原因を調べ、対処した Unicorn の再起動に失敗す... 続きを読む
I was working on an app (bundler, unicorn, Rails3) that had a strange deploy issue. Five deploys (using capistrano) after our unicorn processes had started unicorn would fail to restart, this is the capistrano output: * executing `deploy:rest... 続きを読む
Yehuda Katz is a member of the Ruby on Rails core team, and lead developer of the Merb project. He is a member of the jQuery Core Team, and a core contributor to DataMapper. He contributes to many open source projects, like Rubinius and Johns... 続きを読む
Bundler manages an application's dependencies through its entire life across many machines systematically and repeatably. 続きを読む
railshttp://github.com/carlhuda/bundler 動作させるまでconfig/environment.rb で config.gem を使っている場合は削除しておく。#{RAILS_ROOT}/Gemfile を作る。 source :gemcutter gem 'rails', '2.3.5', :require => nil gem 'haml' group :test do gem 'rs... 続きを読む
Yehuda Katz is a member of the Ruby on Rails core team, and lead developer of the Merb project. He is a member of the jQuery Core Team, and a core contributor to DataMapper. He contributes to many open source projects, like Rubinius and Johns... 続きを読む