I will be happy to try once git clone is working on my machine (roadblock here: http://groups.google.com/group/heroku/browse_thread/thread/8ab6e25718ec2752)
When you refer to "installing the gem" as I would normally, do you mean "gem install haml" or "haml --rails pathhere"? The first doesn't seem to touch my project directories at all. This leads me to believe you mean the second, which places /vendor/plugins/haml/init.rb, which just references the gem and doesn't contain any haml code. I already have this init.rb file in my heroku application. Is it possible to install gems onto heroku's server directly? Because the error I'm receiving implies that haml is not installed on the system, and running "gem install haml" locally would not remedy this. /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- haml (MissingSourceFile) Thanks On Dec 19, 1:53 pm, morgoth <[email protected]> wrote: > I'm using Haml. > Try to pull your app using heroku gem (git based) to your local > machine and install gem as you do normally, then push it to heroku. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
