-
Ruby
Comparing Rails and Phoenix: Part I
As I was thinking about this article a few weeks ago, I was excited when I saw that Chris McCord,…
Read More » -
Ruby
How to Build Rails APIs Following the json:api Spec
We’ve talked before about how to build a JSON API with Rails 5. We also discussed using Rails 5 in…
Read More » -
Ruby
Unit Testing in Ruby
In his article on Unit Testing, Martin Fowler mentions that what a unit actually is can change depending on what…
Read More » -
Ruby
Speeding Up Bulk Imports in Rails
This article is about speeding up bulk imports in Rails. Let’s imagine we have 50,000 products to import… not an…
Read More » -
Ruby
Architecting Rails Apps as Microservices
Rails apps come in many shapes and sizes. On the one hand, you have large monolithic applications where the entire…
Read More » -
Ruby
Deploying Your Docker Rails App
In a previous article by Marko Locher, we learned how to run a Rails development environment in Docker. Marko also…
Read More » -
Ruby
Building a JSON API with Rails 5
Rails is great for making traditional server-rendered web applications. It has support for cookies, sessions, and other browser-specific functionality right…
Read More » -
Ruby
How to use Rails Active Job
You’re always striving to give your users a better experience when they use your website or application. One of the…
Read More » -
Ruby
Non-Rails Frameworks in Ruby: Cuba, Sinatra, Padrino, Lotus
It’s common for a Ruby developer to describe themselves as a Rails developer. It’s also common for someone’s entire Ruby…
Read More »