ruby - Rails - cannot precompile assets in production -
i deployed rails app amazon ec2, while deploying got
find: `/path/to/root/releases/20130514204835/public/stylesheets' (the same javascripts , images)
then i've tried precompile asset on machine - rake assets:precompile rails_env=production or bundle exec rake assets:precompile rails_env=production - in both cases got same error:
/users/adam/.rvm/rubies/ruby-1.9.3-p385/bin/ruby /users/radek/.rvm/gems/ruby-1.9.3-p385/bin/rake assets:precompile:all rails_env=production rails_groups=assets rake aborted! access denied user 'adam'@'localhost' (using password: yes)
the access mysql should ok, wrong assets?
Comments
Post a Comment