Blogs
How To Apply Classic Graph Theory To Solve Real Problems Using Ruby
The thing is that a binary tree is just a specialized version of a graph, so that should give you an idea of how widespread graphs are.Let’s start with an overview of graph theory fundamentals, then we are going to see what are some practical uses .
nil?, empty?, blank? in Ruby on Rails - what's the difference actually?
This is convenient for web applications because you often want to reject or handle differently string which contain only invisible spaces.
• The logic for every other class is that if it implements empty? then that’s what going to be used. It’s...
Add Output to Your Long Running Rake Tasks - NRoweGT: Atlanta Ruby on Rails Consultancy
Have you ever worked on an item, tested it thoroughly on a staging environment, done extra dry runs for good measure, been completely satisfied with the results, only to have it hit production and you have no idea whether it’s working properly? I ...
Nominations now being accepted for Ruby Prize 2017
We are very pleased to announce you that Ruby Prize will be held this year!The Ruby Prize is given to recognize the efforts of remarkable activities and achievements in the Ruby Community. The prize will be awarded by the executive committee compr...
Deploying Rails applications on Kubernetes cluster with Zero downtime
We deploy Rails applications on Kubernetes frequently and we need to ensure that deployments do not cause any downtime. When we used Capistrano to manage deployments it was much easier since it has provision to restart services in the rolling fash...
Use Refinery CMS as a headless API-first CMS | Brice Sanchez
In this article, i will explain how to use Refinery CMS with its Rest API to manage the content of a Middleman static website hosted on the Netlify platform.The final goal for me is to have one headless CMS app for multiple clients and one Middlem...
Front-End Sadness to Happiness: The React on Rails Story at GORUCO 2017
Here is a short recap of my odyssey around 4 major US cities giving talks on React on Rails in June of 2017. This talk focused on the “Why?” of React on Rails. Please don’t hesitate to email directly at [email protected] if you think that my te...