If you're using puts in your helpers or templates to add text to the template, you should replace it with haml_concat. If you're using it to print text to the console, you should replace it with Kernel.puts.
rdavila wrote: > Hi folks, one question, what I've to update in my views for disappear > this warning?: > > ...............DEPRECATION WARNING: > The Haml #puts helper is deprecated and will be removed in version > 2.4. > Use the #haml_concat helper instead. > > Regards. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
