...s possible you get this "error" message: *** [err :: example.com] There are no Phusion Passenger-served applications running whose paths begin with '/var/www/example.com'. *** [err :: example.com] This is just because there were...
...no running passenger instance on the server. It's not a real error...
revisions << capture(:cat, 'REVISION').strip end end # Never skip asset compile when servers are running on different code next if revisions.uniq.length > 1 changed_files = `git diff --name-only...
The step definitions below allow you to test the filename suggested by the server: When I follow "Export as ZIP" Then I should get a download with the filename...
Best results in other decks
...might experience a Host key verification error if you try to connect to the server via ssh or sftp. Be aware that a Host key verification error is always suspicious...
...the currently provided host key (and type) in your known_hosts file. When the server stops providing that locally stored host key you get a mismatch and need to trust...
...generated by requests should be stored in public/system. Execute assets:precompile only on one server with Capistrano 3 If the assets directory is linked to glusterfs asset:precompile should only...
...on one of the appservers. The asset precompile is by default executed on all Servers with the role web. You can overwrite this in deploy.rb: set :assets_roles, [:assets]