Release Name: 0.6.1
Notes:
Bug fix to Rails 1.1.5
Changes:
***
VERSION 0.6.1: 2006-08-10
Due to Rails critical bug, upgraded to:
Rails 1.1.5
ActionPack 1.12.4
ActionWebService 1.4.2
ActiveSupport 1.3.2
ActiveRecord 1.14.4
Should be upgradeable by unzipping over existing installation:
sudo su
/opt/lampp/lampp stop
tar zxvf axelgrease-dist-0.6.1.tar.gz
tar zxvf axelgrease.tar.gz -C /opt
/opt/lampp/lampp start
Alternatively, just do it manually using:
/opt/lampp/bin/gem install rails --include-dependencies
|