DISQUS

Pete On Rails: New VoteFu Feature: karma counting

  • Jazzy · 10 months ago
    Hi Pete,

    The vote-fu plugin really looks like a great plugin with awesome features. But the git hub repository does not seem to be having it. Is there something wrong with the repository or permissions you set for the viewing of the repository?

    Could you email me a zip or tar of the plugin to us_12345678 at yahoo dot com. Thanks
  • peteonrails · 10 months ago
    Jazzy,

    Thanks for bringing that to my attention. Something in the hosted repository went haywire. I've repushed the code to the repository, and it should be available now for download at: http://github.com/peteonrails/vote_fu/tree/master

    Alternately, you can always try:

    gem install peteonrails-vote_fu --source http://gems.github.com

    Thanks!

    --Pete
  • Jazzy · 10 months ago
    Hi Pete,

    Thanks for your prompt reply. I was able to download the plugin from the git repository. And I ran in to the problem in the first step!

    I tried running the command './script/generate voteable' in hopes of generating the migration but nothing happened. I checked the log file and it seems that the I get this message in the environment's log file '** vote_fu: initialized properly.'.

    Any pointers on what might be actually going wrong or if there is something that I'm missing?

    Any help would be highly appreciated. Thanks.

    -Jazzy
  • Jazzy · 10 months ago
    Never mind I just figured out. It needs to be ./script/generate vote_fu

    Thanks,
    -Jazzy