Open misham opened 13 years ago
same here.
ditto... :(
In your Gemfile you have to specify the 3.0.0 branch:
gem 'ajaxful_rating', '>= 3.0.0.beta7'
Now is beta 8, generator generates files to 'assets' instead of 'public' now
you should use 'rails generate' instead of 'script/generate'
By the way, shoudn't assets be generated into app/assets, not just assets?
I installed the gem via Gemfile/Bundler and when I tried to run the generator, it was missing.