edgarjs / ajaxful-rating

Provides a simple way to add rating functionality to your application.
http://rdoc.info/projects/edgarjs/ajaxful-rating
417 stars 127 forks source link

undefined local variable or method `ajaxful_rateable' #11

Closed jianbo closed 14 years ago

jianbo commented 14 years ago

Hi there Can someone help me with this plz. I typed: ruby script/plugin install git://github.com/edgarjs/ajaxful-rating.git to install the plugin, then it just returned an new line, and it also creates a empty fold in the vendor\plugins\ajaxful-rating. As I follow the instructions I get "undefined local variable or method `ajaxful_rateable' for", It looks like the plugin never installed..
Thx

edgarjs commented 14 years ago

Hi,

Try with this url instead:

script/plugin install http://github.com/edgarjs/ajaxful-rating.git

And if not, try with the gem on your environment.rb:

config.gem "ajaxful_rating"