Depot app stopped working

On Mac OSX 10.3.9, powerpc-darwin7.9.0. I was followed along in the
Agile 2nd Edition pdf beta book and got to the point where I working on
the admin, added the code that validates that the fields, and added the
CSS file, and can see all of the products listed (around pdf page 91). I
turned off the computer, came back to launch rails the next day. My
“demo” (hello world) program works, but when I quit that and try to run
depot, I can get to the rails defaul page, but when I try to go to the
/admin, I get Not Found `/admin/â?? not found. WEBrick/1.3.1
(Ruby/1.8.4/2005-12-24) at localhost:3000
I can get depot to run under Locomotive, but not by doing ruby
script/server. I get the default Welcome page either way. I installed
rails, edge rails, ruby, gems, mysql, and svn, all that same day when
the depot app was working.

On Sep 10, 2006, at 18:29, Nick Dynice wrote:

run
depot, I can get to the rails defaul page, but when I try to go to the
/admin, I get Not Found `/admin/â?? not found. WEBrick/1.3.1
(Ruby/1.8.4/2005-12-24) at localhost:3000
I can get depot to run under Locomotive, but not by doing ruby
script/server. I get the default Welcome page either way. I installed
rails, edge rails, ruby, gems, mysql, and svn, all that same day when
the depot app was working.

Are you 100% sure the old hello world app is not still running?

Dave

Yes, here is a screen shot. http://nsputnik.com/rails.jpg The top
window shows demo running on port 3000 by doing ruby script/server
(would you cull this running native?), the next one down is the error I
get after I ended that app and ran depot, and then to /admin, and the
last window show depot running under locomotive on port 3001.

BTW Dave, thanks for your help with this. Still trying to figure it
out.