文件名称:string_template:使用Ruby的String插值语法的Rails模板引擎,专注于速度
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-26 18:07:02
ruby rails template template-engine RailsRuby
StringTemplate Rails最快的模板引擎。 概念 Ruby的String文字具有如此强大的内插机制。 它几乎是一个模板引擎,是组成String的最快方法,并且语法已经为每个Ruby程序员所熟知。 我们为什么不将其用于应用程序中的查看文件? 安装 将此行添加到Rails应用程序的Gemfile中: gem 'string_template' 然后捆绑。 句法 StringTemplate的语法基于Ruby的String插值。 另外,您可以使用动作视图功能。 例 这是一个由脚手架生成的ERB模板及其string_template版本的示例。 ERB: <p id="noti
【文件预览】:
string_template-master
----string_template.gemspec(1KB)
----.gitignore(86B)
----README.md(3KB)
----hello.erb(1KB)
----bin()
--------console(350B)
--------setup(131B)
----test()
--------_partial.html.string(14B)
--------string_template_test.rb(1KB)
--------test_helper.rb(251B)
--------main.html.string(30B)
----Gemfile(170B)
----MIT-LICENSE(1KB)
----benchmark.rb(528B)
----hello.string(950B)
----.travis.yml(105B)
----lib()
--------string_template.rb(117B)
--------string_template()
----Rakefile(198B)