RubyGems Navigation menu

isaac-malline 1.1.0

Malline is a full-featured template system designed to be a replacement for ERB views in Rails or any other framework. It also includes standalone bin/malline to compile Malline templates to XML in commandline. All Malline templates are pure Ruby, see http://www.malline.org/ for more info. See documentation on http://www.malline.org/ Copyright © 2007,2008 Riku Palomäki, riku@palomaki.fi Malline is released under GNU Lesser General Public License. Example Rails template file images.html.mn: xhtml do _render :partial => 'head' body do div.images! "There are some images:" do images.each do |im| a(:href => img_path(im)) { img :src => im.url } span.caption im.caption end _"No more images" end div.footer! { _render :partial => 'footer' } end end

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.1.0 - August 11, 2014 (42.5KB)

Runtime依存関係 (1):

hoe >= 1.5.3

作者:

  • Riku Palomäki

SHA 256チェックサム:

7addc32e76637dda62ce577537bc2247608e5530b52517e3dee47f941c22704f

累計ダウンロード数 3,342

このバージョンのみ 3,342

ライセンス:

N/A

必要なRubyのバージョン: >= 0

リンク: