awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRuby

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.

Awesome Ruby GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • slim-template/slimslim-template 的头像

    slim-template/slim

    5,372在 GitHub 上查看↗

    Slim 是一种简洁的、基于缩进的模板语言和标记引擎,用于生成 HTML 和 XML。它专为 Ruby 生态系统设计,将简写语法转换为格式良好的文档,无需传统的闭合标签。 该引擎作为一个多引擎封装器,允许在单个模板文件中集成 Markdown 和 Sass 等外部渲染引擎。它还提供了一个用于渲染模板并在不同标记格式之间进行转换的命令行接口。 该系统通过嵌入式 Ruby 逻辑支持动态内容生成,包括循环、条件判断和表达式插值。它包括用于通过可重用模板片段进行模块化 UI 开发的功能,以及用于空白管理、文档类型生成和将数据集合映射到元素属性的专门工具。

    Enables inserting the result of Ruby code calls directly into markup with controls for escaping and whitespace.

    Ruby
    在 GitHub 上查看↗5,372
  • haml/hamlhaml 的头像

    haml/haml

    3,834在 GitHub 上查看↗

    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.

    Ruby
    在 GitHub 上查看↗3,834
  1. Home
  2. Web Development
  3. Expression Embeddings
  4. Ruby