Hi,
I'm using acts_as_rated. FYI: it is a rating plugin, you login, and if you haven't voted on something, then you can choose 1-5 stars. It works fine, except that it doesn't update 'ajaxfully'. It only updates the voting results after another refresh. So the code works because the vote is taken, it's just that the user doesn't see it until a page refresh. It used to work fine, no changes to the infrastructure, just the code (development stage). I'm using the tutorial from: http://blog.tinucleatus.com/?p=9
Anyone have an idea?