Production mode acting like development?!

if I run   mongrel_rails start -e production -d -p 8000

the CSS and JS files are still getting a random number tacked on. Rails is logging in the production log though. Eventually I'll serve these types of files via apache or lighty, but for now, I'd like to figure out what's going wrong.

- Mark.