I am just trying to simply do the following:
my@ubuntu-lappy:~/rails/app_soft$ heroku rake db:migrate
rake aborted!
Please install the adapter: `gem install activerecord--adapter` (no such file to load -- active_record/connection_adapters/_adapter)
What am i doing wrong?
In the past I've successfully ran heroku rake db:migrate
gem list
shows
activerecord (2.3.5, 2.2.2)