Skip to content

Instantly share code, notes, and snippets.

@warniel08
warniel08 / HAML stuff
Last active January 25, 2017 16:47
HAML resources for presentation
http://haml.info/tutorial.html --main site
https://rivalfox.com/blog/haml-best-practices/ --shows dos and don'ts of haml
http://tutorials.jumpstartlab.com/topics/better_views/erb_and_haml.html --helped me know how to do the @articles.each
http://stackoverflow.com/questions/16246399/how-to-build-a-table-using-haml --how to build a table