I have haml 1.9.0 installed as a local gem. I unpacked the gem into vendor in my rails app, ran the haml command in the root of my app, checked it all in to my svn repos, then deployed via Capistrano to a joyent shared accelerator.
But now mongrel trips over my haml installation only in production. On my local dev machine, mongrel is fine with my haml setup. Here's the output as mongrel tries to start: Starting Mongrel listening at 127.0.0.1:4001 ** Starting Rails with production environment... /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- haml (MissingSourceFile) . . . . . . . . . from /users/home/my_user/domains/my_domain.com/web/releases/ 20071203024308/vendor/plugins/haml/init.rb:2:in `load_plugin' The haml gem is clearly in vendor and the haml plugin is in vendor/ plugins I'm at a loss to see why this isn't loading. Any clues appreciated. Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
