Is there a simple way to use HAML markup for a content management system? Basically I just want to... - Enter haml markup into a textarea and save to a database - Retrieve the text string from the database and display as HTML
I don't see a helper that takes a string of HAML markup and returns HTML, but I'm probably overlooking it. I guess the HAML lab is essentially doing this, so there must be a way. I would also like to suppress evaluation of Ruby code for this facility. Is there anyway to suppress_eval only for specific controllers or views or does it have to be application-wide? BTW - HAML is the greatest plugin ever. Best Regards, Bilson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
