muratguzel / letsrate

The best way to add rating capabilities to your rails application and your activerecord models.
http://letsrate.herokuapp.com
202 stars 234 forks source link

POST fails. Is this a routes issue? #15

Closed mrjoechin closed 11 years ago

mrjoechin commented 11 years ago

POST http://localhost:3000/rate 500 (Internal Server Error) jquery.js:8417 send jquery.js:8417 jQuery.extend.ajax jquery.js:7969 jQuery.(anonymous function) jquery.js:7496 $.raty.click letsrate.js:13 (anonymous function) jquery.raty.js:185 jQuery.event.dispatch jquery.js:3064 elemData.handle.eventHandle jquery.js:2682

Any idea if this is a routes issue? I didn't see a specific route needed in the readme. Should there be one?

Thanks, Joe

mrjoechin commented 11 years ago

It was this is an internal error that gets kicked back when a person tries to vote again.