DEV Community

Paulina Delmore
Paulina Delmore

Posted on

1

TIL - Heroku and postgresql

Today I was working on my portfolio website. It's still not completely done, but I am happy with how it's turning out. I learned a few new things in the process:

  • I deployed my first two projects on Heroku,
  • I learned about Rack gem and how to use it to create a static page in Rails. I made an empty app and pushed it to GitHub just to have it handy whenever I want to deploy a static page to Heroku,
  • that being said, I learned that Heroku doesn't support sqlite3, so I had to look up how to switch to postgresql instead,
  • oh, and I connected my domain to my portfolio hosted on GitHub pages.

Overall, it was a pretty productive day!

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay