Ruby (and Rails) Gravatar helpers with unique options like Proc's for default images, support for gravatar.com's multiple host names, ability to define reusable styles and much more...
Rails 3.0✓
Thread Safety?
JRuby✓
Ruby 1.9✓
Rails 3.1?
A newer version (3.0.0) is available for this plugin
Is it working for you?
Login to vote
According to documentation when using rails, helpers should automatically be available - but I get the following error::0xb5bcb988>
undefined method `gravatar_tag' for #<#
I'm using rails 3 beta 4
Add the following to application_controller.rb to get the helper methods to work:
helper Gravatarify::Helper
Works with the above.