The first code for Memory Place is now available in Subversion.
To get the SQL to create the first part of the database run:
svn co https://svn.sourceforge.net/svnroot/memoryplace/database/trunk database
To get the rails project code just run:
svn co https://svn.sourceforge.net/svnroot/memoryplace/application/trunk memoryplace
Then just plug this into rails and point it to the database.
Edit (23/03/2006):
You will probably also need to edit memoryplace/public/dispatch.cgi (or .fcgi if you are using FastCGI) to point it to ruby (#!/usr/bin/ruby for me on OSX, and #!C:/InstantRails-1.0/ruby/bin/ruby on WinXP Instant Rails) also, don't forget to set permissions to 755.