01
Feb
This is a remake of Installing Rails 2 on Ubuntu but targeting Ruby in general and with some improvements. Essentially the same, actually, but more usable, at least for myself.
Ubuntu, like many other free operating systems, have a beautiful package management system that will track what depends on what, what is installed, what is not, […]
Posted in Ruby, Ruby on Rails, Merb | No Comments »
13
Dec
Ubuntu, like many other free operating systems, have a beautiful package management system that will track what depends on what, what is installed, what is not, what is not longer needed, which versions of each. If you tamper with it, you are asking for trouble. If you do a manual upgrade, from sources, eventually a […]
Posted in Debian, Ubuntu, Kubuntu, Ruby, Ruby on Rails | No Comments »
14
Oct
I like the idea of continuous testing: seeing that you broke it, the moment you broke it and the same for fixing. There are some tools to do it, but since they are not packaged, yet, for my operating system of choice I went through the quick and dirty route:
watch -n 5 rake test […]
Posted in Ruby, Ruby on Rails | No Comments »