2 रिपॉजिटरी
Syntax for injecting and evaluating Ruby expressions directly within a template to produce dynamic content.
Distinct from Expression Embeddings: Specializes general expression embeddings to the Ruby language specifically.
Explore 2 awesome GitHub repositories matching web development · Ruby. Refine with filters or upvote what's useful.
Slim is a concise, indentation-based template language and markup engine for generating HTML and XML. Designed for the Ruby ecosystem, it converts shorthand syntax into well-formed documents without the need for traditional closing tags. The engine functions as a multi-engine wrapper, allowing the integration of external rendering engines such as Markdown and Sass within a single template file. It also provides a command line interface for rendering templates and converting them between different markup formats. The system supports dynamic content generation through embedded Ruby logic, incl
Enables inserting the result of Ruby code calls directly into markup with controls for escaping and whitespace.
Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi
Injects and evaluates Ruby expressions directly within templates to produce dynamic content.