Login
From:
Stack Overflow
(Uncensored)
subscribe
ruby on rails - RAILS_ENV=development rake db:create is not creating development database - Stack Overflow
https://stackoverflow.com/questions/50720730/rails-env-development-rake-dbcreate-is-not-creating-development-database
links
backlinks
Roast topics
Find topics
Find it!
I have a strange issue on a rails app running on a docker container. I run RAILS_ENV=development db:drop db:create and it tries to create/drop only the test database. Rails 5.0.0 my config/databa...