← back to the blog
fousa tag
Current tag: tag
2008
19
DEC
Integrating gravatars in your rails app
For this blog I wanted to integrate gravatars in my comment system. To do this I searched for a nice plug-in that generated the img tag for me. And I found a great one. One that is easy to install and use. To install the plug-in run the following commands from the command line. > cd ~/rails_directory/ > ./script/plugin install svn...