i have very strange error when deploy my rails app with capistrano. sometimes it\'s deploy and sometimes not.
for example i add something to css (just one string) e.g.
if someone have same error - problem was on hosting. server have not enough ram(512mb), and process of compilation css/js was killed every time. than we change rate plan, which has 1gb ram, all deployed successfully. SO if you assets precompile failed - just try to add some resources to server.
P.S. similar problem i found here Capistrano deploy - assets precompile error