I'm new here and just installed ruby on rails on my mach using this tutorial.
I created a project folder and added an app to it.
Now I want to use postgresql, how do I install that in this created app... that is something I can't figure out.
I think I need to install Postgresql first.
Is the best way to do it form command line like this: brew install postgresql
or
go to their website and download/install?
Remember I'm totally new to this so help is appreciated a lot
Thanks
EDIT: So I downloaded postgresql and installed it and I downloaded and installed pgadmin.
What's next is probably I have to create a database? and then somehow find a way to connect it with the application created in the workspace for ruby?
1 Answer 1
Postgres.app is great and has become the go-to for many Mac developers.