avangelist

Joined

120 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in Setup MacOS 12 Monterey Discussion

I've resolved my issues with the following steps.

brew install node
rails new myapp --database=postgresql
brew services start postgresql
cd myapp
rake db:create
rails s

server starts, installs all dependencies and away we go.

Posted in Setup MacOS 12 Monterey Discussion

I cannot get this to work on a Mac M1.
I've got brew running, ruby on latest version, and rails as documented.
had issues running mysql so opted for POSTgreSQL, that's all OK it seems.
Created the database fine, then when I use rails server, I get a truck load of errors.

The first of them is 'Webpacker configuration file not found'