1
0

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 3 years have passed since last update.

【Rails】erbを一括でhamlに変える

Posted at

rails newで自動生成されるerbファイル
hamlに一括変換する簡単な手順を
備忘録もかねて。。。

haml-railsを導入

最下部に追加する

Gemfile

gem "haml-rails"

ここで【 bundle install

あとはターミナル

下記コマンドを実行します。

ターミナル
rails haml:erb2haml

 
うまく実行されると「Generating HAML for 」に続いて
変換されているファイルがずらっと表示される。
Image from Gyazo
下から6行目のように「Would you like...」と表示される。
( **元の.erbファイルを削除しますか?**という内容 )
**「 y 」**を入力する。


もっと簡単な手順を知っている方いたら是非コメントください!
ご覧いただきありがとうございました。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?