The haml partials work fine in development, but are not found in production. I know 2.3.8 is pretty old, but I need to stay with it for a while.
UPDATE: I found that if I remove the following line or set it to false in the production.rb environment file, the problem goes away.
config.action_view.cache_template_loading = true
I haven't figured out what is going wrong but it seems to have to do with template cashing. Any ideas?