I haven't seen where Rails natively supports using different Javascript files in production than in development -- I've always done it myself. Then again, jQuery hasn't been attached to Rails before, so that's understandable too.
Without that being set up, either you run on the minified version of jQuery (a developer-hostile move), or the big old version with all the comments, which is inconvenient for the user. For a 0.1 release, they made the right call putting in the full versions of the Javascript so you have a chance of seeing what's happening if something goes wrong.
but this demo uses 106k of javascript (and it's not compressed for some reason)
photo from web developer extension: http://myskitch.com/michelson/document_size_-_http__ennerchi...