Ruby
-
Statefulness in a Stateless Language: Elixir
Elixir is blazing fast and highly concurrent. It’s functional, but its syntax is simple and easy to read. The language…
Read More » -
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 » -
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 » -
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 » -
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 » -
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 » -
The Definitive Guide to Ruby Heap Dumps, Part II
Hopefully, from the first post in this two-part series, you’ve got a good sense of the type of information included…
Read More » -
The Definitive Guide to Ruby Heap Dumps, Part I
In my last post, we looked at how you can dig into memory “leaks” on Heroku. These techniques all work…
Read More » -
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 »