We already deployed our RoR app to Heroku in this post. Let's set up SSL with Heroku and our Rails application. I've actually wasted several hours sorting out SSL manually,…
If you haven't yet deployed with Heroku, you may want to check out our previous post where we deployed our (Rails) app to Heroku. If you're running an app on…
This chapter assumes you've linked to Google Search Console (check chapter 10 if you have not). Sitemaps are useful in your website to assist with SEO. They will be very…
From previous post, we've looked at deploying our application with Heroku. This is now live at its own location (https://yazii.herokuapp.com/search-for-tech-jobs). What we'd like to do is make it available in…
This post is going to go over the process of taking your Ruby on Rails application with Webpacker and React front-end and deploying it with Heroku. If you haven't got…