muratguzel / letsrate

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

No method 'raty' #12

Open gugguson opened 11 years ago

gugguson commented 11 years ago

Hello.

I have followed your instructions and I get this error in the browser console and the star ratings aren't displayed:

Uncaught TypeError: Object [object Object] has no method 'raty' letsrate.js:5 (anonymous function) letsrate.js:5 fire jquery.js:975 self.fireWith jquery.js:1085 jQuery.extend.ready jquery.js:407 DOMContentLoaded

ghost commented 11 years ago

In my case I could resolve this problem by removing the additional jquery file (I had put one by hand into app/assets/ dir and this was unnecessary as application.js pulls one in automatically).