It's been a month since I've written about a MagLev release.
MagLev-23687 represents a significant milestone for us
as it includes a Rails 3 Beta-4 example in
$MAGLEV_HOME/examples/rails/.
It's still early in our Rails effort. Lots of work remains
to get Rails 3 runing and then to tune performance. But we
only have a handful of changes to Rails itself:
http://bit.ly/c2GYjg
For further details of improvements and bugfixes see:
http://github.com/MagLev/maglev/blob/master/Changes
Note: I'm cleaning up the download site by removing all
releases prior to 23611.
If you haven't upgraded in a while or are having problems,
we recommend you upgrade to this release.
----------------------------------------------------------------------
For an overview of basic installation instructions see
http://github.com/MagLev/maglev/blob/master/README.rdoc
To install this release using the files from MagLev-installer.zip:
./installMaglev.sh 23687 (only necessary the first time)
or
./upgradeMaglev.sh 23687 (if you've installed MagLev previously)
To install this release by updating a clone of the MagLev github
repository:
git pull
./update.sh
If you leave out the update step, you won't have the corresponding
version of GemStone. Updating using 'git pull' makes downgrading to
an earlier version very difficult. We suggest you save a copy of
your entire MagLev directory first.
To install this release using RVM (
http://rvm.beginrescueend.com/):
rvm install maglev-23687
or
rvm install maglev-head
Warning: this update will install a new MagLev repository. If you
need to preserve the prior version, save a copy of your MagLev
directory before updating.