erb2haml icon indicating copy to clipboard operation
erb2haml copied to clipboard

Simple script to bulk covert ERB files in a Rails app to Haml

Results 6 erb2haml issues
Sort by recently updated
recently updated
newest added

The javascript files should not be converted to haml

Hello. I am Japanese user and when I run `rake haml:convert_erbs`, following errors are returned against some erb files. ``` Error on line 128: Invalid Windows-31J character "\xE6" ``` (error...

adds a custom path argument. I needed this feature since i'm implementing a multi theme strategy so views reside in themes//views . might be useful for others :)

In case you write a [mountable enigine](http://guides.rubyonrails.org/engines.html), there is a so called dummy directory(test/dummy/) which contains a dummy app to mount the engine during testing and development. With the introduced...

Hi, I think it would be nice to have a mode like this ``` bash $ rake haml:convert_erbs -- app/views/foo/bar.html.erb ``` You only give ERB paths you want to convert/replace....

Hi, is there a way to get the rake tasks to lookup the erb templates in Rails.root/lib/engine-name/app/views as well? cheers, christian