Archives

Posts Tagged ‘ruby’

Let’s imagine that you have something like this: 12maksim@enormo-081:~$ sudo gem list|grep hpricot hpricot (0.8.1, 0.6) Now, to use 0.6 version of hpricot in Ruby you must use following: 12gem ‘hpricot’, ‘=0.6′ require ‘hpricot’ Happy coding!

Oct 1st, 2009 | Filed under Programming Related

I have been playing lately with Ruby because some of my work topics are involve now writing scripts in Ruby. Scripts are generally used for collecting information. I came up with idea to make some cross-platform GUI for co-workers that they can easily access and view collected information by  my Ruby scripts. So I have [...]

Sep 27th, 2009 | Filed under Programming Related