We looked at deploying your application such as Ruby on Rails with Heroku. Now we may explore things like server-less design. Re-platforming is a big topic and a large undertaking.…
This post is an extension to previous Active Storage post covered in section 7. Here we will look at an advanced query and fine tuning it to remove N+1 queries…
In the previous post, we created our sitemap and connected to Google. We're ready to start populating some useful data. In this chapter we will look at populating useful data…
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…
If you haven't created a RoR project yet, you may find this post useful to get started. Part of the project associations, most data can just be kept in the…
This chapter is relatively straight forward and is more of a refresher than anything else. It's a reminder that spending time on determining the correct associations early will help save…
If you're following the blog, we now have Rails setup with some basic front end components. What we may want to start doing is processing some items in the back-end…