stencil:强大的 Ruby 视图小部件

时间:2024-07-17 06:03:24
【文件属性】:

文件名称:stencil:强大的 Ruby 视图小部件

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-17 06:03:24

Ruby

模版 Stencil 是一个小框架,用于生成非常可重用和可测试的视图。 每个模板类都有自己的方法和模板文件。 它受到的启发,允许在不失去模板文件的便利性的情况下进行继承和封装。 安装 将此行添加到应用程序的 Gemfile 中: gem 'stencil', git: "git://github.com/cohitre/stencil.git" 然后执行: $ bundle 用法 例子 # app/stencils/user_information_stencil.rb class UserInformationStencil < Stencil :: Base template "user_information_stencil" needs :user optional size : :small def big? @size == :big en


【文件预览】:
stencil-master
----.gitignore(154B)
----Guardfile(162B)
----.rspec(18B)
----LICENSE.txt(1KB)
----spec()
--------stencil()
--------spec_helper.rb(187B)
--------fixtures()
----README.md(1KB)
----lib()
--------stencil()
--------stencil.rb(215B)
----Gemfile(92B)
----stencil.gemspec(1KB)
----Rakefile(28B)

网友评论