Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Ruby on Rails: Template Engine with Slim and Haml: Learn how to use properly the two most famous template engine

Posted By: AlenMiler
Ruby on Rails: Template Engine with Slim and Haml: Learn how to use properly the two most famous template engine

Ruby on Rails: Template Engine with Slim and Haml: Learn how to use properly the two most famous template engine. by Thiago T. S. Neves
English | 27 Jun 2016 | ASIN: B01HP5A40S | 21 Pages | AZW3/MOBI/EPUB/PDF (conv) | 1.48 MB

Template engines or template systems are a technology used to separate data from the view template server, increase the flexibility of the visual part and easing the code reuse. The most used, currently, for the Ruby language are haml, slim and mustache. The Ruby on Rails framework already comes with the templating system ERB, but many prefer to change it, due to performance issues, documentation or complexity.