Selleo Logo
Toggle navigation
  • Services
    UX/UI Design ConsultingUX/UI Design ConsultingCustom Software Development CompanyCustom Software DevelopmentDevOps & Cloud ConsultingDevOps & Cloud ConsultingGraphQL APIs DevelopmentGraphQL APIs DevelopmentQuality AssuranceQuality Assurance
    Hire Ruby On Rails Development TeamRuby on Rails DevelopersHire Elixir Development TeamElixir DevelopersHire Node.js Development TeamNode.js DevelopersHire Ember.js Development TeamEmber.js DevelopersHire React Development TeamReact.js Developers
  • Portfolio
    75
  • Who We Are
  • Teams
  • Blog
  • Contact
  • All
  • UX Design
  • Software Development
  • Ruby on Rails
  • React
  • Ember
  • eCommerce
  • LMS
  • Healthcare
Why Is Ruby Still A Good Choice in 2021? An Introduction To Ruby 3.0

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

Ireneusz Skrobiś
Ireneusz Skrobiś
Feb 2, 2021
ruby on rails
Best Ruby On Rails eCommerce Platform: Spree Vs Solidus

Best Ruby On Rails eCommerce Platform: Spree Vs Solidus

Ruby on Rails has been a part of the eCommerce world since 2004 with the launch of an online snowboard store - Snow Devil. The technology has a lot to offer with quality solutions.

Ewa Wydra
Ewa Wydra
May 13, 2020
software development
How To Upgrade To Rails 6

How To Upgrade To Rails 6

I’d like this to be a reasonably detailed overview of how does the upgrade process in Rails look like in general, but with a strong emphasis on Rails 5.2 > 6 upgrade part (RC1 being the latest release). I’ve already seen a number of great posts describing the list of changes that awaits us in Rails 6, so I will skip this entirely and will focus solely on the upgrade.

Krzysztof Pomykacz
Krzysztof Pomykacz
May 7, 2019
ruby on rails
Pessimistic Locking In 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”.

Gravatar for s.lach@selleo.com
Szymon Lach
Apr 15, 2019
ruby on rails
GraphQL with Ruby On Rails: Queries in Multiple Files

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`

Ireneusz Skrobiś
Ireneusz Skrobiś
Apr 4, 2019
ruby on rails
Testing GraphQL Mutations In Ruby On Rails With RSpec

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.

Ireneusz Skrobiś
Ireneusz Skrobiś
Mar 21, 2019
ruby on rails
GraphQL Mutations In 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.

Ireneusz Skrobiś
Ireneusz Skrobiś
Mar 14, 2019
ruby on rails
How To Setup A Project With Ruby On Rails, PostgreSQL And GraphQL

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.

Ireneusz Skrobiś
Ireneusz Skrobiś
Feb 13, 2019
ruby on rails
Why Ruby On Rails Is A Good Choice In 2019?

Why Ruby On Rails Is A Good Choice In 2019?

If we type Ruby on Rails 2019 in Google we will most likely get results from blog posts and forums dedicated to Ruby’s alleged death, but the truth is, Ruby is doing great and still remains a good technology to choose in 2019 and here is why.

Błażej Kosmowski
Błażej Kosmowski
Dec 6, 2018
ruby on rails
A Subjective Guide To Naming Stuff In Ruby on Rails: Classes

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

Błażej Kosmowski
Błażej Kosmowski
Jul 31, 2018
ruby on rails