
Read our Ruby on rails articles on Selleo Blog
Ruby on rails Insights

ruby on rails
Outsourcing RoR | How To Choose A Ruby On Rails Development Company?
Wondering how to choose a Ruby on Rails development company? Read the post to find out how to successfully outsource your RoR project.
Jul 10, 2023

ruby on rails
Hire Ruby On Rails Developers: The Complete Guide
Using Ruby on Rails could be what you need to take your web app to the next level so stay tuned as we find out how to find and hire Ruby on Rails programmers.
Jan 21, 2022

ruby on rails
Ruby On Rails Web Development
Find out why Ruby on Rails is a popular choice for web development and see some of the benefits this platform offers.
Jan 21, 2022

ruby on rails
Technical Insights Into Pagination With GraphQL And Ruby on Rails
Adding GraphQL pagination might be tricky because there are quite a lot of different implementations. In this tutorial, we are going to prepare a separate query file to get you familiar with it.
Aug 25, 2021

ruby on rails
Design SaaS Product: 4 Reasons Why You Should Choose Ruby On Rails Framework
In this article, I will blend the technical aspects of designing SaaS using the Ruby on Rails framework to prove it is a perfect choice for your project.
May 11, 2021

software development
Ruby On Rails Staff Augmentation: How To Scale Your Team?
This article will discuss Ruby on Rails staff augmentation and how to scale a team in a startup using the same tactic.
Apr 23, 2021

ruby on rails
Why Is Ruby Still A Good Choice in 2021? An Introduction To Ruby 3.0
You might be surprised that even though it is over 15 years old Ruby is not slowing down and still has a great group of supporters and newcomers
Feb 2, 2021

ruby on rails
How To Upgrade To Rails 6
This guide will show you how to upgrade to Rails 6. We'll cover the upgrade process in general and provide helpful tips to make your upgrade as smooth as possible.
May 7, 2019

ruby on rails
Pessimistic Locking In Rails
The Ruby on Rails framework is powerful in many ways. One of its strong points is that Ruby on Rails is being shipped with ActiveRecord - an Object Relational Mapping system. ActiveRecord comes up with its own DSL, which lets you write Ruby code, which in turn is translated to SQL, allowing you to use database native features, including “locking”.
Apr 15, 2019

ruby on rails
GraphQL with Ruby On Rails: Queries in Multiple Files
Today we are going to add specs (again, we will focus only on the happy paths) for GraphQL queries. But there is one thing about the current implementation of the queries that I don’t like. We have everything defined in one file: `app/graphql/types/query_type.rb`
Apr 4, 2019

ruby on rails
Testing GraphQL Mutations In Ruby On Rails With RSpec
In the last article we added a few GraphQL mutations to our test application. It is time to create automated tests for each of them. But first things first, we need to set up `RSpec` in order to write better specs.
Mar 21, 2019

ruby on rails
GraphQL Mutations In Ruby On Rails
In this article, I would like to focus on adding GraphQL mutations. We will be working on the test application we created previously in this article. It might be helpful for you to know the structure, models, and types we are using so I encourage you to take a look.
Mar 14, 2019

ruby on rails
How To Setup A Project With Ruby On Rails, PostgreSQL And GraphQL
GraphQL is an open source query language created by Facebook. It is a powerful tool that you can use for building your API. It is not a silver bullet but it can definitely help you solve some challenges like getting many resources in a single request.
Feb 13, 2019

ruby on rails
A Subjective Guide To Naming Stuff In Ruby on Rails: Classes
Naming things in programming may not be hard (a matter of imagination), but it is definitely hard to do it right. Also, it turns out to be very unclear what “right” means in each and every context. It doesn’t change the fact that in 8 out of 10 PRs I review, I provide a feedback related to naming, be it naming of classes, methods, fields, variables… you name it
Jul 31, 2018

ruby on rails
An Opinionated Guide To Readable RSpec (part 2 of 2)
In the previous part of this article we focused on making specs we try to write as readable as possible. This however, comes at a cost of duplication and bloated individual tests. While this is a cost we intend to pay, there are ways to mitigate the impact of readability oriented specs on the overall size of our suite.
May 8, 2018
