Hi folks, I've just pushed out Haml/Sass 3.0.1. Major improvements include fixing some Rails 3 integration bugs for Sass, improving Rails test speed for Haml, and adding some new methods for handling the :template_location option in Sass.
In addition, using "haml --rails" for installing Haml/Sass in Rails projects is now deprecated. All you need to do is add "config.gem 'haml'" to config/environment.rb Rails < 3 or add "gem 'haml'" to Gemfile in Rails 3. Installations using the previous method will continue to work. As always, the changelogs are available at http://haml-lang.com/docs/yardoc/file.HAML_CHANGELOG.md and http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.md . Enjoy! - Nathan -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
