i will be at the event “Objectif Cloud” by the bordeaux #java user group 10:31am via @mathieuel Local event in bordeaux by the java user group. Each month we have a presa from a strong skills tech. github rubybdx hello world d3.js + sinatra + elasticsearch cc @rubybd
Presentation i’ve made at the ruby user group in bordeaux / france Data vizualisation: d3.js + sinatra + elasticsearch View more PowerPoint from Mathieu Elie
If you have a lot of failed tasks staked in resque, you can retry them all in one shot, but it’s the dirty way. >> (Resque::Failure.count-1).downto(0).each { |i| Resque::Failure.requeue(i) } Dirty because it does not dequeue task when ther
Arrays in ruby the ruby way (with code blocks). Instanciate an array from words >> els = %w(one two three four five) => ["one", "two", "three", "four", "five"] Iterate over the array >> els.each { |e
Deploying With Capistrano Without Rails. Capistrano est un outil de déploiement initialement créé pour déployer pour rails mais il peut faire d’autres choses. Ce tuto est excellent comme point de départ si vous souhaitez déployer votre propre application (django ? wordpres