http://www.hostingrails.com/forums/rails_coding_thread/385
http://www.hostingrails.com/forums/rails_coding_thread/588
And they both mention the same basic options. I have added:
ActionController::Base.fragment_cache_store = :file_store, "#{RAILS_ROOT}/tmp/cache"
To my production.rb file and changed my deploy.rb chmod755 to:
set :chmod755, "app config db lib public vendor script script/* public/disp* tmp/cache"
Based on the page load speed I suspect caching is working but I have no idea where the files are. The fragments are also not expiring which is the real issue.