
Read our Ruby On Rails articles on Selleo Blog
Ruby On Rails Insights

software development
All You Need To Know About Back-End Development
What is back-end development? What are back-end languages? How to hire a back-end developer? Learn everything you need to know in this post.
Aug 3, 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
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

ruby on rails
RubyOnRails Testing Antipatterns — Part 2/2
In part 1 we have covered antipatterns related to stubbing and problem with implementation details that are a overcomplicated just for the sake of being super easy to tests. In second part we are going to focus more on tests themselves.
Jan 14, 2018

ruby on rails
RubyOnRails Testing Antipatterns — Part 1/2
When preparing our test suite we might be tempted to make some shortcuts that will render our tests less readable, comprehensible or will significantly decrease the flexibility of further implementation. Below, I try to list some of the most commonly seen techniques we should avoid to keep our test suite healthy.
Jan 7, 2018

ruby on rails
An Opinionated Guide To Readable RSpec (part 1 of 2)
It is hard to underestimate a value and importance of automated tests. Creating confidence about if the code works the right way and thus enabling safe refactoring is just one thing. Another one is that test suite can act as a way to document behavior and also, especially when approached the BDD way, can drive the code design and architecture.
Oct 5, 2017

ruby on rails
Selleo Ruby On Rails Testing Practices
With Ruby on Rails as our primary backend technology, we have developed a set of practices for testing our applications. Our goal was to maximize the efficiency of writing tests that cover the most critical parts of the software built.
Mar 17, 2017

ruby on rails
The Four Indicators Of A Healthy Ruby On Rails Project
Before starting development on a legacy project, we are often asked to do a quick review of its quality. Some projects are easy to analyze and the task just boils down to a look into a couple of classes, routes file, tests etc.
Jan 16, 2017

ruby on rails
Rails Admin And Multitenancy
Recently I started changing our single-tenant app into a multi-tenant one. Everything was going well until I stuck upon Rails Admin.
Jul 22, 2016

ruby on rails
Rails And Subresource Integrity
You might have had an opportunity to verify if a file you downloaded is valid and authentic compared to the original one the process is called file verification.
Feb 5, 2016

ruby on rails
Testing The User Perspective With Ruby On Rails With Kameleon
Thanks to a good combination of RSpec and Kameleon, we have managed to write an expressive end-to-end test as well as six supportive tests in no time at all.
Jul 19, 2012

ruby on rails
Benchmarking Ruby On Rails Applications Tools For Load Performance Testing
The choice of benchmarking tools is often a compromise between a number of factors such as: ease of use, features, and time needed to prepare and maintain a test suite.
Jun 21, 2012

software development
When Not To Choose Ruby On Rails For Your Web Project
It is not unusual for a new technology to originate from a successfully developed project. For example, we can find the pattern in the story of a web framework for Python – Django, which was originally developed to manage a number of news-oriented sites for the LJworld company.
May 29, 2012
