Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Beautify ERB files in rails3

Is there a standalone tool or gem which can be used to beautify HTML with ERB code(html.erb file). Is it better to do it through gem or through online beautifier? Needs guidance.

like image 839
Sam Avatar asked Oct 30 '13 05:10

Sam


2 Answers

Try htmlbeautifier which has ERB support and is used by BeautifyRuby package.

htmlbeautifier file1 file2
like image 122
Damien Roche Avatar answered Nov 20 '22 04:11

Damien Roche


If you're using Sublime Text as your editor, there is a Beautify Ruby Package you can use.

like image 20
strivedi183 Avatar answered Nov 20 '22 05:11

strivedi183