Posts Tagged “ruby”
Ruby from Other Languages
by enum on October 25, 2009
I was just browsing around for some material on ruby and I found this page very helpful: http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ It’s not a ruby bible or anything, but I think it is a good intro for experienced programmers.
Updating Rails on OS X
by enum on June 23, 2009
If you install XCode for OS X 10.5, it automatically comes with a version of rails. This is (generally) not the latest version however, and you must take a few steps to update it. First you need to update rubygems (…)