Rails
-
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
Do You Believe in Programming Magic?
Unlike pulling a rabbit out of a hat, “magic” in programming is often performed under the guise of productivity. In…
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
Running a Rails Application on Deis
In the last couple of years, we have seen a lot of development in the devops field. It’s becoming much…
Read More » -
Ruby
Building Cross Model Search with Ember, Part II
In Part One of this two part series, we covered how to integrate Elasticsearch and Rails to query against multiple…
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
Using Docker for Rails Development
Over the first weekend in October, more than two hundred developers gathered in Ghent for ArrrrCamp, a serious-yet-pirate-themed Ruby conference.…
Read More » -
Ruby
Building Cross Model Search with Ember, Rails, Elasticsearch
With its accurate algorithms and autocomplete UI, Google has set the bar extremely high for web apps implementing custom search…
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 »