Ruby/Python: Constructing a taxonomy from an array using zip
As I mentioned in my previous blog post I’ve been hacking on a product taxonomy and I wanted to create a ‘CHILD’ relationship between a... more »
Tweet 0 Comments Save Tags: python , ruby
Automatic system backups with ruby backup gem and some shell scripting - part 2, using backup gem
In part 1 of this series we set up a remote image file as the backup storage, with some extra scripts for easier operations. Now, let’s... more »
Tweet 0 Comments Save Tags: how-to , ruby , server , unix-linux
Setting up a full Ruby on Rails development environment in the browser in less than 5 minutes with Nitrous.io
I finally got my hands on Nitrous.io, which has cloud development environments for Rails, Node.js, Django and Go. The promise was to get... more »
Tweet 0 Comments Save Tags: cloud , ruby , tools