タグ

slimとRubyに関するd_animal141のブックマーク (3)

  • rochas.cc

    rochas.cc 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

    rochas.cc
    d_animal141
    d_animal141 2014/04/14
    Middleman + Slim + Herokuでブログをつくりました
  • slim/README.md at README_ja · yuya-matsushima/slim

    Slim は 不可解にならないように view の構文を質的な部品まで減らすことを目指したテンプレート言語です。標準的な HTML テンプレートからどれだけのものが削除できるか確かめるところから始まりました。(<, >, 閉じタグなど) 多くの人が Slim に興味を持ったことで, 機能性は発展し, 柔軟な構文をもたらしました。 機能の短いリスト すっきりした構文 閉じタグの無い短い構文 (代わりにインデントを用いる) 閉じタグを用いた HTML 形式の構文 設定可能なショートカットタグ (デフォルトでは # は <div id="..."> に, . は <div class="..."> に) 安全性 デフォルトで自動 HTML エスケープ Railshtml_safe? に対応 プラグインを用いた柔軟な設定と拡張性 Mustache のようなロジックレスモードをプラグインで実

    slim/README.md at README_ja · yuya-matsushima/slim
    d_animal141
    d_animal141 2014/02/11
    slim/README.md at README_ja · yterajima/slim · GitHub
  • Slim tutorial

    slimrbコマンドを使って、slimソースをHTMLに変換できる。 変換結果は標準出力へ送られるので、リダイレクトでファイル保存する。 変換結果はデフォルトでは、改行が含まれなく見づらいのが、-p スイッチを使うと見やすくすることができる。

    d_animal141
    d_animal141 2014/02/09
    Slim tutorial
  • 1