I seems that both gems haml and haml-edge create a script named haml.
Unfortunately, the scripts are not identical.

$ diff haml.script haml-edge.script
5c5
< # The application 'haml' is installed as part of a gem, and
---
> # The application 'haml-edge' is installed as part of a gem, and
18,19c18,19
< gem 'haml', version
< load Gem.bin_path('haml', 'haml', version)
---
> gem 'haml-edge', version
> load Gem.bin_path('haml-edge', 'haml', version)

You might need to decide whether you want haml or haml-edge and the
uninstall both and just install the one you want.





On Aug 30, 5:21 am, Dhruva Sagar <dhruva.sa...@gmail.com> wrote:
> I am using HAML, i've been using it since quite sometime, but I haven't
> worked with actually deploying applications to web hostings.
> Currently I am trying to host my application to a hostmonster webhosting
> that I own, but as I ssh to the server and try to do a rake gems:install or
> rake db:migrate or so it gives me an error message saying :
>
> !rake aborted
> no such file to load -- haml
>
> Also, I did a gem list | grep haml and I see haml + haml-edge +
> haml_scaffold is installed, but haml command line utility doesn't work and
> it throws an error saying command not found for 'haml'.
>
> Does anybody have any ideas on what's wrong ? Any suggestions I could try ?
>
> Thanks & Regards,
> Dhruva Sagar.
>
> Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html>
> - "I, Joan Crawford, I believe in the dollar. Everything I earn, I
> spend."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to