Chronicling My Ruby on Rails Journey

Posts Tagged ‘upgrade

Upgrading MySQL from 5.0.27 to 5.1.34

Posted by: Bob Ngu on: May 28, 2009

Upgrading MySQL from 5.0.x to 5.1.x is considered a major upgrade and there are some fundamental internal changes. For example, in MySQL 5.1.23 and earlier, the default location for the data files used by MySQL is located within the corresponding MySQL Server installation directory. For MySQL 5.1.24 and later, the default location of the data [...]

Tags:

Upgrading Rails 2.1 to 2.3.2

Posted by: Bob Ngu on: May 22, 2009

Right before upgrading Rails 2.1 to 2.3.2, I downloaded a trial version of E text editor (the power of Textmate on Windows), and in the process, it upgraded my cygwin installation.
This caused a couple of errors during my Rails upgrade.

When I ran “gem install rails -y”, I got the error “ruby no such [...]