私はRVMとRubyGems 1.8.5でRuby 1.9.2を使用してUbuntu 11.04を使用しています。
gem install taps
私は得る
ERROR: While executing gem ... (NoMethodError)
undefined method `<<' for #<Bundler::SpecSet:0x000000020fbc50>
データベースを正常に移行できます
heroku rake db:migrate
実行できるようにタップをインストールしようとしています
heroku db:push
エラーを与える
Taps Load Error: no such file to load -- taps/operation
You may need to install or update the taps gem to use db commands.
On most systems this will be:
sudo gem install taps
助けてくれてありがとう!