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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -