Unpack gems that don't require c compilation under vendor/gems
Use javascript_include_tag(:all, :cache => true) in your application.html.erb so that JavaScript files are bundled in production for performance
Create the file config/environments/staging.rb and add the db connection in config/database.yml
Use the attachment_fu plugin by Rick Olson. See Mike Clarks instructions.
Use the HTML Test plugin to validate all the HTML your app produces and check for broken links, redirects, and forms.