0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

haml導入方法メモ

Posted at

hamlの導入メモ

まずはGemfileに以下を追加する。

gem 'haml-rails'
gem 'erb2haml'

そして既存のerbファイルをhamlファイルに変換するために以下のコマンドを実行。

rails haml:erb2haml

これで既存のerbはhamlになる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?