We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't get the database bootstrapped. Everytime I run it I get this error:
root@localhost:/opt/src/musical-artifacts# docker exec -it musical-artifacts_web_1 bundle exec rake db:create musical_artifacts_development already exists root@localhost:/opt/src/musical-artifacts# docker exec -it musical-artifacts_web_1 bundle exec rake db:migrate == 20150330064125 DeviseCreateUsers: migrating ================================ -- create_table(:users) -> 0.0194s -- add_index(:users, :email, {:unique=>true}) -> 0.0077s -- add_index(:users, :reset_password_token, {:unique=>true}) -> 0.0060s == 20150330064125 DeviseCreateUsers: migrated (0.0342s) ======================= rake aborted! StandardError: An error has occurred, this and all later migrations canceled: undefined method `username' for #<User:0x000055647f78fd78> bundler: failed to load command: rake (/usr/local/bundle/bin/rake) NoMethodError: undefined method `reject' for nil:NilClass
Any ideas?
The text was updated successfully, but these errors were encountered:
I'll look into it shortly, sorry for the delay on answering!
Sorry, something went wrong.
No branches or pull requests
I can't get the database bootstrapped. Everytime I run it I get this error:
Any ideas?
The text was updated successfully, but these errors were encountered: