RailsCasts Pro episodes are now free!

Learn more or hide this

tylergannon's Profile

GitHub User: tylergannon

Comments by

Avatar

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)

This error is fixed by a recent pull request.

Update your Gemfile to use the master branch for the moment...

ruby
gem 'haml-rails', git: 'https://github.com/indirect/haml-rails'