Haml isn't installable via GitHub's gem server. Its gem build process requires access to the filesystem for various things, and GitHub's gem builder doesn't provide that. You need to install it from Rubyforge.
On Mon, Dec 29, 2008 at 3:14 AM, David Trasbo <[email protected]> wrote: > > Hello there, > > First of all: I'm a huge fan of Haml. When I first started to learn > Rails, the default templating language Erb was making me sick, I > almost stopped using Rails because of it. Fortunately, I found > Haml. :) > > But I'm having a bit trouble with it eventually. I would like to use > Rails' gem dependencies feature that enables me to run "rake > gems:install" to install all the gems my application need. This is > what my dependency looks like: > > config.gem "nex3-haml", :lib => "haml", :version => '2.0.6', :source > => "http://gems.github.com" > > But when I run the "rake gems:install" command I get this error > message: > > rake aborted! > no such file to load -- haml > > The trace doesn't seem to be useful, but If you want I'll paste it > here later. Anyway, why is this error message appearing, and how can I > solve this? Thanks! :) > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
