I am trying to set a vote in a rails 3 project.
The documentation (for rails 2) says that you need to install it in the environment.rb file like this.
config.gem "peteonrails-vote_fu", :lib => 'vote_fu', :source => 'http://gems.github.com'
How could I convert this to rails 3 for gemfile?
source
share