Kinopyo Blog

プログラマとしてRuby, Rails, iPhone, iPad,Macなどなどと向き合う日々のログポース

Posts Tagged ‘haml’

Rails Append class if condition is true in Haml

2011年11月22日
Append class if condition is true in Haml (with Rails) - Stack Overflow http://t.co/7pyL7pNn

HAMLである条件がtrueの時だけあるclassをタグに追加したい場合


.post{:class => ("gray" unless post.published?)}

TextMate Bundler、NetBeansプラグインfor HAML

2010年07月30日

TextMateのBundlerはこちら:

handcrafted/handcrafted-haml-textmate-bundle – GitHub

NetBeansのプラグインはこちらでダウンロード:

FaqPluginInstall – NetBeans Wiki

ほぼハイライト以外は何の機能もないです。

HAMLでRubyコードを書いても入力補完も、リファレンスも出ませんでした。