haml / haml-rails

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

Could not find generator 'haml:application_layout'. #143

Open thomasdziedzic opened 6 years ago

thomasdziedzic commented 6 years ago

Followed the installation guide for haml-rails.

$ bundle exec rails generate haml:application_layout convert
Running via Spring preloader in process 17003
Could not find generator 'haml:application_layout'. Maybe you meant 'application_record', 'integration_test' or 'migration'
Run `rails generate --help` for more options.
amolplay commented 5 years ago

I'm facing similar issues for my rails 3 app.

amolplay commented 5 years ago

Any solution for this..