You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to fix the way the rake file is using the database.yml file. Keep getting this error when running rake db:create. Or change the yml file to only have one DB in it, that seems to be a work around for now.
DarkLord - testing $ rake db:create RAILS_ENV=production
----- Create DB -----
rake aborted!
database configuration does not specify adapter
The text was updated successfully, but these errors were encountered:
Need to fix the way the rake file is using the database.yml file. Keep getting this error when running rake db:create. Or change the yml file to only have one DB in it, that seems to be a work around for now.
DarkLord - testing $ rake db:create RAILS_ENV=production
----- Create DB -----
rake aborted!
database configuration does not specify adapter
The text was updated successfully, but these errors were encountered: