2013-10-13から1日間の記事一覧

デプロイ先のサーバーで rake assets:precompile を実行するには

config/deploy.rb 29 after :restart, :clear_cache do 30 on roles(:web), in: :groups, limit: 3, wait: 10 do 31 # Here we can do anything such as: 32 within release_path do 33 # execute :rake, 'cache:clear' 34 execute :rake, 'assets:precompil…