http://rabelapp.com/t/80,就是按照这个升级的时候
ubuntu@li494-179:~/wwww$ RAILS_ENV=production rake db:migrate
rake aborted!
You have already activated rake 10.0.2, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this.
/home/ubuntu/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.2.0/lib/bundler/runtime.rb:31:in `block in setup'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.2.0/lib/bundler/runtime.rb:17:in `setup'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.2.0/lib/bundler.rb:116:in `setup'
/home/ubuntu/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.2.0/lib/bundler/setup.rb:7:in `<top (required)>'
/home/ubuntu/dream-vyy/config/boot.rb:6:in `<top (required)>'
/home/ubuntu/dream-vyy/config/application.rb:1:in `<top (required)>'
/home/ubuntu/dream-vyy/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
就是我执行 RAILS_ENV=production rake db:migrate 的时候提升这个。所以一直不成功不知道为什么啊,求解答
#5 楼 @guyanbiao 貌似已经 bundle install 已经解决了,就是目录没有读写权限的问题。
#1 楼 @guyanbiao mysql 啊 多谢啊