Giter VIP home page Giter VIP logo

vote_fu's Issues

Conflict with PostgresSQL

Hi Pete,

I've been using vote_fu for my simple web app (http://www.playgroundrus.com) on AWS. Since it's quite expensive for little traffic, I moved it to Heroku.

I didn't realize that Heroku uses PostgresSQL, and so far I found one particular method that's causing an error, tally.

I have this line in a controller,

@Creep = @playground.creeps.tally({:limit => 1, :order => "creep.votes_for"})[0]

And it causes the following error.

ActiveRecord::StatementInvalid (PGError: ERROR: column "creeps.id" must appear in the GROUP BY clause or be used in an aggregate function
: SELECT creeps.*, COUNT(votes.id) AS count FROM "creeps" LEFT OUTER JOIN votes ON creeps.id = votes.voteable_id WHERE ((votes.voteable_type = E'Creep') AND ("creeps".playground_id = 57)) AND ("creeps".playground_id = 57) GROUP BY votes.voteable_id HAVING COUNT(votes.id) > 0 ORDER BY count DESC LIMIT 1):

I tried just tally method on Creep object, and I get the following error.

creeps = Creep.tally

ActiveRecord::StatementInvalid: PGError: ERROR: column "creeps.id" must appear in the GROUP BY clause or be used in an aggregate function
: SELECT creeps.*, COUNT(votes.id) AS count FROM "creeps" LEFT OUTER JOIN votes ON creeps.id = votes.voteable_id WHERE (votes.voteable_type = E'Creep') GROUP BY votes.voteable_id HAVING COUNT(votes.id) > 0 ORDER BY count DESC

I am sort of noob, and I am afraid I might make it worse if I start editing acts_as_voteable.rb... If you could find out a solution, it would be much appreciated.

Thank you,

rails3

Hi,
have you tested your plugin with rails3?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.