Blogs

Setting up Rails 6 app with multiple databases on Heroku
Rails 6 is just around the corner. The release candidate two was recently released. This post is part of the Road to Rails 6 series which will prepare you for Rails 6.When we create a new brand new Rails 6 app, it is configured to use only one dat...


Ruby on Rails on Windows is not just possible, it's fabulous using WSL2 and VS Code - Scott Hanselman
I've been trying on and off to enjoy Ruby on Rails development on Windows for many years. I was doing Ruby on Windows as long as 13 years ago. There's been many valiant efforts to make Rails on Windows a good experience. However, given that Window...



How to Install the Spree E-Commerce Framework using Ruby on Rails
The Spree commerce framework is an open-source fully-featured e-commerce solution that integrates directly with the Ruby on Rails framework using three main gems.In this short tutorial, I walk you through how to get the gem and its dependencies in...


Most Anticipated Rails 6 Features That You Would Like to Use Moving Forward
Back in April, we published a video highlighting anticipated features of Rails 6.0! Rails 6 has published a ton of new features, and with the regular releases of the beta versions, developers had already access to the upcoming features, and rails ...

How to run parallel tests in RSpec on GitLab CI Pipeline and speed up Ruby
GitLab CI allows you to run tests much faster thanks to CI parallelisation feature. You can run parallel jobs across multiple GitLab Runners. In order to do it, you will learn how to split tests in a dynamic way across parallel tasks to ensure the...