haml / haml-rails

let your Gemfile do the talking
MIT License
1.04k stars 169 forks source link

Updated README.md for rails 5.2 #145

Closed caioertai closed 5 years ago

caioertai commented 5 years ago

I updated the README.md due to the following issue:

$ rails --tasks

Displays this: image

While doing the same with:

$ rake --tasks

Returns this: image

I'm not sure if this is a result of rails 5.2 deprecating rake tasks.

Spent a few minutes today failing to run the rake haml:erb2haml suggested in the README.md. rails haml:erb2haml worked fine.

radar commented 5 years ago

Thank you!