pe
05/26/2018, 4:01 PMgraphql ruby tutorial
and am getting an error on rails db:create
😞 can't even start the project.
I have Stack O'd the issues but nothing seems to work. this is likely an easy fix but I am NOOOOOOOObs
rails db:create --trace
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:create
rails aborted!
ActiveRecord::AdapterNotSpecified: 'local' database is not configured. Available: ["default", "development", "test", "production"]
I have the full stack trace if helpful. THANK YOU!!nilan
05/26/2018, 4:04 PMlocal
is used instead of one of the four options listed there.nilan
05/26/2018, 4:05 PMpe
05/26/2018, 4:07 PMRAILS_ENV=development rails db:create --trace
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:create
Created database 'db/development.sqlite3'
Created database 'db/test.sqlite3'
Stay tuned, I will likely have more setup issue 🙂nilan
05/26/2018, 4:07 PMnilan
05/26/2018, 4:07 PMpe
05/26/2018, 4:08 PMnilan
05/26/2018, 4:10 PMrails
command, a PR with that would be great!pe
05/26/2018, 4:11 PMnilan
05/26/2018, 4:12 PM