Note about rails assets prefix in capistrano
If you have these settings in rails:
#application.rb
config.assets.prefix = '/someprefix/assets'
But in capistrano you need remove first trailing slash:
#deploy.rb
set :assets_prefix, "someprefix/assets"
Written by Adis
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#