Thanks for the quick reply!
I'm not sure which environment I'm running it on (how could I find that out?). However, I'm running on Windows XP using the command line. I installed Ruby, Rails, and SQlite-3.
When I start the server it says
"=> booting WEBrick
=> Rails 2.3.2 application starting on
http://0.0.0.0:3000=> Call with - d to detach
=> Ctrl-C to shutdown server
[2009-05-11 08:59:43] Info WEBrick 1.3.1
[2009-05-11 08:59:43] Info ruby 1.8.6 (2008-08-11) [i386-mswin32]
[2009-05-11 08:59:43] Info WEBrick::HTTPServer#start: pid=2688 port=3000 "
Thanks!
Could you let us know what environment you're running it on? The error you're getting sounds like you're in production mode rather than development mode, which doesn't seem quite right either.
Thanks!