2008/10/19 PEZ <[EMAIL PROTECTED]> > > I don't intend to manually test anything that can be automatically > tested of course. =) > > Since I'm new to ruby, rails, haml, git, gist, you name it, it took me > a while to figure out how to run your tests.
"ruby -rubygems implicit_tags.rb" ... That wasn't so hard, no? > But now I have. "3 > examples, 0 failures". Great! Now I still have to ask the stupid > question: How do I install this plugin into haml? I like to use it to > beautify some of my templates even further. Uh ... you just require it. Running Rails? Put the file into lib/implicit_tags.rb and require it at the end of config/environment.rb: require 'implicit_tags' That's it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
