A couple of contributors forked VoteFu and submitted some patches. I’ve updated the master branch to integrate the changes. Notably:
- VoteFu now works as a standard gem in a Ruby application. (i.e. not as a Rails plugin)
- VoteFu now works as a Rails Gem Plugin.
- VoteFu now works with Rails 2.2.2.
- Other assorted small bugfixes.
To install VoteFu as a Gem Plugin:
sudo gem install peteonrails-vote_fu
Then in config/environment.rb:
config.gem "peteonrails-vote_fu", :source => "http://gems.github.com", :lib => "vote_fu"
And then, optionally:
rake gems:unpack
Special thanks to Jon Maddox and Bence Nagy for the updated code. Check it out yourself!










Twitter Updates
Written by pete
Topics: Code, Rails, Ruby