RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: tylergannon
If you're using the haml-rails gem, for the moment you may get an error running generators, something like:
(erb):19:in template': undefined methodkey_value' for #Haml::Generators::ScaffoldGenerator:0x007fb9712be1e8 (NoMethodError)
template': undefined method
This error is fixed by a recent pull request.
Update your Gemfile to use the master branch for the moment...
gem 'haml-rails', git: 'https://github.com/indirect/haml-rails'
If you're using the haml-rails gem, for the moment you may get an error running generators, something like:
This error is fixed by a recent pull request.
Update your Gemfile to use the master branch for the moment...