My background: working with Java, NodeJS and Frontend for some years and has no Rails experiences
Here are my summaries:
- I have to go withhttps://docs.dev.to/installation/mac/ , would prefer docker but my current project is using Docker version 17 which through error on the line
FROM node:8.15.1-alpine AS alpine-ruby-node
- It took me an hour to figure out the Postgres role issue with my current OS username.
Here is how to solve:
Login into postgres:
psql --user postgres --password
To list users:
postgres=# \du
To add a user:
postgres=# CREATE ROLE my_current_OS_user WITH LOGIN PASSWORD 'Pa$$w0rd';
And grant createDB privilege:
ALTER ROLE my_current_OS_user CREATEDB
- Register Github Oauth
HomePage URL:http://localhost:3000
Authorization callback URL:http://localhost:3000/users/auth/github/callback
Top comments(2)
Subscribe

webdeasy.de•
On this profile I publish the best posts from my blog: webdeasy.de
- LocationGermany
- Joined
Haha, cool idea! I should try that, too. I have also no experience with rails, I'll have a look! :)

Duc Nguyen•
All levels at https://coinconket.com/
- LocationHo Chi Minh, Viet Nam
- EducationHo Chi Minh City University of Technology
- WorkSoftware Engineer at Wizeline VietNam
- Joined
My first PR in RnR: haha
github.com/thepracticaldev/dev.to/...
For further actions, you may consider blocking this person and/orreporting abuse