This is how you setup Postgress.app with Rails
~ psql username=# CREATE DATABASE myapp_development; username=# \q
1
|
|
1 2 3 4 5 6 7 8 |
|
This is how you setup Postgress.app with Rails
~ psql username=# CREATE DATABASE myapp_development; username=# \q
1
|
|
1 2 3 4 5 6 7 8 |
|