Tag Archives: jruby
Sample of using log4r with Ruby classes, local and global loggers.
That is a very popular family of the loggers, people use when they develop a code in various languages like log4j for Java,. Today we will be talking about log4r, logger for Ruby, and I will show you of how … Continue reading
Filed under technology
Installing Ruby, RVM, JRuby on CentOS 5
Ruby RVM, or Ruby Version Manager is a very convenient way of running multiple versions of ruby/jruby on the same machine without install/uninstall it every time. It also applies with using different ruby gem verionsets. You should be aware, that … Continue reading
Filed under technology