Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Ryan Michal
Joined
20 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Setup Windows 10 Discussion
Thanks. My app is working. I had to follow ROD's solution above plus install a newer version of yarn so that I could install webpacker.
sudo apt-get update
sudo apt-get install yarn
rails webpacker:install
You'll also want to add host/port/username/password to default in the database.yml before running rake
Posted in Setup Windows 10 Discussion
My 'rails new myapp...' was not generating the project I expected. For instance there was no config/database.yml This solution did the trick. Thanks.