Haml 3.1.5.beta.1 released
I’m just catching up and posting this on the blog, but Haml 3.1.5.beta.1 has been released.
This release fixes a much-discussed incompatibility with Haml and Rails 3.2.3. The latest release of Rails fixes a longstanding bug with textarea helpers by introducing a newline after the opening tag. Unfortunately, this fix caused problems with Haml 3.1.4 because it treats the newline after the opening tag as part of the textarea content, which means that you could potentially have an extra newline and/or spaces added to your data on each save.
If you’ve been affected by this bug, please give the beta a try. You can install it via Rubygems by executing:
gem install haml -v 3.1.5.beta.1 –pre
or you can add it your Gemfile with
gem “haml”, “3.1.5.beta.1”
If you have any difficulties, please let us know on the issue tracker.