Hello everyone I've upgraded a couple of projects from bundler 0.8 to 0.9, no problems so far. I then started to upgrade another project that uses haml.
I'm running bundle install --relock and I've got haml in the gemfile. What is happening when I try to view the server, running as script/ server or with passenger is that it appears haml is not being found, lot's of missing template errors. "Template is missing Missing template cas_sessions/new.erb in view path app/views" I found some stuff about this online, I was wondering if anyone can just confirm I have to wait for the fix and it's not anything I'm doing wrong http://github.com/nex3/haml/issues/issue/85 http://github.com/carlhuda/bundler/issues/issue/44 The project works if I roll back to bundler 0.7.1, but that bundler creates the gemspec files in the repository, and from my moronic understanding of the issue on the bundler github page, I think that is why the old bundler worked, and the new one doesn't. -- 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.
