ryanburnette / rcms

My learning rails project and long term Rails CMS. Not ready for primetime.
0 stars 0 forks source link

Postgres #15

Open ryanburnette opened 10 years ago

ryanburnette commented 10 years ago

@paulelliott If I wanted to try my app with Postgres, would I have to change much about the app?

paulelliott commented 10 years ago

You should install Postgres.app from Heroku if you are on a Mac. Then you just need to change the database driver in the database.yml and replace the mysql gem with pg.

ryanburnette commented 10 years ago

Sounds easy enough. I'll try it sometime.

On Thu, Feb 6, 2014 at 4:19 PM, Paul Elliott notifications@github.comwrote:

You should install Postgres.app from Heroku if you are on a Mac. Then you just need to change the database driver in the database.yml and replace the mysql gem with pg.

— Reply to this email directly or view it on GitHubhttps://github.com/ryanburnette/rcms/issues/15#issuecomment-34371963 .

ryanburnette commented 10 years ago

Note to self re: learning Postgres: