RailsCasts Pro episodes are now free!

Learn more or hide this

Liev's Profile

GitHub User: lievcin

Comments by Liev

Avatar

OK, I got it to get past this point, but now i'm getting the following error when trying to run the migration.

rake aborted!
database configuration does not specify adapter

Avatar

Hi Paul,

I'm getting the same error, but after running the command you mentioned and retrying, i'm still getting it... the command ran properly as i see when trying to rerun it tells me it already has the latest version.

ruby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libmysqlclient-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.

in my Gemfile i have:

gem 'mysql2'

and then the error when deploying:

failed: "sh -c 'cd /home/deployer/apps/sample_linode/releases/20120502195419 && bundle install --gemfile /home/deployer/apps/sample_linode/releases/20120502195419/Gemfile --path /home/deployer/apps/sample_linode/shared/bundle --deployment --quiet --without development test'" on 176.58.101.41

what do you think I'm doing wrong?